# Languages

{% hint style="info" %}
The captioning language matches the language of the browser interface.
{% endhint %}

We currently support the following languages:

* English
* French
* Spanish
* German
* Italian
* Ukrainian
* Portuguese
* Indonesian
* Polish

To set a language manually, you can do so by accessing the [Settings page](/settings/changing-settings.md).

If you would like to see additional languages added you can [create community translations via GitHub](https://github.com/jptrsn/zip-captions?tab=readme-ov-file#languages)


---

# 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://help.zipcaptions.app/settings/languages.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.
