> For the complete documentation index, see [llms.txt](https://supportiko.gitbook.io/documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://supportiko.gitbook.io/documentation/getting-started/profile-management.md).

# Profile Management

The Profile section in the Supportiko Admin Panel allows logged-in users to manage their account details, update their password, and handle subscription settings. This guide will walk you through the options available when accessing the profile menu and the features on the Profile page.

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

### **Accessing the Profile Menu**

When logged into the Supportiko Admin Panel, you can access your profile options by clicking on your avatar in the top-right corner of the screen. A dropdown menu will appear with the following options:

* **Profile**: View and manage your account details.
* **Change Password**: Update your account password if needed.
* **Log out**: Sign out of your Supportiko account.

### **Profile Page**

The **Profile** page provides an overview of your account information and offers options to manage your subscription or delete your account. Here’s what you can do:

#### **View Account Information**

The Profile Information section displays the details associated with your account:

* **Full Name**: Your registered name (e.g., John Doe).
* **Email**: The email address linked to your account (e.g., <timebottable@gmail.com>).
* **Payment Status**: Indicates whether your account is active (e.g., "active").
* **Payment Name**: Shows your current subscription plan (e.g., "Basic Plan").

#### **Manage Subscription**

If you are a paid user, you can manage your subscription directly from this page:

* Click the **Manage Subscription** button to view or modify your subscription details, such as upgrading your plan, updating payment methods, or canceling your subscription.
*

#### **Danger Zone: Delete Account**

The **Danger Zone** section allows you to permanently delete your account and all associated data. **This action is irreversible**, so proceed with caution.

* **Delete Account**: Clicking the **Delete All** button will:
  * Remove all your data from Supportiko, including chat history, widget settings, agent profiles, and AI Assistant configurations.
  * Unsubscribe you from any active paid plans.
  * Permanently delete your account with no option to recover it.
* **Warning**: A clear message is displayed: "Once you delete your account, there is no going back. Please be certain." Ensure you are absolutely sure before proceeding with this action.

By using the Profile page, you can keep your account information up to date, manage your subscription, or permanently delete your account if needed. Always double-check before taking irreversible actions like account deletio


---

# 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, and the optional `goal` query parameter:

```
GET https://supportiko.gitbook.io/documentation/getting-started/profile-management.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
