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

# Account Settings

Account settings cover your Ideogram profile, subscription, billing, credits, theme, muted users, and sign-out actions. Most account actions start from the [User Menu](/using-ideogram/ui-overview/ui-components/user-menu.md).

API setup is separate from normal account and subscription settings. To configure API access, use the API Dashboard or open [ideogram.ai/manage-api](https://ideogram.ai/manage-api), then follow [Ideogram API](/plans-and-pricing/ideogram-api.md).

## Profile

Use the profile area to view your public profile, edit profile details where available, manage your profile image, and review profile-facing content such as pinned or public images.

## Plan, Credits, and Billing

Use plan and billing entry points to:

* review your active plan and credit balances;
* upgrade, renew, or manage a subscription;
* buy top-up credits where available;
* update payment or billing information;
* view billing history and invoices.

Current plan prices, included credits, top-up details, and plan availability can change. See [Available Plans](/plans-and-pricing/available-plans.md) and [ideogram.ai/pricing](https://ideogram.ai/pricing) for current pricing.

## Muted Users

Use **Muted users** to review and manage accounts you have muted. Muting affects what content you see from those creators.

## Theme

Use the theme selector to switch between supported appearance modes such as Light, Dark, or Auto.

## Deleting Your Account

Account deletion is permanent. If you choose to delete your account, follow the confirmation flow shown in the User Menu or account settings surface. Deletion removes your Ideogram account data according to the current product and legal policies.

Before deleting an account with an active subscription or API setup, review billing and API settings separately.


---

# 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:

```
GET https://docs.ideogram.ai/using-ideogram/account-settings.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.
