# Dashboard Setup
# Integration to 3rd party
1. Go to the `Settings -> Configuration -> Marketplace`
2. Click checkbox `Show Modules`
[](https://docs.finmars.com/uploads/images/gallery/2024-07/image-1721398559046.png)
3. Install `Itech dashboard` module
[](https://docs.finmars.com/uploads/images/gallery/2024-07/image-1721398657750.png)
4. Generate a token by visiting the link
```bash
https://eu-central-2.finmars.com/{realm_code}/{space_code}/api/v1/auth-tokens/personal-access-token/create-token/
```
5. Enter:
* the `name` and `user_code` of the token (at your discretion),
* set `access_level` - `admin`,
* `days to live` - at your discretion
6. Prepare to embed a script with JS code on an external site from the example below:
* add the token to it
* change `realm_code` and `space_code` in the `loadSecureModule` function
* change the values for the variables in `realCode` and `spaceCode`
* change the identifier for the selector from the HTML page where the dashboard element needs to be inserted
```html