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

# Using the Dump plugin

> Use the Dump plugin to download the configuration of a Cognite Data Fusion resource that is not governed by the Cognite Toolkit.

Use the information in the downloaded configuration files to create new modules to manage with the Cognite Toolkit.

<Steps>
  <Step title="Enable the plugin in the cdf.toml file">
    ```toml title="cdf.toml" theme={"languages":{"custom":["/_languages/kuiper.json","../_languages/kuiper.json"]}}
    ...

    [plugins]
    dump = true

    ```
  </Step>

  <Step title="Dump the configuration">
    ```bash theme={"languages":{"custom":["/_languages/kuiper.json","../_languages/kuiper.json"]}}
    cdf dump
    ```

    Follow the prompts to select the configuration you want to dump.
  </Step>
</Steps>

For up-to-date information on the available resources to dump, use the `cdf dump --help` command.
