# Getting Started

## Sign up

Visit <https://www.robodash.app/get-started> to sign up.&#x20;

{% hint style="info" %}
We only require an account name and an email address. Our sign-in process is passwordless.&#x20;
{% endhint %}

### My first dashboard

After signing up you're immediately greeted by your first dashboard. Click on **+ add widget** to add your first widget.

Give it a name and decide on a widget type. Try adding an **uptime monitor** to monitor uptime of your app.&#x20;

Your widget should immediately appear in your dashboard. Hover over the widget and click the little **cog icon** to edit it's properties. Here you can set it up with a URL to periodically check.

{% hint style="info" %}
Don't worry if it doesn't turn green right away, checks happen every 5 minutes. Your widget will be refreshed automatically, no need to keep hitting refresh!
{% endhint %}

Try adding a couple more widgets. You can order your widgets any way you like.


---

# 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://docs.robodash.app/master.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.
