# Default language!

The first thing you need to do when you create an installation of Zero One is to go to the system Languages options and add your language as the default language.

<figure><img src="/files/XCmBAESLWHSQmBbA5rFo" alt=""><figcaption><p>Languages in system menu</p></figcaption></figure>

If English is not the default language of your website, delete it and add your language.

<figure><img src="/files/Kxzf4XsZK0ypfCirjRxS" alt=""><figcaption><p>Languages options</p></figcaption></figure>

Make sure to add all correct pieces of information for your language, including code and PHP locale string. If you are not sure what are they for your language search online.

<figure><img src="/files/jSip2NDPmaJUfmyclfS2" alt=""><figcaption><p>Language settings</p></figcaption></figure>

There is just one thing. If you want your default language to be at the domain root, you will have to go to `zero-one/site/languages/[yourlanguageextension].php`, open it with a text editor and

```
# Change this
'url' => NULL

# Into this
'url' => '/'
```

If you intend to create a multilanguage website, make sure to read the next documentation page.


---

# 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://www.one.thezero.club/guide/installation/default-language.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.
