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

# White Label

> Deploy Animam under your own brand

Deploy Animam under your own brand, with no Animam mentions.

<Note>
  White label is available on the **Enterprise** plan.
</Note>

## White Label Features

| Feature              | Standard            | White Label               |
| -------------------- | ------------------- | ------------------------- |
| Animam logo          | Visible             | Hidden                    |
| "Powered by Animam"  | Shown               | Removed                   |
| Widget domain        | animam.ai           | your-domain.com           |
| Transactional emails | @animam.ai          | @your-domain.com          |
| Dashboard            | animam.ai/dashboard | dashboard.your-domain.com |

## Configuration

### 1. Enable White Label

Contact us to enable white label on your Enterprise account.

### 2. Custom domain (Widget)

Configure a subdomain for the widget:

```
widget.your-company.com → CNAME → widget.animam.ai
```

Then in **Dashboard > Settings > White Label**:

```
Widget Domain: widget.your-company.com
```

The script becomes:

```html theme={null}
<script
  src="https://widget.your-company.com/widget.js"
  data-tenant="client-x"
></script>
```

### 3. API domain (optional)

For API integrations:

```
api.your-company.com → CNAME → api.animam.ai
```

### 4. Custom dashboard

For your clients (agency mode):

```
dashboard.your-company.com → CNAME → dashboard.animam.ai
```

## Visual customization

### Logo

Upload your logo in **Settings > White Label**:

* Format: PNG or SVG
* Size: 200x50px recommended
* Transparent background

### Colors

Define your palette:

```json theme={null}
{
  "primaryColor": "#your-color",
  "accentColor": "#your-accent",
  "backgroundColor": "#ffffff"
}
```

### Favicon

Replace the dashboard favicon for your clients.

## Emails

### Sending domain

Configure your domain for emails:

1. Add DNS records (SPF, DKIM)
2. Verify in **Settings > Emails**

### Templates

Customize email templates:

* Registration confirmation
* Password reset
* Notifications

## Use cases

### Digital agency

You create chatbots for your clients:

1. Enable white label
2. Create a child tenant per client
3. Each client has their dashboard `dashboard.your-agency.com/client-x`
4. No Animam mentions

### SaaS with integrated chatbot

You integrate a chatbot into your product:

1. Widget on `widget.your-saas.com`
2. Your users never see Animam
3. Experience feels native to your product

### Reseller

You resell Animam under your brand:

1. Fully branded dashboard
2. Billing through your system
3. First-line support by you
4. Escalation to Animam for second-line

## Limitations

* Source code remains Animam property
* Infrastructure is shared (multi-tenant)
* Animam T\&C still apply
* Some features may show "Animam" in technical logs

## Pricing

White label is included in the Enterprise plan. Contact us for a custom quote based on:

* Number of child tenants
* Message volume
* Dedicated support
* SLA

## Next steps

<Card title="Contact us" icon="envelope" href="mailto:enterprise@animam.ai">
  Let's discuss your white label project
</Card>
