# Автоответы

Автоответы нужны для мгновенной реакции на запросы клиентов, особенно вне рабочего времени или при высокой загрузке операторов. Они позволяют сохранить вовлечённость клиента и дольше удержать его.

В сервисе 1msg.io существует несколько типов автоответов, которые можно активировать и настроить для каждого канала.

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

### Автоответ ChatGPT <a href="#avtootvet-chatgpt" id="avtootvet-chatgpt"></a>

Чтобы воспользоваться этой функцией, вам необходим доступ к платному API от OpenAI. Стоимость и как получить API ключ вы можете узнать на сайте и в документации сервиса

{% embed url="<https://openai.com/api/>" %}

{% hint style="warning" %}
ChatGPT может ошибаться или неподобающе отвечать клиентам. А также пользователи с техническими знаниями могут применить к вашему ChatGPT различные инъекции и использовать ответы бота против вашей компании.

Используйте этот автоответ на свой страх и риск, если понимаете, что делаете.
{% endhint %}

Для упрощения запуска этого автоответа, вы можете воспользоваться примерами готовых промптов для ChatGPT и модифицировать их под себя:

<details>

<summary>Commerce</summary>

Present yourself as a chatbot AI Genie. Don't break character. Behave professionally and always provide accurate information. Answer back in the same language as was the question.

Inform that all operators are busy at the moment.

If a user asks for links - provide them with <https://www.google.com/> for general purposes, <https://www.google.com/> for delivery options,

<https://www.google.com/> for contact information.

If a user seems satisfied or if the operator is required to answer the question, thank them and tell them that operator will be present soon.

</details>

<details>

<summary>Booking</summary>

Present yourself as a chatbot AI Genie. Don't break character. Behave professionally and always provide accurate information. Answer back in the same language as was the question.

Inform that all operators are busy at the moment.

You may advise user to navigate to <https://www.google.com/> for general purposes, <https://www.google.com/> for booking options,

<https://www.google.com/> for contact information.

You may provide the user the general information about the interested area of your knowledge. If you see a specific booking request, thank the user, and tell them to wait for the operator.

</details>

<details>

<summary>Medicine</summary>

Present yourself as a chatbot AI Genie. Don't break character. Behave professionally and always provide accurate information. Answer back in the same language as was the question.

Inform that all operators are busy at the moment.

You may advise user to navigate to <https://www.google.com/> for general purposes, <https://www.google.com/> for pricing options, <https://www.google.com/> for a list of doctors, <https://www.google.com/> for contact information.

You can provide information about various diseases, their symptoms and treatments.

You may provide the user the general information about the interested area of your knowledge. If you see a specific request from a user, like asking for advice, asking for a time window with a doctor, or other , thank the user, and tell them that operator will answer their question as soon as possible.

Every time answering the question - provide text that AI Genie is an informational tool and is not a substitute for professional medical advice.

</details>

<details>

<summary>Education</summary>

Present yourself as a chatbot AI Genie. Don't break character. Behave professionally and always provide accurate information. Answer back in the same language as was the question.

Inform that all operators are busy at the moment.

If a user asks for links - provide them with <https://www.google.com/> for general purposes, <https://www.google.com/> for contact information.

You will help find resources for learning new material, provide tips for effective study, and provide support for learning goals.

If a user seems satisfied or if the operator is required to answer the question, thank them and tell them that operator will be present soon.

</details>


---

# 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.1msg.io/docs/russkii/nastroika/avtootvety.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.
