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

# AI Search

Better Building's AI Search is your first place to go when a question arises and you need a quick answer. When engaging with Better Building's AI Search, you have the ability to ask direct questions from our docs. If you cannot find an answer here, please issue a Support Ticket.

## Create an AI Search

{% stepper %}
{% step %}

### Ask a Question

An AI Search is undertaken on the upper ribbon across the platform. Simply type your question and you will get two responses, one from the AI Search and the other from the relevant area within our docs. For example, 'How do i add a Design to my Project?' will return the following results.&#x20;

<figure><img src="/files/tXs3l0lmBwioDK4t470g" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/r07jlySP12MxduKrmvjj" alt=""><figcaption></figcaption></figure>

{% hint style="danger" %}
Note, while Better Building's AI Search is reliable, AI applications can make errors.
{% endhint %}
{% endstep %}

{% step %}

### Review Answers

Next, left click the blue arrow to review the answer. Importantly, the AI Search only sources information from our docs, so please refer to the 'Sources' for the original article. In this example, 4 steps are returned to illustrate how to a Design to my Project., with additional links to related subject matter below.

<figure><img src="/files/Yzj3RSphQbLnh2GBNmC8" alt=""><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}


---

# 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.betterbuilding.io/support-and-training/ai-search.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.
