> ## 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.

# Port

> The port to run the dashboard on.

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

## Example Usage

```javascript theme={null}
new DBD.Dashboard({
  port: 3000,
});
```

## Props

<ParamField path="port" type="number" required>
  The port to run the dashboard on.
</ParamField>
