# How to Use Plugins

![](/files/enxj7mJJWkoxXI4AJfet)

## Plugin Manager

The FormIt Plugin Manager is your one-stop shop for discovering and managing plugins.

The Plugin Manager is loaded automatically when FormIt starts, as long as FormIt has access to the internet.

Access it by clicking its tab icon![](https://formit3d.github.io/FormItExamplePlugins/docs/images/PluginManagerTab.PNG) on the right side of the app:

![](/files/vwlq7Y5M3VPUl1qaBpar)

## Plugin Categories

The Plugin Manager organizes plugins into categories to help you find the plugins you're most interested in.

![](/files/6kMuehUUBdrYwftDxzPr)

**Installed Plugins:** Plugins already installed by the user.

**Recommended Plugins:** Plugins that the FormIt team recommends for expanding FormIt's core functionality and unlocking new workflows. Community-developed plugins appear here after being approved by the FormIt team.\
GitHub tag: *formit-plugin-recommended*

**Public Plugins:** Plugins built by the community. Plugins in this category have not been reviewed or approved by the FormIt team.\
GitHub tag: *formit-plugin*

**For Developers Plugins**: Plugins built by the community to enable the creation of new FormIt plugins.\
GitHub tag: *formit-plugin-developers*

## Add Your Private or Local Plugin

If you're [developing your own plugin](/plugins/how-to-develop-plugins.md), you can add its private URL into the field at the bottom of the panel and click (+):

![](/files/kB5Ye0sawcoiWk0ymtwI)

For more information on adding your private or local plugin, see [Previewing a Plugin in the Plugin Manager.](/plugins/how-to-develop-plugins/advanced-development/previewing-a-plugin-in-the-plugin-manager.md)

## Resetting the Plugin Manager

The Plugin Manager uses registry keys on Windows to store your installed repositories and plugins. If you need to reset your Plugin Manager to its defaults, delete the following registry key:

`Computer\HKEY_CURRENT_USER\Software\Autodesk\FormIt 360\Plugins`

⚠️ Note: This will uninstall all user-added repos and plugins, resetting the Plugin Manager to include only the built-in repos and plugins.

## Installing Plugins

The [Plugin Manager](#plugin-manager) includes a number of plugins, organized under different categories. Each plugin has a name, description, GitHub link, and Install toggle.

![](/files/G7FzRDv59pPBtqeg0Kcd)

To install a plugin, simply turn on the toggle next to the plugin's name.

![](/files/oPljYbvQ9hHImy1zSf38)

The icon of the selected plugin will appear in the right panel. Click it to display the plugin's UI.

![](/files/OWvVUOqEjeBqt4W9EQ0L)

## Using Plugins

Each plugin has a unique UI defined by its developer. A plugin usually has a set of instructions on how to use it, a set of parameters (text boxes, sliders, checkboxes, etc.), and one or more buttons to execute it.

As an example, we'll use one of the simpler examples in the Plugin Manager: Fillet 2D Corners. We first load the plugin from the Recommended section of the Plugin Manager. Then, following the instructions provided by the developer, we set the fillet radius, select a group of faces to fillet, and click the Fillet Corners button.

![](/files/Qwml2omQJD46XP1DpH3r)

##


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://windows.help.formit.autodesk.com/plugins/how-to-use-plug-ins.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
