# Manage your profile

To access your user profile, you need to click on your profile icon in the top right corner of the screen. A menu will then open, where you can manage your organization and user settings.

<figure><img src="/files/Zb7vh2YTml4J6f9aUnrs" alt="" width="301"><figcaption><p>User profile menu</p></figcaption></figure>

<details>

<summary>Organization</summary>

Under "Organizations," all the organizations you are a member of are displayed. If you are a member of multiple, you can switch between them by clicking on the corresponding one.

</details>

<details>

<summary>Settings</summary>

The [settings](#settings) allow you to manage and customize NOVA.

</details>

<details>

<summary>Help / FAQ</summary>

Through this tab, you can find our product documentation. Under [FAQ](/faq.md), you can find previously asked questions and their answers. If you need additional help, feel free to reach out to us at <support@unisphere.de>.

</details>

<details>

<summary>Logout</summary>

Logout from your account. This will take you to the login screen, where you can switch accounts.

</details>


---

# 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.unisphere.io/nova/get-started/manage-your-profile.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.
