> ## Documentation Index
> Fetch the complete documentation index at: https://cometchat-22654f5b-docs-rn-guide-message-privately.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Guides Overview

> Task-oriented feature guides for implementing specific capabilities in the Flutter UI Kit

<Accordion title="AI Agent Component Spec">
  | Field      | Value                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
  | ---------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
  | Package    | `cometchat_chat_uikit`                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
  | Purpose    | Index of task-oriented feature guides for the Flutter UI Kit                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
  | Sample app | [GitHub](https://github.com/cometchat/cometchat-uikit-flutter/tree/v5/sample_app)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
  | Components | [Components Overview](/ui-kit/flutter/v5/components-overview)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
  | Guides     | [Block/Unblock](/ui-kit/flutter/v5/guide-block-unblock-user) · [Call Log Details](/ui-kit/flutter/v5/guide-call-log-details) · [Group Chat](/ui-kit/flutter/v5/guide-group-chat) · [Image Preview & Caption](/ui-kit/flutter/v5/guide-image-caption) · [Message Privately](/ui-kit/flutter/v5/guide-message-privately) · [New Chat](/ui-kit/flutter/v5/guide-new-chat) · [Search Messages](/ui-kit/flutter/v5/guide-search-messages) · [Threaded Messages](/ui-kit/flutter/v5/guide-threaded-messages) · [AI Agent](/ui-kit/flutter/v5/guide-message-agentic-flow) |
</Accordion>

This page indexes focused, task‑oriented feature guides for the Flutter UI Kit. Each guide shows how to implement a specific capability end‑to‑end using UI kit components.

## When to Use These Guides

Use these after finishing [Getting Started](/ui-kit/flutter/v5/getting-started) and wiring a basic conversations/messages experience. Add them incrementally to deepen functionality without rebuilding fundamentals.

## Feature Guides

| Guide                                                                 | Description                                                                                                     |
| :-------------------------------------------------------------------- | :-------------------------------------------------------------------------------------------------------------- |
| [Block / Unblock User](/ui-kit/flutter/v5/guide-block-unblock-user)   | Let users block or unblock others; enforce privacy by hiding interaction options and preventing message flow.   |
| [Call Log Details](/ui-kit/flutter/v5/guide-call-log-details)         | Provide a post‑call details screen with metadata, participants, history, and recordings for audit & support.    |
| [Group Management](/ui-kit/flutter/v5/guide-group-chat)               | Create/join groups, view members, add / remove users, manage roles, and moderate participation.                 |
| [Message Privately](/ui-kit/flutter/v5/guide-message-privately)       | Start a direct 1:1 chat from a profile or list; optionally send an initial message to surface the conversation. |
| [New Chat](/ui-kit/flutter/v5/guide-new-chat)                         | Offer a unified discovery screen for users & groups and launch new chats quickly.                               |
| [Search Messages](/ui-kit/flutter/v5/guide-search-messages)           | Full-text message search across conversations with result routing and navigation.                               |
| [Threaded Messages](/ui-kit/flutter/v5/guide-threaded-messages)       | Enable threaded replies: open parent message context, browse replies, and compose within a focused thread.      |
| [AI Agent Integration](/ui-kit/flutter/v5/guide-message-agentic-flow) | Integrate AI agents with chat history, contextual responses, and seamless handoffs.                             |
| [Image Preview & Caption](/ui-kit/flutter/v5/guide-image-caption)     | Preview images before sending and display captions below image thumbnails in message bubbles.                   |

## Formatter Guides

| Guide                                                                   | Description                                                           |
| :---------------------------------------------------------------------- | :-------------------------------------------------------------------- |
| [Custom Text Formatter](/ui-kit/flutter/v5/custom-text-formatter-guide) | Build custom inline text patterns with regex, styling, and callbacks. |
| [Mentions Formatter](/ui-kit/flutter/v5/mentions-formatter-guide)       | Add @mentions with user suggestions and styled tokens.                |
| [URL Formatter](/ui-kit/flutter/v5/url-formatter-guide)                 | Auto-detect and style URLs as clickable links.                        |
| [Shortcut Formatter](/ui-kit/flutter/v5/shortcut-formatter-guide)       | Create keyboard shortcuts for quick text insertion.                   |

Need another guide? Request one via [CometChat Support](https://www.cometchat.com/support).

***

## Next Steps

<CardGroup cols={2}>
  <Card title="Getting Started" icon="rocket" href="/ui-kit/flutter/v5/getting-started">
    Set up the Flutter UI Kit in your project
  </Card>

  <Card title="Components Overview" icon="grid" href="/ui-kit/flutter/v5/components-overview">
    Explore all available UI components
  </Card>

  <Card title="Core Features" icon="comments" href="/ui-kit/flutter/v5/core-features">
    Learn about core chat features
  </Card>

  <Card title="Sample App" icon="github" href="https://github.com/cometchat/cometchat-uikit-flutter/tree/v5/sample_app">
    View complete working examples
  </Card>
</CardGroup>
