# CafeTran Workflow

Supervertaler supports CafeTran bilingual table DOCX workflows.

### Export from CafeTran

1. Open your project in CafeTran
2. Go to **Project → Export → Bilingual Table**
3. Choose **DOCX** format

### Import to Supervertaler

1. In Supervertaler: **File → Open** and select the exported DOCX
2. Translate and review in the grid
3. Confirm segments when ready (`Ctrl+Enter`)

### Export back to CafeTran

1. In Supervertaler: **File → Export → CafeTran Bilingual DOCX**
2. Save the file

### Reimport to CafeTran

1. In CafeTran: **Project → Import** and select the bilingual table
2. Choose merge options as needed

### Notes

* Preserve pipe-style markers and any CAT tags.
* Don’t change the bilingual table structure in Word.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://supervertaler.gitbook.io/help/cat-tool-integration/cafetran.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
