# Account Settings

<figure><img src="/files/Ta4MSE46P7zw9LIbKM91" alt=""><figcaption></figcaption></figure>

From the top-right corner of the interface, users can access several account options:

1. **Buy More Tokens / Upgrade Subscription**\
   Clicking on this option opens the billing section, where users can upgrade their plan or purchase additional tokens if their monthly balance runs out.
2. **Manage Account**\
   Opens the account management panel. From there, users can review their active plan, billing information, and token usage history.
3. **Sign Out**\
   Safely logs the user out of their session. For security reasons, it is recommended to sign out after using shared or public devices.

These controls are accessible at any time while using Lupa, ensuring quick access to subscription management and account settings.

<figure><img src="/files/ZAnS7JZoDcatwmS3JF58" alt=""><figcaption></figcaption></figure>

Inside the **Manage Account** section, users can view and control all aspects of their subscription and account information.\
This page provides a clear overview of your current plan, token usage, and support options.

**1. Subscription Details**\
At the top, you can see your current plan (for example, *Premium Plan*) along with the subscription start date.\
Here you can:

* **Manage subscription** – change or upgrade your plan.
* **Cancel subscription** – stop your current plan at any time.

**2. Token Balance**\
Displays the number of tokens remaining in your account.

* The progress bar shows how much of your monthly quota has been used.
* You can click **Buy tokens** to purchase additional credits before renewal.\
  Tokens automatically renew at the start of each new billing cycle.

**3. Support**\
If you need help, technical assistance, or billing clarification, you can click **Contact us** to reach the Lupa support team directly.

**4. API Token**\
This section allows you to generate a personal API token for integration with third-party tools or business workflows.\
You can create a token using the **Create token** button and access related documentation through the **Documentation** link.

**5. Community Access**\
At the bottom of the page, you can join the official Lupa community on Skool.\
It’s a space to get updates, share your work, and connect with other users.


---

# 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://lupaupscaler.gitbook.io/lupaupscaler-docs/your-lupa-account/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.
