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

# Settings

First you need to register with [Google Cloud](https://cloud.google.com/translate), create a project in Google Cloud and get an API key.

Next, go to the project settings and specify the resulting API key:

1. Search in Google Translate plugins
2. Enter your API key

{% hint style="warning" %}
3\. In order for the API key to get into the build game, you must click the **"Set as Default"** button, this action will write the API key and Endpoint to the config.
{% endhint %}

![](/files/-MfmkGdLGWhmiLWf6l1T)

After these steps, you can proceed to the code.

## Quick start video

{% embed url="<https://youtu.be/XlrekO0QUFQ>" %}


---

# 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:

```
GET https://hichigo.gitbook.io/text-translation/nastroiki.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.
