# How can I test my AI agent without it responding to customers?

It can be pretty daunting 'turning on' AI for the first time for your support.

So we give you a bunch of ways to ease your team in and ensure you minimize the chance of a bad experience.

Here's how:

1. Whenever you connect your AI agent to your [existing support tools](/features/channels.md), by default, it will only ever reply using an 'internal' mode e.g. Internal Notes or Comments. \
   This ensures you can review responses and make sure you are comfortable with them before switching to 'Direct' replies to customers.
2. If you don't even want to connect your AI to your existing support platform yet, you can install our [**Chrome Extension**](/features/channels/chrome-extension.md), this will then only work in your browser, not anyone else in your team, so you can see again how it works and what answers it gives before going to the next stage.

If you want to understand further how your AI is answering and what knowledge it is using to answer, you can go to **Improve > Inspect & Logs** and search for the conversation by text, email or ticket ID and then see exactly why it answered the way it did (and correct it if you need to).

If there is anything else preventing your from going live with direct replies, message us on our live chat and ask to "Talk to a person".


---

# 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/faq/general/how-can-i-test-my-ai-agent-without-it-responding-to-customers.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.
