# hormo studio

## hormo studio

- [Getting Started](https://docs.hormo.studio/master.md)
- [Introduction](https://docs.hormo.studio/introduction.md): We provide GUI environment in our desktop software to make it easy due creating your API's or managing your databases without any line of code. Also we designed a sections for our built-in services.
- [How it works ?](https://docs.hormo.studio/introduction/how-it-works.md)
- [Create Project](https://docs.hormo.studio/introduction/create-project.md)
- [Playground](https://docs.hormo.studio/introduction/playground.md)
- [Models](https://docs.hormo.studio/models.md): Models are main core technology that make a lot of restful API endpoints based on properties, options. All services like docs and admin dashboard generating based on your models informations.
- [Create model](https://docs.hormo.studio/models/create-model.md)
- [Properties](https://docs.hormo.studio/models/properties.md)
- [Field types](https://docs.hormo.studio/models/field-types.md)
- [UI Types](https://docs.hormo.studio/models/ui-types.md)
- [Options](https://docs.hormo.studio/models/options.md)
- [Validations](https://docs.hormo.studio/models/validations.md)
- [Relations](https://docs.hormo.studio/models/relations.md)
- [Built-in User model](https://docs.hormo.studio/models/built-in-user-model.md)
- [Database](https://docs.hormo.studio/database.md): Any back-end services need database storages and Hormo Studio has almost whole databases type driver to connect your database to your models and projects.
- [Create Database](https://docs.hormo.studio/database/create-database.md)
- [Connect to model](https://docs.hormo.studio/database/connect-to-model.md)
- [Restful API](https://docs.hormo.studio/restful-api.md): After designing your models you can run and test your project. We generate complete list of restful APIs based on your models properties automatically without any code.
- [Playground](https://docs.hormo.studio/restful-api/playground.md)
- [Filters](https://docs.hormo.studio/restful-api/filters.md)
- [Access Token](https://docs.hormo.studio/restful-api/access-token.md)
- [Dashboard](https://docs.hormo.studio/dashboard.md): Admin dashboard generating based on models definition to prepare place as back-end service for managing your data. After deploy your services you can serve your admin dashboard.
- [Usage](https://docs.hormo.studio/dashboard/usage.md)
- [Manage users](https://docs.hormo.studio/dashboard/manage-users.md)
- [Change Authentication](https://docs.hormo.studio/dashboard/change-authentication.md)
- [Monitoring](https://docs.hormo.studio/monitoring.md): We provide powerful monitoring system for each project that you built with our platform. You can monitoring your services like errors, progresses, CPU usages and several awesome reports.
- [List of reports](https://docs.hormo.studio/monitoring/list-of-reports.md)
- [Watch requests](https://docs.hormo.studio/monitoring/watch-requests.md)
- [Documentation](https://docs.hormo.studio/documentation.md): Hormo Studio automatically generate documentation based on your API's and services. You can have an access to the documentations in your folder project and in your Hormo Studio project dashboard menu.
- [Export generated docs](https://docs.hormo.studio/documentation/export-generated-docs.md)
- [Deployment](https://docs.hormo.studio/deployment.md): Hormo Studio handle whole project in localhost environment until next version and we have instruction to deploy your project manually in your localhost and production.
- [Licence](https://docs.hormo.studio/licence.md)


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.hormo.studio/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.
