> For the complete documentation index, see [llms.txt](https://docs.ixhello.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ixhello.com/ixhello/assistant-builder/quick-start-examples.md).

# Quick Start Examples

#### Example A — Verifying a policy answer <a href="#example-a-verifying-a-policy-answer" id="example-a-verifying-a-policy-answer"></a>

* Ask: “What is the PTO carryover policy in the 2024 Employee Handbook?”
* &#x20;
  * If High: click \[1] to confirm the cited section; proceed.
  * If Medium: check \[1] and \[2] for exact wording; paste the confirmed line into your email.
  * If Low: re-ask with “Handbook section title” or upload the latest PDF.

#### Example B — Submitting feedback <a href="#example-b-submitting-feedback" id="example-b-submitting-feedback"></a>

* If the answer misquotes a figure, click thumbs down → select “Incorrect,” and add “Table 3 shows 7.5%, not 5%.”
* Submission is non-blocking; continue chatting while your feedback is recorded.


---

# 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.ixhello.com/ixhello/assistant-builder/quick-start-examples.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.
