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

# Angular UI Kit v5 — LLM docs index

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

# Angular UI Kit v5 — LLM docs index (Latest)

> Stateful, drop-in Angular chat/calling UI. Package `@cometchat/chat-uikit-angular@5` +
> `@cometchat/chat-sdk-javascript@4` (peers also include `@cometchat/cards-angular@^1` and
> `dompurify@^3`). This page is an **Angular-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 + an "AI Integration Quick Reference" block with input/output names, types, and
defaults). 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 read a
  package `.d.ts` and never answer inputs/outputs from memory.
* Angular specifics: components are used as kebab-case selectors in templates
  (`<cometchat-conversations>`), configured via `@Input()`, and customized through
  content-projection slots / `TemplateRef` — not React-style render props.

## Hot path — usually no fetch needed

For a plain "add chat" the install, `init → login → render` ordering, standalone/NgModule imports,
and the core drop-in inputs are stable; a well-built agent skill bakes them. Fetch below only for
exhaustive inputs, long-tail components, theming tokens, or feature enablement.

* Setup: [Integration](/ui-kit/angular/integration) · [Quickstart](/ui-kit/angular/quickstart)
* Environment config lives in `src/environments/environment.ts` (not `.env`).
* Core drop-ins: [Conversations](/ui-kit/angular/components/cometchat-conversations) · [Message Header](/ui-kit/angular/components/cometchat-message-header) · [Message List](/ui-kit/angular/components/cometchat-message-list) · [Message Composer](/ui-kit/angular/components/cometchat-message-composer)

## Getting started / integration

* [Angular UI Kit](/ui-kit/angular/overview)
* [Quickstart](/ui-kit/angular/quickstart)
* [Integration](/ui-kit/angular/integration)

## Core & configuration

* [Core Features](/ui-kit/angular/core-features)
* [Methods](/ui-kit/angular/methods)
* [Events](/ui-kit/angular/events)
* [Sound Manager](/ui-kit/angular/sound-manager)
* [Extensions](/ui-kit/angular/extensions)
* [Campaigns](/ui-kit/angular/campaigns)
* [Accessibility](/ui-kit/angular/accessibility)
* [Troubleshooting](/ui-kit/angular/troubleshooting)
* [Services](/ui-kit/angular/api-reference/introduction)
* [Chat State Service](/ui-kit/angular/api-reference/chat-state-service)
* [CometChat Templates Service](/ui-kit/angular/api-reference/templates-service)
* [Formatter Config Service](/ui-kit/angular/api-reference/formatter-config-service)
* [Message Bubble Config Service](/ui-kit/angular/api-reference/message-bubble-config-service)
* [Rich Text Editor Service](/ui-kit/angular/api-reference/rich-text-editor-service)
* [Search Conversations Service](/ui-kit/angular/api-reference/search-conversations-service)
* [Search Messages Service](/ui-kit/angular/api-reference/search-messages-service)

## Theming & customization

* [Theming](/ui-kit/angular/customization/theming)
* [Global Configuration](/ui-kit/angular/customization/global-config)
* [Localization](/ui-kit/angular/customization/localization)
* [Date & Time Formatting](/ui-kit/angular/customization/date-time-formatting)
* [Message Bubble Styling](/ui-kit/angular/message-bubble-styling)

## Components — conversations & lists

* [Overview](/ui-kit/angular/components/components-overview)
* [Conversations](/ui-kit/angular/components/cometchat-conversations)
* [Conversation Item](/ui-kit/angular/components/cometchat-conversation-item)
* [Users](/ui-kit/angular/components/cometchat-users)
* [User Item](/ui-kit/angular/components/cometchat-user-item)
* [Groups](/ui-kit/angular/components/cometchat-groups)
* [Group Item](/ui-kit/angular/components/cometchat-group-item)
* [Group Members](/ui-kit/angular/components/cometchat-group-members)
* [Group Member Item](/ui-kit/angular/components/cometchat-group-member-item)

## Components — messages

* [Message List](/ui-kit/angular/components/cometchat-message-list)
* [Message Composer](/ui-kit/angular/components/cometchat-message-composer)
* [Message Header](/ui-kit/angular/components/cometchat-message-header)
* [Message Information](/ui-kit/angular/components/cometchat-message-information)
* [Thread Header](/ui-kit/angular/components/cometchat-thread-header)
* [Reactions](/ui-kit/angular/components/cometchat-reactions)
* [Reaction Info](/ui-kit/angular/components/cometchat-reaction-info)
* [Reaction List](/ui-kit/angular/components/cometchat-reaction-list)
* [Stickers Keyboard](/ui-kit/angular/components/cometchat-stickers-keyboard)

