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

# chat • AI Agents Framework

> PraisonAI Chat Module

# chat

<Badge color="purple">AI Agents Framework</Badge>

PraisonAI Chat Module

This module provides the chat UI integration for PraisonAI agents.
It uses the PraisonAI Chat (based on Chainlit) for the frontend.

## Import

```python theme={"theme":{"light":"vitesse-light","dark":"vitesse-dark"}}
from praisonai import chat
```

## Classes

<CardGroup cols={2}>
  <Card title="ChatConfig" icon="brackets-curly" href="../classes/ChatConfig">
    Configuration for the PraisonAI Chat server.
  </Card>
</CardGroup>

## Functions

<CardGroup cols={2}>
  <Card title="start_chat_server()" icon="function" href="../functions/start_chat_server">
    Start the PraisonAI Chat server.
  </Card>

  <Card title="get_registered_agents()" icon="function" href="../functions/get_registered_agents">
    Get all registered agents.
  </Card>
</CardGroup>

***

## Related Documentation

<CardGroup cols={2}>
  <Card title="Chat Feature" icon="comments" href="/docs/features/chat" />

  <Card title="Conversation Stores" icon="database" href="/docs/databases/overview" />
</CardGroup>
