# About this Help Guide

## <mark style="color:blue;">Disclaimers</mark>

First off, full disclosure, this is a **living document** that we'll be adding to and revising as the software evolves and changes. If you stumble across something outdated or inconsistent, please be patient with us and forgiving.&#x20;

We've done our best to create a good starting point for this Help Guide. But we're very human, so please email us (<mark style="color:blue;">**<hello@prequilt.com>**</mark>) if you get confused or if there is a big, blatant mistake that we should fix asap. We very much appreciate your willingness to alert us so that we can fix and improve this living document.&#x20;

## <mark style="color:blue;">Style Guide</mark>

We've done our best to be consistent with the formatting of this information. Here's what each of the formats mean:

* <mark style="color:blue;">**Blue & Bold**</mark> --> Call to action! Click on or do what is blue and bolded
* **Bold & Black** --> FYI - Usually an important term or something important to note.&#x20;
* *<mark style="color:blue;">Blue & Italic</mark>* --> Glossary term - Click on it for more information in the [*<mark style="color:blue;">Glossary</mark>*](/welcome-to-prequilt/about-this-help-guide/glossary.md).


---

# 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://help.prequilt.com/welcome-to-prequilt/about-this-help-guide.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.
