> ## Documentation Index
> Fetch the complete documentation index at: https://docs.artificialstudio.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Account settings

> Manage your Artificial Studio account, API keys, and subscription.

Your account settings let you manage your profile, subscription, API keys, and more.

## Account pages

| Page         | What you can do                                        |
| ------------ | ------------------------------------------------------ |
| **Settings** | Manage your account and subscription                   |
| **Usage**    | View credit balance, transaction history, and spending |
| **API Keys** | Create and manage API keys for programmatic access     |

Access these pages by clicking your profile icon and navigating to the **Account** section.

## API keys

API keys let you use Artificial Studio programmatically through the API. You can create multiple keys for different projects or environments.

<Steps>
  <Step title="Go to Account > API Keys">
    Navigate to [app.artificialstudio.ai/account/api-keys](https://app.artificialstudio.ai/account/api-keys).
  </Step>

  <Step title="Create a key">
    Click **Create API Key**. Your new key is displayed once — copy it immediately.
  </Step>

  <Step title="Store it securely">
    Save the key in an environment variable or secrets manager. Do not share it or commit it to source code.
  </Step>
</Steps>

<Note>For full API documentation, see the [API Reference](/getting-started/introduction).</Note>

## Change your plan

To upgrade or downgrade your subscription:

1. Go to **Account > Settings**
2. Click **Manage Subscription**
3. Choose your new plan

When upgrading, you get immediate access to the new plan's benefits. When downgrading, the change takes effect at the start of your next billing cycle.

## Delete your account

<Warning>Deleting your account is permanent and irreversible. All your creations, API keys, credits, and data will be permanently deleted.</Warning>

To delete your account:

1. Go to **Account > Settings**
2. Scroll to the **Danger Zone** section
3. Type `DELETE` to confirm
4. Click **Delete Account**

## Get help

If you need support, contact us at [hi@artificialstudio.ai](mailto:hi@artificialstudio.ai). You can also reach us through the **Support** link in the documentation header.
