# Chat Suite

A collection of 6 purpose-built components that give you everything you need to build a complete in-app messaging experience. From inbox to conversation thread to group management, they're designed to work together out of the box.

### [Conversation List](/component-basics/marketplace-components/chat-suite/conversation-list.md)

### [Chat User Picker](/component-basics/marketplace-components/chat-suite/start-conversation/chat-user-picker.md)

### [Conversation Action Button](/component-basics/marketplace-components/chat-suite/start-conversation/conversation-action-button.md)

### [Chat Header Bar](/component-basics/marketplace-components/chat-suite/chat-header-bar.md)

### [Chat Message List](/component-basics/marketplace-components/chat-suite/chat-message-list.md)

### [Chat Conversation Info](/component-basics/marketplace-components/chat-suite/chat-conversation-info.md)

### [Chat Database Setup](/component-basics/marketplace-components/chat-suite/chat-database-setup.md)


---

# 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:

```
GET https://help.adalo.com/component-basics/marketplace-components/chat-suite.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.
