> For the complete documentation index, see [llms.txt](https://docs.tuplo.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tuplo.com/tuplo-account-management-guide/your-tuplo-dashboard.md).

# Your Tuplo Dashboard

<figure><img src="/files/Gx0FVBoqy0SfKfsuB6x5" alt=""><figcaption><p>The Tuplo Dashboard.</p></figcaption></figure>

The Tuplo Dashboard is the central hub for managing your integrated services and information associated with your Tuplo services.

Once you log in, you can navigate through your Tuplo Dashboard by clicking the buttons or a section from the list to the left.

{% hint style="info" %}
**Quick Tips!**

In this guide, you can use **Command + K** anytime to use the assisted search feature.
{% endhint %}

***

## Sign Up

Before you can access your Tuplo Dashboard, you first need to sign up for Tuplo services.

To do this:

1. **Go** to [www.tuplo.com](https://docs.tuplo.com/tuplo-account-management-guide/www.tuplo.com).
2. **Click** Sign Up
3. **Select** which Tuplo subscription you would like to purchase.
4. **Enter** the requested details and click verify email.
5. **Enter** the code sent to the entered email to verify.
6. **Provide** the requested account information.
7. **Agree** to our Terms of Service and complete your payment.

***

## Sign In

If you have already created a Tuplo account, you can follow these steps to sign in.

1. **Go** to [www.tuplo.com](https://docs.tuplo.com/tuplo-account-management-guide/www.tuplo.com).
2. **Click** Sign In.
3. **Enter** the email and password associated with your account.
4. **Click** Login.

{% hint style="info" %}
**Quick Tips!**

If you have forgotten your password, you can begin a password reset by clicking 'Forgot Password' and following the on-screen instructions.
{% endhint %}


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.tuplo.com/tuplo-account-management-guide/your-tuplo-dashboard.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
