> For the complete documentation index, see [llms.txt](https://doodara.gitbook.io/doodara-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doodara.gitbook.io/doodara-docs/templates-and-characters/story-languages.md).

# Story languages

Doodara writes books in ten languages, and the interface is available in all of them.

| Language   | Site                                                                 |
| ---------- | -------------------------------------------------------------------- |
| English    | [doodara.com](https://www.doodara.com/)                              |
| Spanish    | [Libros infantiles](https://www.doodara.com/spanish-childrens-book)  |
| French     | [Livres pour enfants](https://www.doodara.com/french-childrens-book) |
| German     | [Kinderbücher](https://www.doodara.com/german-childrens-book)        |
| Italian    | [Libri per bambini](https://www.doodara.com/italian-childrens-book)  |
| Portuguese | [Livros infantis](https://www.doodara.com/portuguese-childrens-book) |
| Japanese   | [絵本づくり](https://www.doodara.com/japanese-childrens-book)             |
| Korean     | [그림책 만들기](https://www.doodara.com/korean-childrens-book)             |
| Chinese    | [儿童绘本](https://www.doodara.com/chinese-childrens-book)               |
| Arabic     | [كتب الأطفال](https://www.doodara.com/arabic-childrens-book)         |

## Choosing the story language

The story language is a setting at creation time, separate from the language you are browsing in. You can read the site in English and generate a book in Spanish, or the reverse. Pick the language the book will be *read aloud* in.

## Writing the prompt

Write the prompt in whichever language you are comfortable with — the AI understands the intent either way. If you want specific words or names to appear exactly as written, put them in the target language.

Names travel as-is. A child called Mia stays Mia in every language.

## Bilingual households

A common pattern is to generate the same story twice, once per language, using the same prompt, the same character, and the same art style. You end up with two matching books — one for each grandparent, or one for school and one for home.

## Right-to-left

Arabic books are laid out right-to-left, including page order and text alignment.

## What is not translated

Illustrations carry no text, which is deliberate — it is what makes the same book work in ten languages. Any words that appear in a picture are part of the illustration and are not translated.


---

# 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, and the optional `goal` query parameter:

```
GET https://doodara.gitbook.io/doodara-docs/templates-and-characters/story-languages.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
