> ## Documentation Index
> Fetch the complete documentation index at: https://hobbyist-e43fa225.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Install Microsoft Foundry Toolkit for Visual Studio Code

> Install and verify Microsoft Foundry Toolkit for Visual Studio Code from the Visual Studio Marketplace or the Extensions view.

Install Microsoft Foundry Toolkit for Visual Studio Code from the Visual Studio
Marketplace or the Extensions view. When you finish, the Foundry Toolkit view
is available in Visual Studio Code.

## Prerequisites

* [Visual Studio Code](https://code.visualstudio.com/Download).
* The [.NET Runtime](https://learn.microsoft.com/dotnet/core/install/). Foundry Toolkit depends on this
  runtime.

For a complete Foundry development environment, install
[Foundry DevPack](/developer-tools-and-integrations/install-cli-sdk#install-foundry-devpack) instead of
installing Foundry Toolkit by itself. DevPack installs Foundry Toolkit,
`azd` and `azd ai`, Foundry Canvas, and Microsoft Foundry Skill to provide a
smoother workflow across your editor, terminal, and coding agent. For the full
setup, see [Prepare your development environment](/developer-tools-and-integrations/install-cli-sdk).

## Install Foundry Toolkit

Install the extension from the Visual Studio Marketplace or from within Visual
Studio Code.

### Install from the Visual Studio Marketplace

1. Open the
   [Microsoft Foundry Toolkit for Visual Studio Code extension](https://aka.ms/foundrytk)
   page.
2. Select **Install**, and follow the prompt to open Visual Studio Code.
3. In Visual Studio Code, complete the installation. Reload the window if
   prompted.
4. Confirm that the **Foundry Toolkit** icon appears in the Activity Bar.

### Install manually from Visual Studio Code

Use the Extensions view to find and install the extension without leaving
Visual Studio Code.

<Frame>
  <img src="https://mintlify.s3.us-west-1.amazonaws.com/hobbyist-e43fa225/images/install-foundry-toolkit-marketplace.png" alt="Screenshot of the Visual Studio Code Extensions Marketplace showing the Foundry Toolkit for VS Code extension details." />
</Frame>

1. In the Activity Bar, select **Extensions**.
2. Search for **Foundry Toolkit for VS Code**.
3. In the search results, select the extension published by Microsoft.
4. Select **Install**.
5. Reload the window if prompted.
6. Confirm that the **Foundry Toolkit** icon appears in the Activity Bar.

After installation, open **What's New** under **Help And Feedback** in Foundry
Toolkit to review the features and changes in the installed version.

## Confirm the installation

Confirm that the extension activated successfully.

1. Select **Foundry Toolkit** in the Activity Bar.
2. Confirm that **My Resources**, **Developer Tools**, and **Help And Feedback**
   appear in the Foundry Toolkit view.

## Clean up

This procedure doesn't create Azure resources. If you installed Foundry
Toolkit only to evaluate it, open **Extensions**, find **Foundry Toolkit for
Visual Studio Code**, and select **Uninstall**. Uninstalling the extension
doesn't delete any Azure resources.

## Next step

<Card title="Set up a Foundry project" icon="arrow-right" href="set-up-foundry-project-visual-studio-code.md" />
