> ## 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.

# Introduction

> Mind-e is a platform for creating AI agents that answer questions from your documents, websites, and custom content.

Mind-e lets you build AI-powered chat agents trained on your own data. Upload documents, add web sources, or write custom content — then deploy your agent as a chat widget on your website, connect it to social media, or use it through the API.

## Who is Mind-e for?

* **Business owners** looking to automate customer support with AI that knows their products
* **Educators** creating interactive learning assistants from course materials
* **Content creators** building Q\&A bots from their knowledge base
* **Developers** integrating AI chat into their applications via API

## Key features

<CardGroup cols={2}>
  <Card title="AI agents" icon="robot">
    Create custom AI agents with configurable system prompts, models, and behavior. Choose from models like GPT-4o, Claude, Gemini, and more.
  </Card>

  <Card title="Knowledge base" icon="book">
    Upload PDFs, Word documents, text files, and markdown. Add web sources by URL or create text snippets. Your agent answers from this content.
  </Card>

  <Card title="Embeddable widget" icon="code">
    Add a chat widget to your website with a single script tag. Customize colors, fonts, avatars, and welcome messages to match your brand.
  </Card>

  <Card title="Social integrations" icon="share-nodes">
    Connect your agent to Instagram, WhatsApp, Telegram, and Messenger. Respond to customers automatically on the platforms they use.
  </Card>

  <Card title="Scenarios" icon="diagram-project">
    Build interactive conversation flows with a visual editor. Collect information through forms, offer choices, and guide users step by step.
  </Card>

  <Card title="Booking system" icon="calendar">
    Let users schedule appointments directly in chat. Configure availability, duration options, and custom booking forms.
  </Card>

  <Card title="Analytics" icon="chart-line">
    Track conversations, credit usage, and agent performance. See which documents are most referenced and how users interact with your agent.
  </Card>

  <Card title="API access" icon="plug">
    Integrate Mind-e into your own applications with the REST API. Use API keys for authentication and send chat messages programmatically.
  </Card>
</CardGroup>

## How it works

<Steps>
  <Step title="Create an agent">
    Give your agent a name, description, and system prompt that defines its personality and behavior.
  </Step>

  <Step title="Add knowledge">
    Upload documents (PDF, DOCX, TXT, MD), crawl web pages, or create text snippets. Mind-e processes and indexes this content for retrieval.
  </Step>

  <Step title="Deploy">
    Embed the chat widget on your website, connect social media channels, or integrate via API. Your agent is ready to answer questions.
  </Step>
</Steps>

## Next steps

<Card title="Quickstart" icon="rocket" href="/quickstart">
  Create your first AI agent in 5 minutes.
</Card>
