> 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/login.md).

# Login

To log in with your account, visit the Animal Diet Formulator website by clicking this link <https://animaldietformulator.com>.

Click the **Login** button at the top right corner of the website.

<figure><img src="/files/2jw4KXZbdCE2CsU3oxbA" alt=""><figcaption></figcaption></figure>

After clicking the button, you will be redirected to a form to enter your login credentials, as below.

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

1. Email Address
   * Provide the registered email address that you shared with us.&#x20;
2. Password
   * Provide the password you created and shared with us when you created your account.&#x20;
3. View Password button
   * Click the toggle icon button to show/hide the readable password.&#x20;
4. Remember Me
   * Toggle the checkbox if you want to remember your account and auto-sign into your account.&#x20;
5. Sign In button
   * Click this button to Sign In with your account after providing the valid Email Address and Password.&#x20;
6. Reset Password
   * This link will redirect you to the page where you can request to reset your password. Click [here](/members-area/profile/reset-password.md) to learn more.&#x20;

After a successful sign-in, you will be redirected to the [user's dashboard](/members-area/profile/user-dashboard.md).&#x20;


---

# 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/login.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.
