Documentation Index
Fetch the complete documentation index at: https://revolai.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Create a New Agent
- Open your Company page → AI Agents tab
- Click Create Agent
- Fill in the basic information:
| Field | Description |
|---|---|
| Name | Agent display name |
| Company | Which company this agent belongs to |
| Use Case | Sales, Support, Lead Generation, etc. |
| LLM Provider | OpenAI, Anthropic, Google, or Groq |
| Model | Specific model to use |
Configure System Prompt
The system prompt is the core instruction set for your agent. Best practices:Add Knowledge Base
After creating the agent, click on it from the agents list — a side offcanvas panel opens. Navigate to the Knowledge Base tab to add sources.
- Products — product name, description, parameters, price
- Documents — PDF, Word, Excel, TXT files
- Photos — photo name and description
- Videos — video name and description
- Text — free-text content
- Links — fetched web page content
- Company — company name, description, phone, contacts
Selected sources are split into chunks and converted to vector embeddings for semantic search. The agent retrieves the most relevant chunks during each conversation.
RAG Settings
Hover over the RAG Storage indicator (shows used/total storage) — a settings icon will appear. Click it to open RAG Settings — a modal where you fine-tune how the agent searches the knowledge base:| Setting | Range | Default | Description |
|---|---|---|---|
| Chunk Limit | 1–20 | 5 | How many text chunks are returned per search |
| Character Limit | 500–10,000 | 2,000 | Maximum characters per chunk |
| Similarity Threshold | 0.1–1.0 | 0.7 | Minimum cosine similarity to include a result — higher values return fewer but more relevant results |


