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

> Use the Run plugin to run Cognite Functions locally and live, for example to debug or test Functions before deploying them to Cognite Data Fusion.

<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]
    run = true

    ```
  </Step>

  <Step title="Run a Function">
    Follow the steps in the illustration below to run a Function:

    <Frame>
      <img class="illustration" src="https://apps-cdn.cogniteapp.com/@cognite/docs-portal-images/1.0.0/images/cdf/cdf_deploy/cdf_toolkit/run_function.gif" alt="Use the Run plugin to test Functions" width="100%" />
    </Frame>
  </Step>
</Steps>

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