> ## Documentation Index
> Fetch the complete documentation index at: https://cometchat-22654f5b-docs-ios-ui-kit-sdk-fixes.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Overview

> Index of task-oriented feature guides for the CometChat iOS UI Kit, covering AI agents, blocking, call logs, groups, messaging, threads, and formatters.

<Info>
  **Quick Reference for AI Agents & Developers**

  * **Guides available:** AI Agent Integration, Block/Unblock User, Call Log Details, Group Details, Transfer Group Ownership, Message Privately, Create Conversation, Threaded Messages, Mentions Formatter, Shortcut Formatter
  * **Each guide:** End-to-end implementation using UIKit components
  * **Related:** [Components Overview](/ui-kit/ios/components-overview) · [Core Features](/ui-kit/ios/core-features) · [Getting Started](/ui-kit/ios/getting-started)
</Info>

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

## When to Use These Guides

Use these after completing [Getting Started](/ui-kit/ios/getting-started) and wiring your base conversations / messages flows. Apply them to layer feature depth without rebuilding standard patterns.

## Guide Directory

| Guide                                                         | Description                                                                                                              |
| :------------------------------------------------------------ | :----------------------------------------------------------------------------------------------------------------------- |
| [Block / Unblock User](/ui-kit/ios/guide-block-unblock-user)  | Add profile-level moderation so users can block or unblock others; hides interaction affordances and protects chat flow. |
| [Call Log Details](/ui-kit/ios/guide-call-log-details)        | Provide a detailed post‑call screen with metadata, participants, history, and recordings for auditing & support.         |
| [Group Management](/ui-kit/ios/guide-group-chat)              | Implement create/join, membership listing, role changes, bans, and structured group moderation actions.                  |
| [Group Ownership Transfer](/ui-kit/ios/guide-group-ownership) | Allow admins to hand over group ownership securely to another member.                                                    |
| [Message Privately](/ui-kit/ios/guide-message-privately)      | Launch a direct 1:1 conversation from a user profile or list; optionally seed with an initial message.                   |
| [New Chat](/ui-kit/ios/guide-new-chat)                        | Offer a unified entry to discover users & groups and jump into new conversations quickly.                                |
| [Threaded Messages](/ui-kit/ios/guide-threaded-messages)      | Add threaded reply views so users can branch focused discussions off individual messages.                                |

Need another guide? Request one via the [Developer Community](http://community.cometchat.com/) or Support.

***

## Next Steps

<CardGroup cols={2}>
  <Card title="Components Overview" icon="puzzle-piece" href="/ui-kit/ios/components-overview">
    Explore all available UI components
  </Card>

  <Card title="Core Features" icon="gear" href="/ui-kit/ios/core-features">
    Explore all core chat features
  </Card>

  <Card title="Getting Started" icon="rocket" href="/ui-kit/ios/getting-started">
    Set up the iOS UI Kit from scratch
  </Card>

  <Card title="Theme Introduction" icon="palette" href="/ui-kit/ios/theme-introduction">
    Customize colors, fonts, and styles
  </Card>
</CardGroup>
