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

# Developer Platform

## Getting Started

Welcome to the official YallyHub documentation portal.

Here you will find the essential resources governing and supporting your use of the platform — from legal and compliance documentation to functional guides and release updates.

This portal is structured to provide clarity for business users, administrators, developers, and compliance teams. It reflects our commitment to transparency, operational reliability, and continuous product improvement.

We encourage you to consult the relevant sections regularly to stay informed about platform capabilities, obligations, and updates.

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td><h4><i class="fa-book">:book:</i></h4></td><td><strong>Legal &#x26; Compliance</strong></td><td>Access all legal documentation governing the use of YallyHub, including our Terms &#x26; Conditions, Acceptable Use Policy, Privacy Policy, Cookie Policy, and other compliance-related documents.</td><td><a href="/spaces/LlFRjVcmxf6XW33ZcsyM/pages/xsy1uF4nDYPNqA3nXCqb">/spaces/LlFRjVcmxf6XW33ZcsyM/pages/xsy1uF4nDYPNqA3nXCqb</a></td><td><a href="/files/LHIOZGoI6dPF36TuRaxH">/files/LHIOZGoI6dPF36TuRaxH</a></td></tr><tr><td><h4><i class="fa-wand-magic-sparkles">:wand-magic-sparkles:</i></h4></td><td><strong>Platform documentation</strong></td><td>Explore how YallyHub works, how modules are set up, configuration guides, and functional documentation for users and administrators.</td><td></td><td><a href="/files/IaUMODRBBSBL8eUaPX09">/files/IaUMODRBBSBL8eUaPX09</a></td></tr><tr><td><h4><i class="fa-terminal">:terminal:</i></h4></td><td><strong>Release Notes</strong></td><td>Stay up to date with new features, improvements, bug fixes, and platform updates across all YallyHub releases.</td><td></td><td><a href="/files/ebMoLMpZFyLqpzByuzrk">/files/ebMoLMpZFyLqpzByuzrk</a></td></tr></tbody></table>


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.yally.app/readme.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
