> For the complete documentation index, see [llms.txt](https://docs.animaldietformulator.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.animaldietformulator.com/members-area/profile/user-dashboard.md).

# User Dashboard

After you've signed in to your account, you will be redirected to the User's Dashboard.

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

### 1. User Profile Button

By clicking this button from any screen, you will be redirected to your user dashboard. Hovering your mouse over the button will show the  User's Menu to easily access all user-related private pages.&#x20;

### 2. Access ADF App button

Clicking this button will redirect you to the Web version of the Animal Diet Formulator where you can formulate your recipes.

{% hint style="info" %}
This button will not be available if you don't have a valid and active subscription. Instead, there will be a button for you to access your Subscription information.&#x20;
{% endhint %}

### 3. User's Menu

This section lists all the user-related private pages. This menu is also accessible by hovering over the User Profile button at the top right corner of the page.&#x20;

### 4. Subscription Information

Provided here are the details about your current subscription including payment method, payment status, and renewal information.&#x20;

You may also click the View Current Subscription button to view all details about your current subscription.


---

# 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://docs.animaldietformulator.com/members-area/profile/user-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.
