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

# Overview

> Browse iOS UI Kit feature guides for AI agents, user blocking, call details, group management, private messages, new chats, and threads.

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.

## Prerequisites

Before implementing any guide, ensure you have:

1. Completed [Getting Started](/ui-kit/ios/getting-started) setup
2. CometChat UIKit v5+ installed
3. User logged in with `CometChatUIKit.login()`

## When to Use These Guides

Use these guides 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                                                                                                              |
| ------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------ |
| [AI Agent Integration](/ui-kit/ios/guide-ai-agent)            | Add AI-powered chat assistants with chat history, contextual responses, and seamless handoffs.                           |
| [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 and 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 group chat; streamlines side discussions without manual user searches.           |
| [New Chat](/ui-kit/ios/guide-new-chat)                        | Offer a unified entry to discover users and 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.                                |

## Related Resources

* [Getting Started](/ui-kit/ios/getting-started) - Initial setup and configuration
* [Components Overview](/ui-kit/ios/components-overview) - All available UI components
* [Core Features](/ui-kit/ios/core-features) - Messaging, reactions, threads, and more

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

***

## Related Guides

<CardGroup cols={2}>
  <Card title="AI Agent Integration" icon="robot" href="/ui-kit/ios/guide-ai-agent">
    Build AI-powered chat experiences
  </Card>

  <Card title="Group Chat" icon="users" href="/ui-kit/ios/guide-group-chat">
    Create and manage group conversations
  </Card>

  <Card title="New Chat" icon="message" href="/ui-kit/ios/guide-new-chat">
    Start new conversations with users or groups
  </Card>

  <Card title="Threaded Messages" icon="comments" href="/ui-kit/ios/guide-threaded-messages">
    Implement threaded message replies
  </Card>
</CardGroup>
