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

# Domain

> Your domain with protocol

```js theme={null}
new DBD.Dashboard({
  domain: String,
});
```

## Example Usage

```javascript theme={null}
new DBD.Dashboard({
  domain: "http://localhost",
});
```

## Props

<ParamField path="domain" type="string" required>
  Your domain with protocol ([http://domain.com](http://domain.com) or [https://domain.com](https://domain.com)) or
  localhost with http protocol ([http://localhost](http://localhost)).
</ParamField>
