# Customer questions

In the area **Customer questions** Enter typical questions about opening hours, services, prices, or processes, as well as the corresponding answers. The clearer the questions are formulated, the more reliably the AI Agent will recognize the request and respond precisely. In this article, you will learn how to formulate questions and answers for your AI phone assistant optimally and derive the right topics from your support inquiries.

{% hint style="info" %}
If the agent was created by entering a URL, some customer questions are usually generated automatically based on the website. Review the questions and answers and adjust them if necessary to suit your needs, and add more as you wish.
{% endhint %}

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

### How to formulate customer questions correctly

{% stepper %}
{% step %}
**Clearly separate different topics from one another**

Different topics should be clearly distinct. Questions that are too similar about different topics can confuse the AI Agent and worsen recognition quality.

**Not recommended:**

* How do I reach the hotline?
* How do I reach customer service?

These questions are formulated almost identically and refer to the same information. The AI Agent can hardly distinguish between them and does not know which answer is meant in which context.

**Recommended:**

* How do I reach the hotline?
* At what times is the hotline staffed?

These questions address different aspects of the topic (contact options vs. availability times). The AI Agent can clearly recognize which information is being asked for and provide the appropriate answer.
{% endstep %}

{% step %}
**Store multiple formulations for the same topic**

For one topic, you can store 2-3 different formulations, because customers ask the same question in different ways. This way, the AI Agent learns to recognize different wordings for the same request and assign them correctly.

**Example - All three questions lead to the same answer:**

* How long does delivery take?
* When will my order arrive?
* What is the delivery time?
  {% endstep %}

{% step %}
**Formulate specific rather than general questions**

The more specific the question, the better the AI Agent can assign it. Instead of general questions like "What do you offer?", it is better to formulate specific questions such as "What rates are available for business customers?"
{% endstep %}
{% endstepper %}

### Formulate answers correctly for the AI Agent

{% stepper %}
{% step %}
**Answer briefly and completely**

Answers should contain all important information in 2-3 sentences, without unnecessary filler words or embellishments.

**Less suitable:**

* Our opening hours are designed to be very customer-friendly. We are open Monday to Friday and also available on Saturdays. Specifically, that means: Monday to Friday 9 a.m. to 6 p.m., Saturday 10 a.m. to 2 p.m.

**Better:**

* We are available Monday to Friday from 9 a.m. to 6 p.m., and Saturdays from 10 a.m. to 2 p.m. We are closed on Sundays.
  {% endstep %}
  {% endstepper %}

### Derive customer questions from support tickets

{% stepper %}
{% step %}
**Analyze support inquiries and create FAQs**

You can find the best customer questions for your AI Agent in your existing support inquiries, among other places. These show which topics are actually on your customers' minds.

**Here's how to proceed:**

* Analyze past support tickets and email inquiries
* Note the most common topics and recurring questions
* Formulate clear question-and-answer pairs for the AI Agent from them
* Prioritize questions that are asked particularly often
  {% endstep %}
  {% endstepper %}

### **Test after setup**

After you have stored the customer questions, you should thoroughly test your AI Agent. Call the phone assistant and ask the questions in different phrasings. Adjust the questions if recognition is uncertain or incorrect answers are given.

### More about this in the video with Dima

{% embed url="<https://www.loom.com/share/b5c55d94b54143ef93dbcab4af905d79>" %}

{% hint style="info" %}
**Note:** AI Frontdesk is now called AI Agents.
{% endhint %}


---

# 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://help.sipgate.de/ai-agents/en/behavior/kundenfragen.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.
