> For the complete documentation index, see [llms.txt](https://docs.sprinthub.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sprinthub.com/en/topics/convert/chatbot/chatbot-common-questions/chatbot-expected-response-configuration-for-media.md).

# Chatbot – Expected Response Configuration for Media

#### Your chatbot can receive media messages as the expected response to a question, including audio, images, and files. In addition, these media can be saved in Lead fields.

Follow the steps below to create and configure your chatbot:

1. **Create the ChatBot:**

* Go to the chatbot via “Find Services”. Or just type the name, and the feature appears.
* To create, click “+ New”.

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXeGze3mIE6aoBfzYrEX30vYIxbVyxm3oI5iXil4VGRQrL_vlyWQd7WJy6AzXGlZUek0cYGZGxJ2UsMti5RVF9W0L5RTLmJZRpxp0UIxtppH0HBBCmB8F40cOD84dP89EvMU1RLmhg?key=0fGYKf7qJPKHT1rQEl8_YAfj" alt=""><figcaption></figcaption></figure>

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXdgc2VA4mU3t0ym_N_sTNmmouc21I52HZ6gZ6g54AtqKd3UW6yY2tFIGs1yfFwoYXT5jWDIAFUSf0gDmgp3mlqaYOTasmpdx-WZnCiP6PuA_iiCIh7R0qgfpj10loiErepWYAhuMw?key=0fGYKf7qJPKHT1rQEl8_YAfj" alt=""><figcaption></figcaption></figure>

2. **Configure and Create:**

* **Enter a Title:** Give your chatbot a descriptive name
* **Enter a Description:** Describe in detail the content and functionality of the chatbot.
* **Configure a Trigger:** At this stage, you will be able to define triggers, conditions, operating hours, startup settings, and other additional options. These settings will ensure that your chatbot works efficiently and according to the desired configurations.
* **Click** on “Open Builder” to create the bot with your actions and conditions.
* **Allow leads to talk to the bot multiple times?:** It depends on your strategy.\
  If you leave it as “YES”, it will go through the bot every time the configured trigger is fired.
* **Automatically unarchive the lead when starting the chatbot?:** If the answer is yes, the chatbot will unarchive the Leads. However, note: the Lead will only be unarchived if the instance is within the limit allowed by the plan.

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXePkJ05AJLHvqq1DGMjR9H6Su_eXqGX3xjyQbCFnu9ChpQJBklHXT8ksULmyMv0zALDtH9e24YV7KMt3fUJ7gpe_lAc6kb1atifqDso_lbvKo0hIATK22qwUU2eL5T4puEkqq3H?key=0fGYKf7qJPKHT1rQEl8_YAfj" alt=""><figcaption></figcaption></figure>

3. **Building the ChatBot trigger:**

{% embed url="<https://youtu.be/bBS18HLDyU0>" %}

**CONCLUSION:**

Using this feature enhances the chatbot's interactivity, allowing for more dynamic and complete communication. In addition to improving the user experience, storing media in Lead fields makes it easier to track and manage the information received, making the process more efficient and personalized.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.sprinthub.com/en/topics/convert/chatbot/chatbot-common-questions/chatbot-expected-response-configuration-for-media.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
