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

# curator:setdomain

> Set a forced domain for Curator users

Sets a forced domain for Curator users.

**Arguments:**

| Argument | Required | Description       |
| -------- | -------- | ----------------- |
| `domain` | Yes      | The domain to set |

**Example:**

```bash theme={null}
php artisan curator:setdomain curator.example.com
```
