# Translating Guide content

This functionality is useful if you have already created several guides in one language, and want to recreate those guides in different languages. This would potentially mean editing them one by one and would take some time and effort. With the Translation feature, you can export the guides and their steps into either a Comma-Separated Values (CSV) or Microsoft Excel file, then make the required Translation changes before re-importing the files back to the Adopt Console.

**Note:** Tooltip guides are not currently included in the export/import process.

## Exporting

1. Sign in to the Management Console with your credentials
2. Click on the name of the application you want to work on&#x20;
3. Click **Settings** from the menu pane on the left&#x20;
4. Click **Language** from the available Settings options &#x20;
5. Scroll to the bottom of the page and from the Translations section, click **Export**&#x20;

<figure><img src="/files/sX3KALs1MAE3HZgLcNPI" alt=""><figcaption></figcaption></figure>

6. For CSV file downloads to your computer, you will need to **Extract** the contents from zip file

## Editing

1. Open the xlsx or .csv file within a Spreadsheet application such as MS Excel&#x20;
2. The first part includes the original information provided by the Adopt editor

<figure><img src="/files/fyONiP2YD9w9lsr2Zptz" alt=""><figcaption></figcaption></figure>

3. Fill in the translated information of the original guide into the spaces between the brackets “><”

<figure><img src="/files/VXLNwSEYyFqRXa4QhG5N" alt=""><figcaption></figcaption></figure>

4. Repeat the steps above until you have provided all the guide’s steps in the additional language&#x20;
5. Save your changes

## Importing

* Sign in to the Management Console with your credentials&#x20;
* Click on the name of the application you want to work on &#x20;
* Click **Settings** from the menu pane on the left&#x20;
* Click **Language** from the available Settings options&#x20;
* Scroll to the bottom of the page and from the Translations section, click Import &#x20;
* Select the .csv/.xlsx file from your computer that you have edited


---

# 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://docs-adopt.nexthink.com/in-application-guidance/translating-guide-content.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.
