# Settings & API access

The **Settings** page holds your account details, API credentials, subscription status, and theme.

## User information

* **Email** — the address your account is tied to (read-only).
* **Mail token** — your personal JustPush email token, used for the email-to-push feature.

## API access token

Your **API access token** authenticates requests you make directly to the JustPush API (separate from a Studio integration's per-endpoint token).

* Use the **show/hide** toggle to reveal it.
* Use the **copy** button to copy it to the clipboard.

{% hint style="warning" %}
Keep this token secret — it authenticates API requests on your behalf. Don't commit it to source control or share it publicly.
{% endhint %}

## Subscription

Settings shows your plan status, including limits such as the number of **messages per month** and **topics** available, your current usage, and renewal/expiry information. If your subscription is expiring or has lapsed, a notice here lets you renew.

## Theme

Toggle between **dark** and **light** mode. Dark is the default. Your choice applies across all of Studio, including the code editor.

## Logout

Click **Logout** to end your session on this device. This clears cached data and signs you out; Studio won't automatically sign you back in until you do so explicitly. See [Signing in](/introduction/justpush-studio/getting-started/signing-in.md).


---

# 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.justpush.io/introduction/justpush-studio/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.
