# AI Assistant

The **AI Assistant** can handle customer inquiries around the clock, drawing on the resources you provide. This ensures that responses are not generic, but precise and based on carefully selected information.

{% hint style="info" %}
Responso's AI Assistant is powered by Chat GPT 5.0.
{% endhint %}

## Learn more:

[Adding Resources to the AI Assistant ](#adding-resources-to-the-ai-assistant)– How to add a knowledge base or product catalog that the AI Assistant can draw from.

[AI Assistant Chatting with Customers](/responso-doc/en/functions/ai-assistant/ai-assistant-conversing-with-customers.md) – How to set up automation so the AI Assistant responds to customer messages independently.

[AI Draft Messages](/responso-doc/en/functions/ai-assistant/ai-assistant-draft-messages.md) – How to set up automation so the AI Assistant drafts replies, but doesn't send them without an agent's approval.

[Rating AI Assistant Responses](/responso-doc/en/functions/ai-assistant/rating-ai-assistant-responses.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://docs.responso.com/responso-doc/en/functions/ai-assistant.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.
