> For the complete documentation index, see [llms.txt](https://help.jurisphere.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.jurisphere.ai/translation/interacting-with-the-translation-output.md).

# Interacting with the Translation output

## Reviewing the completed translation

1. Since translation is a background process, you will be notified through the notifications bell in the top right of your screen.
2. You can directly navigate to the completed translation by clicking on the completed task in your notifications menu.

{% hint style="info" %}
Click on any of the <mark style="color:blue;">**Page number headings**</mark> to directly open the original document, and the exact page from your translated output.

You can also enable auto-scroll by turning on the 'View Source File' toggle at the top right.
{% endhint %}

{% embed url="<https://files.gitbook.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F2zbn28n79AjHkgxNqfPb%2Fuploads%2FEU0HfDPlkmLBjbWksdME%2F20250611-1901-59.5718514.mp4?alt=media&token=841d8dab-d9a1-4c24-990a-d8218bfb1ec7>" %}

***

## Download and Import <a href="#downloading-or-importing-the-analysis-table" id="downloading-or-importing-the-analysis-table"></a>

{% stepper %}
{% step %}
Access the Download and Import options&#x20;

Click on the download ( <img src="/files/kUvvbKLb59oIjFoPB7wa" alt="" data-size="line"> )  icon located at the top right of the Translation.
{% endstep %}

{% step %}
A menu will appear

This allows you to either download the translation as a Word document or import it directly into Jurisphere for further use in your work.&#x20;
{% endstep %}

{% step %}
**Import to Jurisphere** to add the translation as a document to your folders within Jurisphere

1. After selecting this option, you can choose the folder where the document will be uploaded.
2. Progress of the import will be shown in the bell icon in the top-right.
3. Once complete, the document will appear in the selected folder, ready for further work.&#x20;
   {% endstep %}

{% step %}
**Download the translation to** your local device as a Word Document (.docx) or a PDF document (.pdf).
{% endstep %}
{% endstepper %}

{% hint style="warning" %}
While robust, Jurisphere cannot guarantee 100% accuracy. Errors and inaccuracies that AI can cause need to be checked, **especially with poorly scanned or degraded documents.**&#x20;

**Always verify the outputs before further use.**
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://help.jurisphere.ai/translation/interacting-with-the-translation-output.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
