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

# Using Orchestrate ADK Extension command palette

The Orchestrate ADK extension adds a set of commands to the VScode command palette that help you build agents efficiently. To open the command palette, press `F1` or `Ctrl + Shift + P`.

Following are the available commands:

<ParamField path=">watsonx Orchestrate: Create new agent">
  Create a new agent file in the `agents` folder.
</ParamField>

<ParamField path=">watsonx Orchestrate: Create agent with Orchestrate AI Builder">
  Use Orchestrate AI Builder to create an agent file in the `agents` folder.
  You need the watsonx Orchestrate Developer Edition with AI Builder enabled. For more information, see [Installing watsonx Orchestrate Developer Edition](../developer_edition/wxOde_setup#installing-watsonx-orchestrate-developer-edition).
</ParamField>

<ParamField path=">watsonx Orchestrate: Refine agent with Orchestrate AI Builder">
  Use Orchestrate AI Builder to refine an existing agent.
  You need the watsonx Orchestrate Developer Edition with AI Builder enabled. For more information, see [Installing watsonx Orchestrate Developer Edition](../developer_edition/wxOde_setup#installing-watsonx-orchestrate-developer-edition).
</ParamField>

<ParamField path=">watsonx Orchestrate: Create new tool">
  Create a new tool file in the `tools` folder.
</ParamField>

<ParamField path=">watsonx Orchestrate: Focus on Explorer View">
  Open to the **WATSON ORCHESTRATE: EXPLORER** tab.
</ParamField>

<ParamField path=">watsonx Orchestrate: Import Current Agent File">
  Import the current agent file into the active environment.
</ParamField>

<ParamField path=">watsonx Orchestrate: Refresh the Python environment and ADK status">
  Refresh both the Python environment and the ADK status.
</ParamField>

<ParamField path=">watsonx Orchestrate: Initiate an IBM watsonx Orchestrate workspace in the current VS Code workspace">
  Set up a workspace in the current folder.
</ParamField>
