This guide walks you through creating an AI agent, uploading a document, testing it, and embedding it on your website.Documentation Index
Fetch the complete documentation index at: https://mind-e.co/docs/llms.txt
Use this file to discover all available pages before exploring further.
Prerequisites
- A Mind-e account — sign up at app.mind-e.co
Create an agent
- Go to your dashboard and click Create Agent
- Enter a name and description for your agent
- Select a category (Content, Support, Education, or Custom)
- Write a system prompt that tells the agent how to behave — for example:
- Choose an AI model (GPT-4o is the default) and set the temperature (0.7 is balanced)
- Click Create
Upload a document
- Open your agent and go to the Sources tab
- Click Upload Document
- Select a file — supported formats:
| Format | Extension | Max size |
|---|---|---|
.pdf | 50 MB, up to 500 pages | |
| Word | .docx | 50 MB, up to 300 pages |
| Text | .txt | 10 MB |
| Markdown | .md | 10 MB |
- Wait for processing — the document goes through conversion, chunking, and embedding
- Once the status shows Embedded, your agent can answer questions from this document
Test in the playground
- Go to the Playground tab
- Type a question related to your uploaded document
- The agent responds using relevant content from the document, with source attribution
- Try different questions to see how the agent retrieves information
What’s next?
Core Concepts
Understand how agents, documents, RAG, and credits work together.
Customize your agent
Fine-tune your agent’s behavior with system prompts, models, and temperature.
Knowledge base
Learn how to manage documents, web sources, and text snippets.
Chat appearance
Customize the look and feel of your chat widget.