> ## Documentation Index
> Fetch the complete documentation index at: https://docs.mindsdb.com/llms.txt
> Use this file to discover all available pages before exploring further.

# How to Chat with Agents

Agents enable conversation with data, including structured and unstructured data connected to MindsDB.

MindsDB provides a chat interface that enables users to chat with their data.

<p align="center">
  <img src="https://mintcdn.com/mindsdb/iK5MN5UH2_93kMSg/assets/mindsdb_gui_respond.png?fit=max&auto=format&n=iK5MN5UH2_93kMSg&q=85&s=e9142482dec6ea14c43fcab10e93b5c6" width="3438" height="1824" data-path="assets/mindsdb_gui_respond.png" />
</p>

Select an agent from the list of existing agents, or create one if none exists yet.

<p align="center">
  <img src="https://mintcdn.com/mindsdb/iK5MN5UH2_93kMSg/assets/mindsdb_gui_respond_agents.png?fit=max&auto=format&n=iK5MN5UH2_93kMSg&q=85&s=f3ab7f431b53ec11f68c8ee247c866a1" width="836" height="504" data-path="assets/mindsdb_gui_respond_agents.png" />
</p>

Now the chat interface is connected to this agent via [Agent2Agent Protocol](https://google.github.io/A2A/) and users can chat with the data connected to this agent.

<p align="center">
  <img src="https://mintcdn.com/mindsdb/iK5MN5UH2_93kMSg/assets/mindsdb_gui_respond_chat.png?fit=max&auto=format&n=iK5MN5UH2_93kMSg&q=85&s=0b212061d59eba23d3da62a3b9df037f" width="3432" height="1830" data-path="assets/mindsdb_gui_respond_chat.png" />
</p>
