For AI Agents
Why This Page Exists
If you use AI assistants like ChatGPT, Claude, or Perplexity, you can give them ReplyLa's documentation as context. The AI can then answer your ReplyLa questions accurately, write integration code, or help you set up your chatbot.
This page gives you the URLs and instructions to do that.
Quick Start: Use ReplyLa Docs With ChatGPT or Claude
Copy this prompt into ChatGPT, Claude, Gemini, or any AI tool:
Read the ReplyLa documentation at https://docs.reply.la/llms-full.txt
and use it to answer my questions about ReplyLa.
Then ask your question. The AI will use the full docs as reference.
Available URLs
https://docs.reply.la/llms.txt
A short index of every documentation page with titles and descriptions. Best when you want the AI to look up specific topics on demand.
Follows the llms.txt standard.
https://docs.reply.la/llms-full.txt
The entire documentation in a single file. Best when you want the AI to have everything in context at once.
https://docs.reply.la/raw/{locale}/{path}.md
The raw markdown of any single page.
Examples:
https://docs.reply.la/raw/en/getting-started/register-account.mdhttps://docs.reply.la/raw/ms/blaster/overview.md
Use this when you only need one specific page.
Use With Specific Tools
ChatGPT
Paste this into a new chat:
Use https://docs.reply.la/llms-full.txt as your reference for all
questions about ReplyLa. Quote the relevant section when answering.
Claude (claude.ai)
Same prompt as ChatGPT. Claude can also fetch the URL directly when you ask it to.
Perplexity
Using only https://docs.reply.la/llms-full.txt as your source,
answer: <your question>
Cursor / Windsurf / VS Code Copilot
Add https://docs.reply.la/llms-full.txt as a docs source in your editor's settings. The AI will use it for autocomplete and chat.
In Cursor, go to Settings → Features → Docs → Add new doc and paste the URL.
MCP Server (For Developers)
ReplyLa exposes a public Model Context Protocol (MCP) server at:
https://docs.reply.la/mcp
Connect it to Claude Desktop, Cursor, or any MCP-compatible client to give the AI live, structured access to the docs.
Claude Desktop Setup
Edit your Claude Desktop config (~/Library/Application Support/Claude/claude_desktop_config.json on macOS) and add:
{
"mcpServers": {
"replyla-docs": {
"url": "https://docs.reply.la/mcp"
}
}
}
Restart Claude Desktop. You'll see ReplyLa tools available in the chat.
Languages
Docs are available in:
- English —
https://docs.reply.la/en/ - Bahasa Malaysia —
https://docs.reply.la/ms/
The llms.txt and llms-full.txt files include both languages.
Need Help?
If the AI gives you a wrong answer, the docs may have changed. Ask the AI to re-fetch https://docs.reply.la/llms-full.txt for the latest version, or contact ReplyLa support.