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

# Android Chat SDK v5 — LLM docs index

> Machine-readable, Android-SDK-v5-scoped index of every SDK page as a clean .md twin. Built for AI coding agents; kept out of the human sidebar.

# Android Chat SDK v5 — LLM docs index (Latest)

> Low-level Android (Kotlin/Java) chat + calling client. Gradle coordinate
> `com.cometchat:chat-sdk-android:5.+` (calls add `com.cometchat:calls-sdk-android:5.+`). This
> page is an **Android-SDK-v5-only** routing index for AI agents — a scoped alternative to the
> site-wide `/docs/llms.txt`.

## How to use this index

Each link points to the docs page; **append `.md`** to its URL to fetch the clean Markdown twin
(verbatim code + method signatures, parameters, and listener contracts). Pick the page for the
intent, then read the API there.

* Convention: any docs page URL + `.md` → raw Markdown.
* Fallback: if a `.md` twin 404s, fetch the same URL **without** `.md` (HTML). Never answer
  APIs from memory.
* Pages show Kotlin and Java variants side by side where they differ.

## Hot path — usually no fetch needed

For a plain "add chat" the Gradle setup, `init → login`, and the core send/receive listener flow
are stable; a well-built agent skill bakes them. Fetch below only for exhaustive parameters,
long-tail methods, group/user management, calling, or edge-case listeners.

* Setup: [Integration / Setup](/docs/sdk/android/v5/setup)
* Auth/lifecycle: [Authentication](/docs/sdk/android/v5/authentication-overview)
* Core send/receive: [Send a Message](/docs/sdk/android/v5/send-message) · [Receive Messages](/docs/sdk/android/v5/receive-messages) · [Real-time Listeners](/docs/sdk/android/v5/real-time-listeners)

## Getting started / integration

* [Android SDK — Overview](/docs/sdk/android/v5/android-overview)
* [Overview](/docs/sdk/android/v5/overview)
* [Integration / Setup](/docs/sdk/android/v5/setup)
* [Key Concepts](/docs/sdk/android/v5/key-concepts)
* [Authentication](/docs/sdk/android/v5/authentication-overview)
* [Login Listeners](/docs/sdk/android/v5/login-listeners)

## Messaging

* [Messaging — Overview](/docs/sdk/android/v5/messaging-overview)
* [Send a Message](/docs/sdk/android/v5/send-message)
* [Media & File Messages](/docs/sdk/android/v5/upload-files)
* [Receive Messages](/docs/sdk/android/v5/receive-messages)
* [Additional Message Filtering](/docs/sdk/android/v5/additional-message-filtering)
* [Retrieve Conversations](/docs/sdk/android/v5/retrieve-conversations)
* [Threaded Messages](/docs/sdk/android/v5/threaded-messages)
* [Edit a Message](/docs/sdk/android/v5/edit-message)
* [Delete a Message](/docs/sdk/android/v5/delete-message)
* [Flag a Message](/docs/sdk/android/v5/flag-message)
* [Delete a Conversation](/docs/sdk/android/v5/delete-conversation)
* [Typing Indicators](/docs/sdk/android/v5/typing-indicators)
* [Delivery & Read Receipts](/docs/sdk/android/v5/delivery-read-receipts)
* [Transient Messages](/docs/sdk/android/v5/transient-messages)
* [Mentions](/docs/sdk/android/v5/mentions)
* [Reactions](/docs/sdk/android/v5/reactions)

## Calling

* [Calling — Overview](/docs/sdk/android/v5/calling-overview)

## Users

* [Users — Overview](/docs/sdk/android/v5/users-overview)
* [Retrieve Users](/docs/sdk/android/v5/retrieve-users)
* [User Management](/docs/sdk/android/v5/user-management)
* [Block Users](/docs/sdk/android/v5/block-users)
* [User Presence](/docs/sdk/android/v5/user-presence)

## Groups

* [Groups — Overview](/docs/sdk/android/v5/groups-overview)
* [Retrieve Groups](/docs/sdk/android/v5/retrieve-groups)
* [Create a Group](/docs/sdk/android/v5/create-group)
* [Update a Group](/docs/sdk/android/v5/update-group)
* [Join a Group](/docs/sdk/android/v5/join-group)
* [Leave a Group](/docs/sdk/android/v5/leave-group)
* [Delete a Group](/docs/sdk/android/v5/delete-group)
* [Retrieve Group Members](/docs/sdk/android/v5/retrieve-group-members)
* [Add Group Members](/docs/sdk/android/v5/group-add-members)
* [Kick / Ban Members](/docs/sdk/android/v5/group-kick-member)
* [Change Member Scope](/docs/sdk/android/v5/group-change-member-scope)
* [Transfer Group Ownership](/docs/sdk/android/v5/transfer-group-ownership)

