# How AI Assist work?

Upon making the AI chat public, it will appear as illustrated in the screenshot on your dashboard. You can use the search feature at the top to look for any of your help documentation.

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

Select the lower search field to engage in a chat with the AI chatbot.

<figure><img src="/files/22JZ8UDObfYDo98uGeOR" alt=""><figcaption></figcaption></figure>

## **Form Assist**

While filling out a form, if the user clicks on an input field and then clicks outside or starts entering/deleting text, Form Assist will recognize the user's struggle. It will display a small nudge indicating the need for help, as illustrated in the screenshot below. Clicking on it will prompt the AI chatbot to show all relevant documentation related to that specific field.

<figure><img src="/files/3lPsJXYW3JhX4E6QWWA5" alt=""><figcaption></figcaption></figure>

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

## Page Assist

In the chatbot, there's a magical tool accompanied by a customized label. With this tool, you can select content on any page, and in the chat section, you'll receive an overview of that page.

<figure><img src="/files/4jz3RV5GKq2ZGbQvaDEx" alt=""><figcaption></figcaption></figure>


---

# 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.beacon.li/how-ai-assist-work.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.
