# Dashboard

When you run and start your project in local or on your server you can reach to your automated served admin dashboard

{% hint style="info" %}
By default admin dashboard serve on port **`3006`** but you can change it in your exported codes or in Hormo Studio settings section.
{% endhint %}

When you start to enter dashboard you will see login page at the first. Default username and password for login are as below and you can change them in settings section for production.

* Username: `admin@hormo.studio`
* Password: `qwertyuiop`

![](/files/-Lz8ZcgVa1x0Vj_-gYe8)

{% hint style="info" %}
If you set your brand image in settings you will have your own brand in the admin dashboard user interface.
{% endhint %}

So after you login successfully, you gonna reach to admin dashboard overview which contains your models and data counts. lets figure out to work with data's at the next step.

{% content-ref url="/pages/-Lz7-hWgBGpD2moCNQrq" %}
[Usage](/dashboard/usage.md)
{% endcontent-ref %}


---

# 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.hormo.studio/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.
