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

# Run Hex Project

> Add a Run Hex Project command to a Paradime Bolt schedule to trigger Hex notebook and data-app runs from the Paradime CLI after your dbt™ models run.

Trigger one or more Hex project runs from a Bolt schedule to refresh notebooks and apps after your data is ready.

## Prerequisites

* Hex connected as a [workspace integration](/integrations/hex). Credentials are taken from that integration.

## Usage

Add the **Run Hex Project** command to your schedule and enter the command to run. The modal accepts any command supported by the [Paradime Hex CLI](/developers/paradime-cli/hex-cli):

```bash theme={"system"}
paradime run hex-trigger --project-ids=proj_1,proj_2
```

Pass run inputs with `--input-param=key=value`.

## Learn more

See the [Paradime Hex CLI](/developers/paradime-cli/hex-cli) for the full command and flag reference.


## Related topics

- [Hex](/integrations/hex.md)
- [Commands](/products/bolt/creating-schedules/command-settings/index.md)
- [Hex CLI](/developers/paradime-cli/hex-cli.md)
- [Trigger Hex Projects](/products/bolt/creating-schedules/templates/dashboard-templates/trigger-hex-projects.md)
- [Dashboard Templates](/products/bolt/creating-schedules/templates/dashboard-templates/index.md)
