> For the complete documentation index, see [llms.txt](https://docs.tracknow.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tracknow.io/features/translation-management.md).

# Translation Management

Affiliate portals support multiple languages. You can also modify specific terms and text within the portal using the Translation Management tool, allowing you to adjust the wording to match your preferred terminology.

***

### Changing Text

Navigate to **Settings** → **Translation Management** → Locate the column of the language in which you'd like to change the text → Use the column filter option to search for the current text → Double click on the relevant term and enter the desired term instead.

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

***

### Configuring Available Languages for the Affiliate Portal

Tracknow supports multiple languages for the affiliate portal, and you can control which languages are available to affiliates.

Navigate to **Settings** → **Translation Management** → Under **Affiliate Platform Languages**, select the languages you want to make available in the **Preferred Languages** field.

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

{% hint style="info" %}
If no languages are selected, affiliates will be able to see all supported languages.
{% endhint %}

***

### Setting the Default Language for the Affiliate Portal

You can set a default language for the affiliate portal.

Navigate to **Settings** → **Translation Management** → Under **Affiliate Platform Languages**, select the language you want to the default language in the **Default Language** field.


---

# 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://docs.tracknow.io/features/translation-management.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.
