# Core Features

### Dashboard Overview

Upon login, customers see a comprehensive dashboard displaying:

#### Quick Stats Cards

* **Total Purchases**: Complete count of all orders
* **Active Subscriptions**: Number of currently active recurring services
* **Available Keys**: Count of unused game keys or license keys
* **Downloads**: Number of digital products available for download

#### Recent Activity Sections

* **Recent Purchases**: Latest orders with status indicators
* **Recent Subscriptions**: Current subscription status and next billing dates
* **Quick Actions**: Direct links to view purchase history, manage subscriptions, and access downloads

<figure><img src="/files/RlpeGHKrhfiLVP9LJrnO" alt=""><figcaption><p>User Portal dashboard showing all necessary statistics</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://help.fungies.io/user-portal/core-features.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.
