diff --git a/docs/ar/concepts/checkpointing.mdx b/docs/ar/concepts/checkpointing.mdx
index d5e45ae0e..c1ea7f2e4 100644
--- a/docs/ar/concepts/checkpointing.mdx
+++ b/docs/ar/concepts/checkpointing.mdx
@@ -271,17 +271,34 @@ mode: "wide"
crewai checkpoint --location ./.checkpoints.db
```
-
-
+
+
- اللوحة اليسرى تجمع نقاط الحفظ حسب الفرع؛ التفرعات تتداخل تحت أبيها. اختيار نقطة حفظ يعرض بياناتها الوصفية وحالة الكيان وتقدم المهام. **Resume** يكمل التشغيل؛ **Fork** يبدأ فرعا جديدا.
+ اللوحة اليسرى تجمع نقاط الحفظ حسب الفرع؛ التفرعات تتداخل تحت أبيها. اختيار نقطة حفظ يفتح لوحة التفاصيل مع بياناتها الوصفية وحالة الكيان وتقدم المهام. **Resume** يكمل التشغيل؛ **Fork** يبدأ فرعا جديدا.
+
+
+
+
لوحة التفاصيل تعرض منطقتين قابلتين للتحرير:
- **Inputs** — مدخلات الـ kickoff الأصلية، معبأة مسبقا وقابلة للتحرير.
+
+
+
+
+
- **مخرجات المهام** — مخرجات المهام المكتملة. تحرير مخرج والضغط على **Fork** يبطل المهام التابعة لتعاد بالسياق المعدل.
+
+
+
+
+
+
+
+
مفيد لاستكشاف "ماذا لو": تفرع، عدل، راقب.
diff --git a/docs/en/concepts/checkpointing.mdx b/docs/en/concepts/checkpointing.mdx
index 4b8cd5f6a..87f73f776 100644
--- a/docs/en/concepts/checkpointing.mdx
+++ b/docs/en/concepts/checkpointing.mdx
@@ -271,17 +271,34 @@ This walkthrough takes ~5 minutes. You will run a two-task crew, kill it midway,
crewai checkpoint --location ./.checkpoints.db
```
-
-
+
+
- The left panel groups checkpoints by branch; forks nest under their parent. Selecting a checkpoint shows its metadata, entity state, and task progress. **Resume** continues the run; **Fork** starts a new branch.
+ The left panel groups checkpoints by branch; forks nest under their parent. Selecting a checkpoint opens the detail panel with metadata, entity state, and task progress. **Resume** continues the run; **Fork** starts a new branch.
+
+
+
+
The detail panel exposes two editable areas:
- **Inputs** — original kickoff inputs, pre-filled and editable.
+
+
+
+
+
- **Task outputs** — outputs of completed tasks. Editing an output and hitting **Fork** invalidates downstream tasks so they re-run against the modified context.
+
+
+
+
+
+
+
+
Useful for "what if" exploration: fork, tweak, observe.
diff --git a/docs/images/checkpoint-tui-detail-inputs.png b/docs/images/checkpoint-tui-detail-inputs.png
new file mode 100644
index 000000000..297eb5e46
Binary files /dev/null and b/docs/images/checkpoint-tui-detail-inputs.png differ
diff --git a/docs/images/checkpoint-tui-detail-overview.png b/docs/images/checkpoint-tui-detail-overview.png
new file mode 100644
index 000000000..2402fab5b
Binary files /dev/null and b/docs/images/checkpoint-tui-detail-overview.png differ
diff --git a/docs/images/checkpoint-tui-detail-tasks.png b/docs/images/checkpoint-tui-detail-tasks.png
new file mode 100644
index 000000000..2e74a7ec7
Binary files /dev/null and b/docs/images/checkpoint-tui-detail-tasks.png differ
diff --git a/docs/images/checkpoint-tui-details-fork.png b/docs/images/checkpoint-tui-details-fork.png
new file mode 100644
index 000000000..4c141ffaf
Binary files /dev/null and b/docs/images/checkpoint-tui-details-fork.png differ
diff --git a/docs/images/checkpoint-tui-tree.png b/docs/images/checkpoint-tui-tree.png
new file mode 100644
index 000000000..2e1f657be
Binary files /dev/null and b/docs/images/checkpoint-tui-tree.png differ
diff --git a/docs/ko/concepts/checkpointing.mdx b/docs/ko/concepts/checkpointing.mdx
index f880681ab..593b8fa3d 100644
--- a/docs/ko/concepts/checkpointing.mdx
+++ b/docs/ko/concepts/checkpointing.mdx
@@ -271,17 +271,34 @@ CrewAI에는 두 가지 프로바이더가 포함되어 있습니다:
crewai checkpoint --location ./.checkpoints.db
```
-
-
+
+
- 왼쪽 패널은 체크포인트를 브랜치별로 그룹화하며, 포크는 부모 아래에 중첩됩니다. 체크포인트를 선택하면 메타데이터, 엔티티 상태, 태스크 진행 상황이 표시됩니다. **Resume**은 실행을 계속하고, **Fork**는 새 브랜치를 시작합니다.
+ 왼쪽 패널은 체크포인트를 브랜치별로 그룹화하며, 포크는 부모 아래에 중첩됩니다. 체크포인트를 선택하면 메타데이터, 엔티티 상태, 태스크 진행 상황이 있는 세부 정보 패널이 열립니다. **Resume**은 실행을 계속하고, **Fork**는 새 브랜치를 시작합니다.
+
+
+
+
세부 정보 패널에는 두 개의 편집 가능한 영역이 있습니다:
- **Inputs** — 원래 kickoff의 입력으로, 미리 채워져 있으며 편집 가능합니다.
+
+
+
+
+
- **태스크 출력** — 완료된 태스크의 출력. 출력을 편집하고 **Fork**를 누르면 다운스트림 태스크가 무효화되어 수정된 컨텍스트로 다시 실행됩니다.
+
+
+
+
+
+
+
+
"what if" 탐색에 유용합니다: 포크, 조정, 관찰.
diff --git a/docs/pt-BR/concepts/checkpointing.mdx b/docs/pt-BR/concepts/checkpointing.mdx
index ba6130063..d082f5289 100644
--- a/docs/pt-BR/concepts/checkpointing.mdx
+++ b/docs/pt-BR/concepts/checkpointing.mdx
@@ -271,17 +271,34 @@ Este passo a passo leva cerca de 5 minutos. Voce executara uma crew de duas tare
crewai checkpoint --location ./.checkpoints.db
```
-
-
+
+
- O painel esquerdo agrupa checkpoints por branch; forks aninham sob seu pai. Selecionar um checkpoint mostra seus metadados, estado da entidade e progresso das tarefas. **Resume** continua a execucao; **Fork** inicia uma nova branch.
+ O painel esquerdo agrupa checkpoints por branch; forks aninham sob seu pai. Selecionar um checkpoint abre o painel de detalhes com metadados, estado da entidade e progresso das tarefas. **Resume** continua a execucao; **Fork** inicia uma nova branch.
+
+
+
+
O painel de detalhes expoe duas areas editaveis:
- **Inputs** — os inputs originais do kickoff, preenchidos e editaveis.
+
+
+
+
+
- **Saidas das tarefas** — saidas das tarefas concluidas. Editar uma saida e pressionar **Fork** invalida tarefas downstream para que sejam reexecutadas com o contexto modificado.
+
+
+
+
+
+
+
+
Util para exploracao de cenarios: fork, ajuste, observe.