# Multilingual sections

Localized titles let you show different titles for different languages on your published site.

Visitors see the title that matches the language they’re browsing in. If a translation isn’t set, GitBook shows the fallback title instead.

{% hint style="info" %}
Localized titles only appear when your site includes spaces with more than one language.
{% endhint %}

{% embed url="<https://files.gitbook.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FNkEGS7hzeqa35sMXQZ4X%2Fuploads%2FlEY5s6qXpEy6k1ivmeL6%2Flocalized.mp4?alt=media&token=d8221dc1-54e1-401b-8699-3acd65343fc3>" %}

### Set up localized titles

{% stepper %}
{% step %}

#### Open your site customization settings

From your docs site, open **Settings** and go to **Structure** settings
{% endstep %}

{% step %}

#### Find the title you want to translate

Open the title field for your site, a section, or a section group.
{% endstep %}

{% step %}

#### Set the fallback title

By default, the fallback title is set to the current section name.
{% endstep %}

{% step %}

#### Add each translated title

Open the language selector again and choose a language.

Enter the title for that language, then repeat for each language you support.
{% endstep %}
{% endstepper %}


---

# 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://gitbook.com/docs/docs-site/site-structure/multilingual-sections.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.
