# Profile information

You can access the Profile information setup by clicking on the small user profile icon located in the top-right corner of the interface. This icon typically displays the first letters of your name and surname (e.g., “CP” for Chris Parker). Once clicked, a dropdown menu appears where you can select Profile to view or edit your profile settings.

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

This page is where users can manage their personal information and customize their profile settings:

* **User Code:** A unique identifier for the user (e.g., a system-generated code like “e056ac433952”).
* **Name:** Displays the user’s name. This can be updated to reflect the preferred name.
* **AI Generated Content Language:** Lets the user select the language for AI-generated content (e.g., “English”). All AI generated content related to different models in Graphite note will be generate in selected language. When the language is changed, you need to rerun the model to generate content in the currently selected language.
* **Select Avatar:** Allows users to choose a personalized avatar color to visually represent their profile.
* **Email:** Shows the registered email address of the user.
* **Role:** Indicates the user’s role in the system (e.g., “Administrator” or “Viewer”).
* **Password:** Offers an option to change the user’s password with a Change Password button.

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


---

# 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.graphite-note.com/graphite-note-documentation/account-and-team-setup/profile-information.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.
