# How to Develop Plugins

For the tinkerers and developers out there, FormIt is a great tool for developing plugins. There are two modes of development you can choose from, depending on your development skills and the complexity of the project you wish to execute.&#x20;

* We recommend that you start with the [Your First Plugin](/plugins/how-to-develop-plugins/your-first-plugin.md) section. It guides you through creating a simple plugin using the Plugin Playground.
* If you want to develop a more complex project, we recommend following the [Advanced Development](/plugins/how-to-develop-plugins/advanced-development.md) section.
* For information on developing other types of plugins, check out the [Additional Development Options](/plugins/how-to-develop-plugins/additional-development-options.md) section.
* Refer to the [FormIt APIs](/plugins/useful-links.md) page for documentation links.

![](/files/ijiPZXKhhKbHJYpOTl2H)


---

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