## Components — message bubbles

* [Action Bubble](/ui-kit/angular/components/cometchat-action-bubble)
* [Audio Bubble](/ui-kit/angular/components/cometchat-audio-bubble)
* [Call Bubble](/ui-kit/angular/components/cometchat-call-bubble)
* [Card Bubble](/ui-kit/angular/components/cometchat-card-bubble)
* [Collaborative Document Bubble](/ui-kit/angular/components/cometchat-collaborative-document-bubble)
* [Collaborative Whiteboard Bubble](/ui-kit/angular/components/cometchat-collaborative-whiteboard-bubble)
* [Delete Bubble](/ui-kit/angular/components/cometchat-delete-bubble)
* [File Bubble](/ui-kit/angular/components/cometchat-file-bubble)
* [Image Bubble](/ui-kit/angular/components/cometchat-image-bubble)
* [CometChatMarkdownRenderer](/ui-kit/angular/components/cometchat-markdown-renderer)
* [Message Bubble](/ui-kit/angular/components/cometchat-message-bubble)
* [Poll Bubble](/ui-kit/angular/components/cometchat-poll-bubble)
* [Sticker Bubble](/ui-kit/angular/components/cometchat-sticker-bubble)
* [Text Bubble](/ui-kit/angular/components/cometchat-text-bubble)
* [Video Bubble](/ui-kit/angular/components/cometchat-video-bubble)

## Components — calling

* [Call Features](/ui-kit/angular/call-features)
* [Call Buttons](/ui-kit/angular/components/cometchat-call-buttons)
* [Call Logs](/ui-kit/angular/components/cometchat-call-logs)
* [Incoming Call](/ui-kit/angular/components/cometchat-incoming-call)
* [Outgoing Call](/ui-kit/angular/components/cometchat-outgoing-call)

## Components — search, AI & notifications

* [AI Smart Chat Features](/ui-kit/angular/ai-features)
* [CometChatSearch](/ui-kit/angular/components/cometchat-search)
* [CometChatAIAssistantChat](/ui-kit/angular/components/cometchat-ai-assistant-chat)
* [Smart Replies](/ui-kit/angular/components/cometchat-smart-replies)
* [Conversation Starter](/ui-kit/angular/components/cometchat-conversation-starter)
* [Conversation Summary](/ui-kit/angular/components/cometchat-conversation-summary)
* [Notification Feed](/ui-kit/angular/components/notification-feed)

## Task guides (recipes)

* [Block/Unblock Users](/ui-kit/angular/guides/block-unblock-user)
* [Call Log Details](/ui-kit/angular/guides/call-log-details)
* [Card Messages](/ui-kit/angular/guides/card-messages)
* [Custom Message Types](/ui-kit/angular/guides/custom-message-types)
* [Custom Text Formatter](/ui-kit/angular/guides/custom-text-formatter)
* [Group Chat](/ui-kit/angular/guides/group-chat)
* [Hashtag Formatter](/ui-kit/angular/guides/hashtag-formatter)
* [Mentions Formatter](/ui-kit/angular/guides/mentions-formatter)
* [Message Privately](/ui-kit/angular/guides/message-privately)
* [New Chat](/ui-kit/angular/guides/new-chat)
* [Rich Text Formatting](/ui-kit/angular/guides/rich-text-formatting)
* [Search Messages](/ui-kit/angular/guides/search-messages)
* [ShortCut Formatter](/ui-kit/angular/guides/shortcut-formatter)
* [State Management](/ui-kit/angular/guides/state-management)
* [RxJS Subscription Patterns](/ui-kit/angular/guides/subscription-patterns)
* [Threaded Messages](/ui-kit/angular/guides/threaded-messages)
* [URL Formatter](/ui-kit/angular/guides/url-formatter)

## Framework recipes (full-page layouts)

* [Conversation List + Message View](/ui-kit/angular/angular-conversation)
* [One-to-One / Group Chat](/ui-kit/angular/angular-one-to-one-chat)
* [Tab-Based Chat](/ui-kit/angular/angular-tab-based-chat)

## Migration & misc

* [Guides](/ui-kit/angular/guides/guides-overview)
* [Upgrading From V4](/ui-kit/angular/customization/migration-guide)
