# Translating the interface

You can contribute to interface translations using a tool called [fink](https://fink.inlang.com/).

1. Copy the URL of the CISO Assistant GitHub repository: [`https://github.com/intuitem/ciso-assistant-community`](https://github.com/intuitem/ciso-assistant-community)
2. Visit [fink](https://fink.inlang.com/) and paste the URL you just copied.
3. Sign in using your GitHub account.
4. Click the 'fork' button at the bottom of the page. You may need to refresh the page to start contributing.
5. Select the language(s) you wish to translate, or add new ones.
6. Edit translations.

   <figure><img src="/files/iTAAr6leJ2Ye1qcigQJs" alt=""><figcaption></figcaption></figure>
7. When you are done, you can press the button at the bottom of the page to push the changes you made.

   <figure><img src="/files/1hAtqu9BCx4C6QqqqBvI" alt=""><figcaption></figcaption></figure>
8. When your translations are ready, [submit a pull request](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request-from-a-fork) on <https://github.com/intuitem/ciso-assistant-community>.

Read [fink's user guide](https://inlang.com/g/6ddyhpoi/guide-nilsjacobsen-contributetranslationswithfink) for more information.<br>


---

# 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://intuitem.gitbook.io/ciso-assistant/contributing/internationalization/translating-the-interface.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.
