# Chathive documentation

{% hint style="info" %}
Stay up to date with the [latest updates in Chathive documentation](https://developers.chathive.app/whats-new-in-the-chathive-docs).
{% endhint %}

## Get started

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Chathive SDK</strong></td><td>Start with embedding a Chathive project into your projects</td><td></td><td></td></tr><tr><td><strong>API documentation</strong></td><td>Learn how to work with the Chathive API</td><td></td><td><a href="https://documenter.getpostman.com/view/21518222/2s9YC31uAP">https://documenter.getpostman.com/view/21518222/2s9YC31uAP</a></td></tr><tr><td><strong>Crawler configuration</strong></td><td>Learn how to create advanced crawlers</td><td></td><td><a href="crawler/crawler-config">crawler-config</a></td></tr><tr><td><strong>Tools</strong></td><td>Enhance enhance your AI with custom tools</td><td></td><td><a href="tools">tools</a></td></tr><tr><td>Triggers</td><td>Trigger your agent when changes happen in your apps<br></td><td></td><td><a href="triggers">triggers</a></td></tr></tbody></table>


---

# 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://developers.chathive.app/chathive-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.
