# Sending Photos through a Chatbot with GPT Model Interaction

Chatbots are becoming increasingly intelligent and interactive, allowing not only answering questions but also processing and sending files, such as images. In this tutorial, we will teach how to set up a chatbot to automatically send photos in a conversation using the observer block.

The observer block will be responsible for capturing the necessary information, processing the photo sending, and then triggering an interaction with the GPT Model, ensuring a contextualized response according to the received content. This functionality can be applied in various scenarios, such as customer service, technical support, or even personalized interactions within an automation funnel.

Follow the step-by-step guide to configure this automation:

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


---

# 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://docs.sprinthub.com/en/topics/artificial-intelligence/ai-agents/legacy-ai-agents-notice/strategies/sending-photos-by-chatbot-with-gpt-model-interaction.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.
