# Account Overview

Once the user successfully login to our [Cogitus Platform](https://platform.cogitus.io/home), they will be redirected to the [Dashboard](https://platform.cogitus.io/home) page. It is the central workspace for monitoring and managing all activities within the platform.

On the top-right corner of the dashboard, users will find a user menu that displays their name. This serves as a convenient access point for managing personal information and account settings.

<figure><img src="/files/jCJaiDsExEIlkIN0jrsW" alt=""><figcaption><p>Dashboard with User dropdown</p></figcaption></figure>

When clicked, a dropdown menu will appear with the following options:-

👤 [My Profile](https://platform.cogitus.io/profilenew?active=myProfile) – Redirects users to their profile page, where they can view and update personal information such as Name and an email address.

<figure><img src="/files/X8L2UcwUwaXJ5oOE9kWd" alt=""><figcaption><p>My Profile Screen</p></figcaption></figure>

<figure><img src="/files/x6mUJdfqxtGngK4QNFsn" alt=""><figcaption><p>Edit Functionality - My Profile</p></figcaption></figure>

🧾 [Subscription Details](https://platform.cogitus.io/profilenew?active=subscriptions) –Provides a comprehensive view of the user's active subscription plans, current usage, and billing details. This section also includes a payment history, allowing users to verify past transactions and review pricing information for purchases made on the platform.

<figure><img src="/files/oChUy4LLlx5DmujdyDMO" alt=""><figcaption><p>Subscription Details</p></figcaption></figure>


---

# 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.cogitus.io/getting-started/account-overview.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.
