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

# Quickstart

> Create your first voice agent in under 10 minutes

## Get Started with Graine AI

This guide will walk you through creating your first voice agent from scratch.

<Steps>
  <Step title="Sign Up and Log In">
    1. Visit [https://graine.ai](https://graine.ai)
    2. Click "Sign Up" and create your account
    3. Verify your email address
    4. Log in to the platform

    <Note>
      Your organization will be automatically created upon signup.
    </Note>
  </Step>

  {" "}

  <Step title="Navigate to Create Agent">From your dashboard: 1. Click on "Create Agent" in the sidebar or main dashboard 2. You'll be taken to the 3-step agent creation wizard</Step>

  <Step title="Step 1: Voice Selection">
    Configure your agent's voice and language:

    ```javascript theme={null}
    {
      "name": "My First Agent",
      "primary_language": "English",
      "voice": "Anika",
      "secondary_language": null
    }
    ```

    **Available Options:**

    * **Languages**: English, Hindi, Tamil, Malayalam, Telugu, Bengali, Gujarati, Punjabi, Marathi, Kannada, Spanish
    * **Voices**:
      * Male: Mahesh, Rahul, Abhilash
      * Female: Manisha, Vidya, Susheela, Anika, Anushka

    <Tip>
      Preview each voice before selecting to find the perfect match for your use case.
    </Tip>
  </Step>

  {" "}

  <Step title="Step 2: Agent Configuration">
    Define your agent's knowledge and behavior: **Product Information (Required)** - Company Name: Acme Corp - Call Purpose: To provide customer support and answer product questions - Product/Service: Cloud hosting services - About Your Business: We provide scalable cloud hosting solutions **Conversation Settings** - **Greeting Message**: "Hello! This is Sarah from Acme Corp. How can I help you today?" - **First Message**: "Are you calling about a technical issue or general inquiry?" - **Task**: Help customers resolve issues and answer questions
    <Warning>Make sure your call purpose is clear and specific. This guides the agent's behavior throughout the conversation.</Warning>
  </Step>

  {" "}

  <Step title="Step 3: Tools & Integrations (Optional)">
    Enhance your agent with additional capabilities: - **MCP Tools**: Connect to external services - **WhatsApp Tools**: Send messages and templates - **Webhooks**: Integrate with your systems - **FAQs**: Upload common questions and answers
    <Note>You can skip this step and add tools later from the agent configuration page.</Note>
  </Step>

  <Step title="Save and Test">
    1. Click "Create Agent"
    2. Wait for the agent to be created (usually takes 30-60 seconds)
    3. You'll be redirected to the agent configuration page
    4. Click "Test with Web Call" to try your agent
  </Step>
</Steps>

## Test Your Agent

### Web Calling (Recommended for Testing)

1. From the agent page, click "Start Web Call"
2. Allow microphone permissions in your browser
3. Click "Start Call" and speak with your agent
4. End the call when done

<CardGroup cols={2}>
  <Card title="View Call History" icon="clock-rotate-left">
    See all your test calls and their transcripts (Coming Soon)
  </Card>

  <Card title="Check Analytics" icon="chart-simple">
    Monitor your agent's performance (Coming Soon)
  </Card>
</CardGroup>

## Next Steps

<CardGroup cols={2}>
  <Card title="Create a Campaign" icon="bullhorn" href="/campaigns/creating-campaigns">
    Run your first calling campaign
  </Card>

  <Card title="Upload Knowledge Base" icon="book">
    Give your agent more context (Coming Soon)
  </Card>

  <Card title="Configure Tools" icon="wrench" href="/integrations/overview">
    Add integrations and tools
  </Card>

  <Card title="Best Practices" icon="lightbulb">
    Learn optimization tips (Coming Soon)
  </Card>
</CardGroup>

## Common Issues

<AccordionGroup>
  <Accordion title="Agent not responding correctly">
    * Make sure your call purpose and task are clearly defined
    * Check that your product information is complete
    * Test with simple questions first
    * Review the conversation transcript for insights
  </Accordion>

  {" "}

  <Accordion title="Voice quality issues during web call">- Check your microphone settings - Ensure stable internet connection - Try using headphones to reduce echo - Use Chrome or Firefox for best compatibility</Accordion>

  <Accordion title="Can't find my agent">
    * Check the "All Agents" page from the sidebar
    * Use the search bar to find specific agents
    * Verify you're logged into the correct organization
  </Accordion>
</AccordionGroup>

## Need Help?

<Card title="Contact Support" icon="headset">
  Our team is here to help you succeed. Reach out at [support@graine.ai](mailto:support@graine.ai)!
</Card>

***

**Estimated Time**: 10-15 minutes\
**Difficulty**: Beginner\
**Prerequisites**: None

<Check>**Congratulations!** You've created your first voice agent. Now you're ready to explore more advanced features.</Check>
