Creating a Chat Agent
You have two options:Create a New Chat Agent
- Navigate to the Agents section in your Retell dashboard
- Click “Create New Agent”
- Select “Chat Agent” as the agent type
- Configure your agent settings and prompts

Convert an Existing Voice Agent
- Open an existing voice agent
- Click “Convert to Chat Agent”
- Review the conversion warnings

Next Steps
Chat agents are headless — Retell does not host a chat UI for end users. You choose how to surface the agent. Pick the path that fits your product:- Website widget — embed a single
<script>tag on your site for text (and optional voice) chat with no backend required. See Retell Website Widget. - SMS — connect a chat agent to a Twilio phone number so users can text the agent directly. See Enable SMS.
- Custom integration — build your own web or mobile UI on top of the chat API by calling Create chat to start a session, then Create chat completion to send messages and stream responses.