## AI & advanced features

* [AI Moderation](/docs/sdk/android/v5/ai-moderation)
* [AI Agents](/docs/sdk/android/v5/ai-agents)
* [AI User Copilot — Overview](/docs/sdk/android/v5/ai-user-copilot-overview)
* [AI Chatbots — Overview](/docs/sdk/android/v5/ai-chatbots-overview)
* [Campaigns](/docs/sdk/android/v5/campaigns)
* [Extensions — Overview](/docs/sdk/android/v5/extensions-overview)
* [Webhooks — Overview](/docs/sdk/android/v5/webhooks-overview)

## Resources & listeners

* [Resources — Overview](/docs/sdk/android/v5/resources-overview)
* [Real-time Listeners](/docs/sdk/android/v5/real-time-listeners)
* [Message Structure & Hierarchy](/docs/sdk/android/v5/message-structure-and-hierarchy)
* [Rate Limits](/docs/sdk/android/v5/rate-limits)

## Advanced

* [Advanced — Overview](/docs/sdk/android/v5/advanced-overview)
* [Connection Status](/docs/sdk/android/v5/connection-status)
* [Connection Behaviour](/docs/sdk/android/v5/connection-behaviour)
* [Publishing your app on the Play Store](/docs/sdk/android/v5/publishing-app-on-playstore)

## Want ready-made UI instead? — the Android UI Kit

This SDK is headless: it gives you data and methods, no screens. If the app needs a conversation
list, a message list or a composer, the UI Kit already ships them (and sits on this SDK, so
`init`/`login` are shared — never initialise twice).

* **Android UI Kit v6 — scoped LLM index:** [llms-android-v6](/docs/ui-kit/android/llms-android-v6)
* Use the SDK directly for what the kit has no component for: unread counts, webhooks, low-level
  presence/connection, granular group management, ban/unban round-trips.

## Feature switched on OUTSIDE the app — dashboard, extensions, AI

Sending the right SDK call is not enough when the capability is dashboard-gated. These pages are
outside the SDK tree:

* Start here: [Extensions overview](/docs/fundamentals/extensions-overview) · [Key concepts](/docs/fundamentals/key-concepts)
* **Message extensions:** [Polls](/docs/fundamentals/polls) · [Stickers](/docs/fundamentals/stickers) · [Collaborative whiteboard](/docs/fundamentals/collaborative-whiteboard) · [Collaborative document](/docs/fundamentals/collaborative-document) · [Link preview](/docs/fundamentals/link-preview) · [Message translation](/docs/fundamentals/message-translation) · [Thumbnail generation](/docs/fundamentals/thumbnail-generation)
* **AI (user copilot):** [Overview](/docs/fundamentals/ai-user-copilot/overview) · [Smart replies](/docs/fundamentals/ai-user-copilot/smart-replies) · [Conversation starter](/docs/fundamentals/ai-user-copilot/conversation-starter) · [Conversation summary](/docs/fundamentals/ai-user-copilot/conversation-summary) · [AI agents](/docs/ai-agents)
* **Moderation:** [Moderation extensions](/docs/fundamentals/moderation-extensions) · [Overview](/docs/moderation/overview) · [Getting started](/docs/moderation/getting-started) · [Rules](/docs/moderation/rules-management) · [Lists](/docs/moderation/lists-management) · [Flagged messages](/docs/moderation/flagged-messages)

## Push, campaigns, auth & webhooks

* **Push (Android):** [Push overview](/docs/notifications/push-overview) · [**Android push notifications**](/docs/notifications/android-push-notifications) · [Badge count](/docs/notifications/badge-count) · [Limits](/docs/notifications/constraints-and-limits) · [Notification extensions](/docs/fundamentals/notification-extensions)
* **Campaigns:** [Campaigns](/docs/campaigns/campaigns) · [Templates](/docs/campaigns/templates) · [Channels](/docs/campaigns/channels)
* **Auth & permissions:** [User auth](/docs/fundamentals/user-auth) · [Roles & permissions](/docs/fundamentals/user-roles-and-permissions) · [Mentions](/docs/fundamentals/mentions)
* **Server-side hooks:** [Webhooks overview](/docs/fundamentals/webhooks-overview) · [Call webhooks](/docs/calls/webhooks) · [Ringing webhooks](/docs/calls/webhooks-ringing)

## Migration & misc

* [Upgrading from v4](/docs/sdk/android/v5/upgrading-from-v4)
* [Changelog](/docs/sdk/android/v5/changelog)
