# Plugins

![](/files/VvMJStN4ftsswlOBbSjs)

Plugins can improve your Autodesk FormIt® experience by expanding your modeling toolset. You can address specific design needs that are not included in FormIt's tool library.

The plugins section of this primer includes four chapters:

1. [Introduction to Plugins](/plugins/introduction.md): Basic information you need to know about plugins.
2. [How to Use Plugins](/plugins/how-to-use-plug-ins.md): If you are a FormIt user and want to give plugins a try, this section will guide you through the process of installing and using plugins.
3. [How to Develop Plugins:](/plugins/how-to-develop-plugins.md) If you are a developer and want to go the extra mile, this section will guide you through the steps needed to develop a FormIt Plugin.
4. [FormIt APIs](/plugins/useful-links.md): Links to FormIt's API documentation.
5. [Examples:](/plugins/example-1.md) If you want to try out existing plugins, this section contains descriptions of some of the available plugins.


---

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