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

# Examples

In the IBM watsonx Orchestrate ADK official repository, you can find pre-built examples of agents and tools located in the [**examples** folder](https://github.com/IBM/ibm-watsonx-orchestrate-adk/tree/main/examples).

To import the examples of this folder on your local environment:

<Steps>
  <Step title="Download the examples">
    Download the example files to your local computer. You can do this by downloading the entire repository or by copying and creating each file individually.
  </Step>

  <Step title="Activate your environment">
    Activate your local environment to import the agent and tool examples.

    ```bash BASH theme={null}
    orchestrate env activate local
    ```
  </Step>

  <Step title="Deploy the examples">
    Deploy the pre-built examples of agents and tools by running the `import-all.sh` script.
  </Step>

  <Step title="Use the agent and tool examples">
    Start the watsonx Orchestrate Developer Edition chat and use your imported agents and tools.

    ```bash BASH theme={null}
    orchestrate chat start
    ```
  </Step>
</Steps>
