# What is mooi?

*mooi* is a language translator that:

* Is aware in what context the text is going to be used (thanks to GPT).
* Supports nearly every imaginable framework (Spring, Android, iOS, React, etc.).
* Only translates values that weren't translated already.

### How it Works

At a high level:

* Define your product copies in a `yaml` file
* Attach a description to each of your copies (just as you would do with a real translator)
* Configure in what format you would like your output to be.
* Run `mooi-cli` and get the result.
* Commit the changes.


---

# 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.mooi.cloud/what-is-mooi.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.
