# My Account

In My Account menu, you can check and modify your account information&#x20;

<figure><img src="/files/eC5RxATX3vLYOfBdfVm8" alt=""><figcaption></figcaption></figure>

### Name&#x20;

You can edit your first name and last name as desired.

### Email

You can check your account email information.

{% hint style="info" %}
The email address is the same as the account name and cannot be changed.
{% endhint %}

### Company

You can edit your company name.

### Language

Set the dashboard language.

{% hint style="info" %}
Please note that this is the dashboard UI language.&#x20;
{% endhint %}

{% hint style="success" %}
You can set your project language for modeling in Settings > Project Settings > Language&#x20;
{% endhint %}

### Password

You can change your password.


---

# 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.allganize.ai/nlu-api-dashboard/my-account.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.
