> For the complete documentation index, see [llms.txt](https://docs.hormo.studio/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.hormo.studio/documentation.md).

# Documentation

Every back-end services and rest-ful API' need documentations resource which client developers have to work with them. In rest-ful API service we had some brief description for each endpoint contains what our endpoints need as data and model and so on. In documentations service we create extra full documentations around any endpoint and schema Definitions as web page that you can export any time you want to share with your developers

![](https://blobscdn.gitbook.com/v0/b/gitbook-28427.appspot.com/o/assets%2F-LLJWqvJtjL4p5b0wMai%2F-LLubPoUE_c-5rEvLAL9%2F-LLucTu7y2pNH5uv-k4N%2FScreen%20Shot%202018-09-08%20at%2011.50.29%20PM.png?alt=media\&token=bc755239-e572-43f7-b321-60bf60a1ad86)

&#x20;Let's see how we can export our generated documentations in next step ;)

{% content-ref url="/pages/-Lz7OxS6p8cYRYwxSwLc" %}
[Export generated docs](/documentation/export-generated-docs.md)
{% endcontent-ref %}


---

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