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

# Adding Simple Scheduler to your website

## Add the Widget to Your Website

Once configuration is complete, you'll need to add the Simple Scheduler widget to your website.

### Generate API Key

<Steps>
  <Step>
    Go to **API Keys** in the Simple Scheduler admin portal
  </Step>

  <Step>
    Add your allowed domains (format: [`*.yourdomain.com`](http://yourdomain.com))
  </Step>

  <Step>
    Generate your API key
  </Step>
</Steps>

### Integration Options

You have three ways to integrate the scheduler:

**Option 1: Popup Widget**

Add this script to your website to create a floating button:

```bash theme={null}
<script src="https://app.avoca.ai/simple-scheduler/widget.js"></script>
```

**Option 2: Embed in Page**

Embed the scheduler directly into a page on your site using the embed code provided in the admin portal.

**Option 3: Direct Link**

Use the direct URL link to send customers straight to your scheduler.

Your web developer or marketing team can implement any of these options. The admin portal provides the specific scripts and URLs customized for your account.

<Frame>
  <img src="https://mintcdn.com/avoca-hc/MH4mxrDXeo8nYAg7/images/simple-scheduler/image-2.png?fit=max&auto=format&n=MH4mxrDXeo8nYAg7&q=85&s=62fc6adeef1a3bc21dde1cd4633c9c80" width="2352" height="1558" data-path="images/simple-scheduler/image-2.png" />
</Frame>

## Need Help?

* **Support Email**: [support@avoca.ai](mailto:support@avoca.ai)
* **Contact your Customer Success Manager** for configuration assistance
