> For the complete documentation index, see [llms.txt](https://classpass.gitbook.io/classpass/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://classpass.gitbook.io/classpass/start-here/or-dashboard.md).

# | Dashboard

## User Dashboard

{% tabs %}
{% tab title="Dashboard Tab" %}
The user dashboard can be accessed at the following link: <https://dashboard.classpass.study/>

The dashboard provides everything you need to stay on top of your learning, track your question history, and access essential tools. Below, highlights everything that the dashboard has to offer.

## Answered Questions

Keep track of the questions you’ve asked ClassPass. This section displays a running total of the questions answered, giving you an overview of how much assistance you’ve received. This value is split into questions asked 'Today' and 'All Time.'

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

## Time Saved

See how much time ClassPass has saved you compared to doing the full workload manually. This section provides a real-time tally of the hours and effort you’ve reclaimed, allowing you to focus on what matters most.&#x20;

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

## Question History

Review your past questions and answers in one convenient place. Whether you need to revisit a solution or follow up on a topic, your full history is always accessible for reference.

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

## Announcements

This section is your hub for all announcements, including bug fixes, software improvements, and exciting new features. We’re always working to make ClassPass better, and this is where we’ll keep you in the loop.

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

## Logout

To logout of your ClassPass account and dashboard, click the 'Logout' button in the top right corner of the dashboard.&#x20;

<figure><img src="/files/uOR94VcIqQeYuNbwvqCn" alt=""><figcaption></figcaption></figure>
{% endtab %}

{% tab title="Account Tab" %}
The account tab of the user dashboard can be accessed at the following link: <https://dashboard.classpass.study/account>

The account tab serves as the central hub where you can monitor and manage your ClassPass subscription, referrals, etc.&#x20;
{% endtab %}
{% endtabs %}


---

# 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:

```
GET https://classpass.gitbook.io/classpass/start-here/or-dashboard.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.
