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

# Refresh Paradime Catalog

> Add a Refresh Paradime Catalog command to a Bolt schedule to rebuild the Paradime Data Catalog on demand by running dbt docs generate for your project.

Rebuild the [Paradime Data Catalog](/products/data-catalog/index) on demand from a Bolt schedule, so metadata updates immediately after data changes instead of waiting for the scheduled overnight refresh.

## Prerequisites

* API credentials generated in your Paradime workspace with **Bolt Catalog admin** capability, set as [Bolt schedule environment variables](/products/settings/environment-variables/bolt-schedule-env-variables):
  * `PARADIME_API_ENDPOINT`
  * `PARADIME_API_SECRET`
  * `PARADIME_WORKSPACE_UID`

## Usage

Add the **Refresh Paradime Catalog** command to your schedule. It runs a single fixed command that rebuilds the catalog by running `dbt docs generate` under the hood:

```bash theme={"system"}
paradime catalog refresh
```

Pair it with any [trigger type](/products/bolt/creating-schedules/trigger-types) (for example, run it on run completion after a production `dbt run`) to refresh the catalog whenever your schema changes.

## Learn more

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


## Related topics

- [Data Catalog](/products/data-catalog/index.md)
- [Commands](/products/bolt/creating-schedules/command-settings/index.md)
- [Catalog](/developers/python-sdk/modules/catalog.md)
- [Catalog CLI](/developers/paradime-cli/catalog-cli.md)
- [Discovery API](/developers/graphql-api/api-reference/discovery-api.md)
