> ## 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 Pull plugin

> Use the Pull plugin to develop a configuration in Cognite Data Fusion and pull the configuration down to your local machine.

<Warning>
  This plugin was removed in the Cognite Toolkit v0.4.0. Use the `cdf modules pull` command instead.
</Warning>

The plugin assumes that **the configuration is already governed** by the Cognite Toolkit. You can not pull down a configuration that is not governed by 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]
    pull = true

    ```
  </Step>

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

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

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