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

# Accept Privacy Policy

> Automatically accept the privacy policy for the Dashboard without having to give consent in the console.

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

## Example Usage

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

## Props

<ParamField path="acceptPrivacyPolicy" type="boolean" required>
  Whether or not to automatically accept the privacy policy.
</ParamField>
