Prerequisites
- A Mind-e account — sign up at app.mind-e.co
1
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
2
Upload a document
- Open your agent and go to the Sources tab
- Click Upload Document
- Select a file — supported formats:
- Wait for processing — the document goes through conversion, chunking, and embedding
- Once the status shows Embedded, your agent can answer questions from this document
3
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
4
Embed on your website
Go to the Integration tab to get your embed code. You have two options:Option A: Chat widget (recommended)Add this script before the closing This adds a floating chat bubble to your site.Option B: IframeEmbed the chat directly into your page:
</body> tag on your website: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.