# User Menu

## Overview

The User Menu opens when you click your **Profile** icon <img src="/files/G4jbpz1AOaNLRlcsO9Gp" alt="" data-size="line"> at the bottom of the [Navigation Bar](/using-ideogram/ui-overview/ui-components/navigation-bar.md).\
It provides quick access to your account information, subscription settings, theme preferences, and other options.

<figure><picture><source srcset="/files/BvHVIZbIAv59oMNe8Mfp" media="(prefers-color-scheme: dark)"><img src="/files/0G217o65ZEyFk4NE9mIV" alt="" width="273"></picture><figcaption></figcaption></figure>

## Elements

1. **User Info** — Displays your username and registered email address. Click to access your [Profile Page](/using-ideogram/ui-overview/pages-ui/profile-page.md).
2. **Plan & Credits** — Shows your current plan (for example, Plus Plan, Free Plan, etc) and remaining priority credits. Click on it to show more details.
3. **Top Up Credits** — Shortcut to add more Priority credits.
4. **View Profile** — Opens your public Ideogram Profile page.
5. **Manage Subscription** — Redirects to your billing and subscription settings.
6. **Help & Documentation** — Opens Ideogram documentation.
7. **Manage Muted Users** — Lists and manages users you’ve muted.
8. **Delete Account** — Permanently deletes your account (with confirmation).
9. **API** — Opens the API management page.
10. **Log Out** — Signs you out of your current session.
11. **Theme Selector** — Switch between Light, Dark, or Auto[^1] appearance modes.
12. **Footer Links** — Quick links to Terms of Service, Privacy Policy, and Ideogram’s community channels.

[^1]: Based on your system settings.


---

# 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.ideogram.ai/using-ideogram/ui-overview/ui-components/user-menu.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.
