# Database

First of all you have to prepare your requirement database on localhost or your server and then start out to connect your database by [instruction](/database/create-database.md).

For example when you want to store your data on mongodb you have to install and setup mongodb in your client and Hormo Studio not gonna handle or host your database by itself.

![Hormo Studio data workflow ](https://blobscdn.gitbook.com/v0/b/gitbook-28427.appspot.com/o/assets%2F-LLJWqvJtjL4p5b0wMai%2F-LLYevnQgFww0mk4rbRr%2F-LLYezSJ3cMM1euJbZAu%2Fs_C6F5F8DD00AAA5BB7C357F785D033530B83284EC7F641341E97DA691D97B8750_1496961366393_9830484.png?alt=media\&token=966714fa-b93d-48b1-bd63-e7bc77a64288)


---

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