# Usage

When you reach to each model in admin dashboard like Users you will see whole data's table list in your services in user model. It works directly with your database connected resources.

![](/files/-Lz8Zn8CFkvyU_C2_pnc)

In each list you can reach:

* Create new entry for your model by manually
* Update existing entries
* Delete specific entry
* Download data's as JSON and CSV file
* Search on your data's
* Add and manage list columns based on your model props

You can insert some new entries for test or manage whole data's behind your production services by Hormo Studio admin dashboard so simply as administrator. Also we have feature for having multi admin user in your admin dashboard. let's try in next step

{% content-ref url="/pages/-Lz7-hWhiSaoq2k3wdHt" %}
[Manage users](/dashboard/manage-users.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/usage.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.
