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

# 3rd Party Module

> Integrate with 3rd party modules.

The Dashboard allows you to include a module created by the Community. This is possible through a simple method:

```js theme={null}
Dashboard.useThirdPartyModule(<Module>);
```

## Props

<ParamField path="Module" type="Object" required>
  The module to use.
</ParamField>
