# What is an AI Customer Support Agent?

Your AI agent is your 1st line of defence for customer support. When added to your site it'll answer all your customers' or visitors' queries using the information you have on your website and help documentation. It can generally answer up to 75% of users' questions about your product.

Think of it as your own custom [ChatGPT](https://chat.openai.com/) that knows only your data and that you can add to your website. It’ll only answer questions based on the content that you upload (unlike ChatGPT, which tends to make things up).&#x20;

When it answers, it will provide links to the help documents or knowledge articles on your sites from which the answer came from so they can read more if they choose.

If the AI can't answer the question, or if at any time the customer wants to speak to a person, they can too by using our [human handover](https://support.myaskai.com/features/human-escalation) feature.

All of the conversations held with the AI are recorded and analysed for [insights](https://support.myaskai.com/features/insights) that you can use to improve your product and services.

But sometimes it is easier to just take the plunge and try it out yourself:

{% content-ref url="create-your-ai-customer-service-agent" %}
[create-your-ai-customer-service-agent](https://support.myaskai.com/start-here/create-your-ai-customer-service-agent)
{% endcontent-ref %}


---

# 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://support.myaskai.com/start-here/what-is-an-ai-customer-support-agent.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.
