> For the complete documentation index, see [llms.txt](https://docs.dinmo.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.dinmo.io/workspace-management/personal-settings.md).

# Personal settings

Use Personal settings to manage the information and preferences attached to your DinMo user account.

## Change the platform language

You can choose the language displayed in the DinMo platform. This preference applies to your personal account.

1. Select your profile in the bottom-left corner of the DinMo navigation.
2. Select **Personal settings**.

<figure><img src="/files/6zkUjPX9KaxmXm44HSRo" alt="Profile menu with Personal settings selected"><figcaption><p>Open Personal settings from your profile menu.</p></figcaption></figure>

3. Under **Preferred language**, open the language list.
4. Select **Français (France)** to use DinMo in French, or **English (United States)** to use DinMo in English.

<figure><img src="/files/6sZFomCem9xvv9ZLnREy" alt="Profile page with the Preferred language list showing English and Français options"><figcaption><p>Select your preferred platform language from your profile settings.</p></figcaption></figure>

## Update your profile

From Personal settings, you can also update your first name and last name. Your email address is displayed on the page and cannot be edited there.


---

# 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://docs.dinmo.io/workspace-management/personal-settings.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.
