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

# Settings

> Configure your website settings and preferences

Manage your website settings, notifications, and team access all in one place.

<Note>
  Bot behavior and custom instructions are now configured in the **Behavior** page in the sidebar. See [Human Handoff Scenarios](/user-guide/human-handoff) for details.
</Note>

<Frame>
  <img className="block dark:hidden" src="https://mintcdn.com/bubblav-e553cf80/nhelQxnCmiOq_LRR/images/settings.png?fit=max&auto=format&n=nhelQxnCmiOq_LRR&q=85&s=5d25890c8a56b3f6c0b8eb2f14ba6c65" alt="Settings Overview" width="1117" height="817" data-path="images/settings.png" />

  <img className="hidden dark:block" src="https://mintcdn.com/bubblav-e553cf80/nhelQxnCmiOq_LRR/images/settings-dark.png?fit=max&auto=format&n=nhelQxnCmiOq_LRR&q=85&s=bf2f6998d32ca233019321f228dc8b32" alt="Settings Overview" width="1102" height="815" data-path="images/settings-dark.png" />
</Frame>

## Accessing Settings

<Steps>
  <Step title="Open Dashboard">
    Go to [bubblav.com/dashboard](https://www.bubblav.com/dashboard)
  </Step>

  <Step title="Select Website">
    Click on the website you want to configure
  </Step>

  <Step title="Open Settings">
    Click **Settings** in the sidebar menu
  </Step>
</Steps>

***

## General Settings

Basic configuration for your website.

### Website Name

The display name shown in your dashboard. This is for your reference only—customers don't see this.

### Website URL

The primary domain where your chatbot is installed. Used for:

* Crawling your website content
* CORS security (widget only loads on this domain)
* Analytics tracking

<Warning>
  Changing the URL may affect your widget installation. Update your embed code if needed.
</Warning>

### Allowed Domains

Control which domains can embed and use this chat widget.

#### Allow All Domains (Recommended)

By default, **Allow all domains** is enabled. This means your widget will work on any domain without restrictions.

This is the best option if you:

* Use **Framer**, **Shopify**, **Webflow**, or similar platforms that may add preview or custom domains over time
* Have multiple domains or subdomains pointing to the same site
* Are unsure which domains will serve your widget in the future

#### Restrict to Specific Domains

If you want tighter control, disable **Allow all domains** to restrict the widget to specific domains only.

Once disabled, you can add allowed domains:

1. Enter the domain in the input field (e.g., `stage.example.com`)
2. Supports wildcards like `*.example.com` for all subdomains
3. Click **Add** to add it to the list
4. Click **Save Changes** to apply

<Note>
  When restricted mode is on, the primary domain (website URL) and your dashboard domain are always allowed automatically.
</Note>

<Warning>
  If you restrict domains and your widget stops working on a domain, go to Settings → Allowed Domains, toggle **Allow all domains** on (or add the missing domain), and save.
</Warning>

***

***

## Danger Zone

Irreversible actions that affect your website.

### Delete Website

Permanently removes:

* All conversations
* Knowledge base content
* Settings and integrations
* Team member access

<Warning>
  This action cannot be undone. Export your data first if needed.
</Warning>

<Steps>
  <Step title="Scroll to Danger Zone">
    At the bottom of Settings
  </Step>

  <Step title="Click Delete Website">
    Opens confirmation dialog
  </Step>

  <Step title="Type Website Name">
    Type the exact website name to confirm
  </Step>

  <Step title="Confirm Deletion">
    Click **Delete Permanently**
  </Step>
</Steps>

***

## Troubleshooting

<AccordionGroup>
  <Accordion title="Changes not saving">
    * Check your internet connection
    * Ensure you clicked "Save Changes"
    * Refresh the page and try again
    * Check browser console for errors
  </Accordion>

  <Accordion title="Team invites not received">
    * Check spam/junk folder
    * Verify email address is correct
    * Resend the invitation
    * Ask them to add [notifications@bubblav.com](mailto:notifications@bubblav.com) to contacts
  </Accordion>

  <Accordion title="Notifications not working">
    * Verify email address is correct
    * Check spam folder
    * Enable browser notifications in Settings
    * Check notification toggles are enabled
  </Accordion>
</AccordionGroup>

***

## Next Steps

<CardGroup cols={2}>
  <Card title="Behavior" icon="bot" href="/user-guide/human-handoff">
    Configure bot instructions and human handoff
  </Card>

  <Card title="Widget Design" icon="palette" href="/user-guide/widget-design">
    Customize appearance
  </Card>

  <Card title="View Reports" icon="chart-line" href="/user-guide/reports">
    Track performance
  </Card>
</CardGroup>
