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

# Welcome

## Need to get in touch? Email us at <team@yada.ai> for support

<table data-view="cards"><thead><tr><th></th><th data-hidden data-card-cover data-type="files"></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td>Quick Start</td><td><a href="/files/O84xh2G29dA4StX80M1x">/files/O84xh2G29dA4StX80M1x</a></td><td><a href="/pages/AWVGH4plRpddQCXysc3U">/pages/AWVGH4plRpddQCXysc3U</a></td></tr><tr><td>Property Management Systems Integration</td><td><a href="/files/pD6LP8VNSmDJYkI6D0Db">/files/pD6LP8VNSmDJYkI6D0Db</a></td><td><a href="/pages/YQrQ7idI1JocBoqCDJ16">/pages/YQrQ7idI1JocBoqCDJ16</a></td></tr><tr><td>Free Chat Widget Setup</td><td><a href="/files/IIAOhm4Jb1scReP40dbP">/files/IIAOhm4Jb1scReP40dbP</a></td><td><a href="/pages/sFPtFrlcenlB3y8Ure0B">/pages/sFPtFrlcenlB3y8Ure0B</a></td></tr><tr><td>Train &#x26; Manage Bots and AI</td><td><a href="/files/7zQjLJot0ZqBcemnerTJ">/files/7zQjLJot0ZqBcemnerTJ</a></td><td><a href="/pages/W75ZEmHD2VuA9NCGTxUk">/pages/W75ZEmHD2VuA9NCGTxUk</a></td></tr><tr><td>Connect external channels</td><td><a href="/files/nZhnJx3mzIbl1pdGjL3Z">/files/nZhnJx3mzIbl1pdGjL3Z</a></td><td><a href="/pages/VzZW91ZcFPvN1cTSCIJc">/pages/VzZW91ZcFPvN1cTSCIJc</a></td></tr><tr><td>Learn everything you need to know about the yada.</td><td><a href="/files/0Ny2GY6vGRLMvPURdp3K">/files/0Ny2GY6vGRLMvPURdp3K</a></td><td><a href="/pages/7UGidSHJsteS0X4doGVT">/pages/7UGidSHJsteS0X4doGVT</a></td></tr></tbody></table>

## Quick links

{% content-ref url="/pages/wbvnl5b6zlu0LWPocJPd" %}
[Guesty](/pms-integrations/guesty.md)
{% endcontent-ref %}

{% content-ref url="/pages/9tiM9tCbAB1kaaD2hYxo" %}
[Hostaway](/pms-integrations/hostaway.md)
{% endcontent-ref %}

## Get Started

We've put together some helpful guides for you to get setup with our product quickly and easily.

{% content-ref url="/pages/AWVGH4plRpddQCXysc3U" %}
[Quick Start](/quick-start.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, and the optional `goal` query parameter:

```
GET https://docs.yada.ai/welcome.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.
