> ## Documentation Index
> Fetch the complete documentation index at: https://docs.convosphere.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Getting Started

> Create your first AI agent in minutes

## What is Convosphere AI?

Convosphere AI is a powerful platform for creating intelligent chatbots that understand your business and help your customers 24/7.

## Quick Start

### Step 1: Create Your Account

1. Visit [Convosphere AI](https://app.convosphere.site)
2. Click **Sign Up** to create a new account
3. You can sign up with:
   * Email and password
   * Google account
   * Facebook account
   * GitHub account

### Step 2: Verify Your Email

After signing up, check your email inbox for a verification link. Click the link to verify your account.

<Warning>
  Email verification is required to use all features of the platform.
</Warning>

### Step 3: Create Your First Agent

1. Once logged in, you'll see the dashboard

2. Click **Create Agent** or **New Agent**

3. Fill in the basic information:

   * **Name**: Give your agent a name (e.g., "Customer Support Bot")
   * **Description**: Briefly describe what your agent does
   * **System Prompt**: Define how your agent should behave (optional, can be updated later)

4. Click **Create** to create your agent

### Step 4: Configure Your Agent

After creating your agent, you'll be taken to the agent dashboard where you can:

* **Settings**: Configure the AI model, temperature, and other parameters
* **Knowledge Base**: Add documents, URLs, or connect Notion to train your agent
* **Widget**: Customize the appearance and behavior of your chat widget
* **Analytics**: View conversation statistics and performance metrics

### Step 5: Test Your Agent

1. Click on the **Chat** tab in your agent dashboard
2. Start a conversation with your agent
3. Test different questions to see how it responds

### Step 6: Embed Your Agent

Once you're happy with your agent, you can embed it on your website:

1. Go to the **Widget** tab in your agent dashboard
2. Copy the embed code provided
3. Paste it into your website's HTML (before the closing `</body>` tag)

```html theme={null}
<script
  chatbot-id="YOUR_AGENT_ID"
  data-type="bubble"
  src="https://your-domain.com/bot/convosphereai-loader.min.js"
></script>
```

## Next Steps

Now that you have a basic agent set up, explore these features:

<CardGroup cols={2}>
  <Card title="Knowledge Base Guide" icon="database" href="/guides/knowledge-base">
    Learn how to train your agent with documents and URLs
  </Card>

  <Card title="Integration Guide" icon="plug" href="/integrations/overview">
    Connect your agent to Notion, Slack, and other services
  </Card>

  <Card title="Agent Guide" icon="robot" href="/guides/agents">
    Advanced agent configuration and customization
  </Card>

  <Card title="Widget Guide" icon="code" href="/guides/widget-embed">
    Customize your chat widget's appearance and behavior
  </Card>
</CardGroup>

## Common Questions

### What plan should I choose?

* **Free Plan**: Perfect for testing and small projects (limited agents and messages)
* **Starter Plan**: Best for small businesses getting started
* **Business Plan**: For growing businesses with higher traffic
* **Pro Plan**: For enterprises with advanced needs

See [Pricing Plans](/pricing/plans) for detailed information.

### How do I train my agent?

You can train your agent in several ways:

1. **Documents**: Upload PDFs, Word docs, or text files
2. **URLs**: Add web pages or entire websites
3. **Notion**: Connect your Notion workspace to sync pages and databases
4. **System Prompt**: Define your agent's personality and behavior

See [Knowledge Base Guide](/guides/knowledge-base) for detailed instructions.

### Can I customize the chat widget?

Yes! You can customize:

* Colors and branding
* Widget position
* Initial messages
* Suggested questions
* And much more

See [Widget Embed Guide](/guides/widget-embed) for all customization options.

## Need Help?

* Check out our [documentation index](/)
* Review the [API Reference](/api-reference/introduction) for technical details
* Contact support through your dashboard

Welcome to Convosphere AI! 🚀
