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

# Manage Your Account

The following sections are covered on Account section:

* My Profile
* Subscriptions
* Billing

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

### **My Profile:**

In the My Account section, users can manage their account settings and preferences. Here, you can update personal information, change passwords, and configure security settings. This section provides tools to oversee your account activity, control privacy settings, and manage connected applications for a personalized and secure user experience.

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

### **Subscription:**

The Subscription tab serves as a central hub where users can manage and view their subscription details. It provides information on current subscription plans, pricing, renewal dates, and allows upgrades or downgrades. Users can also update payment methods and view billing history for better transparency and control over their subscription services.

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

***

### Billing

The billing section handles financial transactions, generating invoices, processing payments, and maintaining records to ensure accurate billing and timely payment collection, supporting revenue flow.

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

> ### Update password

* **Navigate to Settings**: Access the settings or account section in your application or website.
* **Locate Password Option**: Find the option labeled ‘Password’ or ‘Change Password’.
* **Enter Current Password**: Input your current password to verify your identity.
* **Create New Password**: Choose a strong, new password. Include a mix of uppercase letters, lowercase letters, numbers, and symbols.
* **Confirm New Password**: Re-enter the new password to ensure accuracy.
* **Save Changes**: Click ‘Save’ or ‘Update’ to apply the new password change.
* **Confirmation**: Look for a confirmation message indicating that your password has been successfully updated.

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


---

# 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://docs.zeeve.io/zeeve-platform/manage-your-account.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.
