# Multilingual support

zkBob has been translated by the community into several languages. The following are currently available:

* English (default)
* [Português](/zkbob-app/multilingual-support/portugues.md)
* [Русский](https://docs.zkbob.com/zkbob-app/multilingual-support/russkii)
* [中文](https://docs.zkbob.com/zkbob-app/multilingual-support/zhong-wen)
* *More coming soon*

### Add support for new languages

To leave a support request fora new localization with zkBob:

1. Open [the docs repo](https://github.com/zkBob/docs) and move to the "Issues" tab
2. Create an Issue based on the following structure:
   1. Title: "Add \<LANG> localization to the zkBob app."
   2. Add a file with the translation to the comment and leave any other notices. An example with the English translation can be found [here](https://ipfs.filebase.io/ipfs/QmQEdzJH9qUE5UU8y5b8dehNVFCp3b8yyJPZfW58HTdegY).
3. Submit the Issue. Our team reviews all issues at least once per week.&#x20;

Immediately after reviewing the file, we will come back with comments to consider or rough estimates of integration.


---

# 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.zkbob.com/zkbob-app/multilingual-support.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.
