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