> For the complete documentation index, see [llms.txt](https://features.scnd.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://features.scnd.com/v2.0/front-office/homepage/ai-search-assistant.md).

# AI Search Assistant

## Ai Search Assistant&#x20;

The assistant is designed to interact with users and address their inquiries, leveraging the capabilities of OpenAI's artificial intelligence to make informed decisions that benefit users. The AI search assistant is a feature developed specifically to help users with a variety of requests. These requests can range from identifying suitable services, submitting or responding to proposals, to locating and connecting with a vendor. Conveniently accessible, the assistant is presented as a chatbox located in the bottom right corner of the homepage (Figure 1).&#x20;

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

The chatbot interface is user-friendly, offering a seamless experience as it guides users through their inquiries, ensuring that they receive the best possible support and solutions tailored to their needs. By integrating advanced AI technology, the assistant can quickly.

On the top, we have three icons to assist the user:

![](/files/5h9x3H5J2PYMbL4EN2Fo)Displays the conversation history.

![](/files/J7uAXhnW3kIcmAF416Vo)Creates a new conversation

![](/files/zU35B7Gv12rcLaQ9br9D) Close the chat

{% hint style="info" %} <mark style="color:blue;">**The AI Search Assistant is not a chatbot**</mark><mark style="color:blue;">. It uses artificial intelligence to process the marketplace database and analyze user requests.</mark>
{% endhint %}

## Settings

Enabling AI Search Assistant -> [AI Settings ](/v2.0/superadmin/configurations/features/artificial-intelligence-features/ai-settings.md)

Learn how to configure the AI Search Assistant -> [AI Search Assistant Configurations](/v2.0/superadmin/configurations/features/artificial-intelligence-features/ai-search-assistant-configurations.md)


---

# 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://features.scnd.com/v2.0/front-office/homepage/ai-search-assistant.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.
