# Jak vyvíjet moduly plug-in

Pro experimentátory a vývojáře je aplikace FormIt skvělý nástroj pro vývoj modulů plug-in. V závislosti na vašich vývojářských dovednostech a složitosti projektu, který chcete realizovat, si můžete vybrat ze dvou způsobů vývoje.

* Doporučujeme začít s částí [Váš první modul plug-in](/cs/plugins/how-to-develop-plugins/your-first-plugin.md). Provede vás vytvořením jednoduchého modulu plug-in pomocí nástroje Plugin Playground.
* Jestliže chcete vytvořit složitější projekt, doporučujeme postupovat podle části [Pokročilý vývoj](/cs/plugins/how-to-develop-plugins/advanced-development.md).
* Další informace o vývoji dalších typů modulů plug-in naleznete v části [Další možnosti vývoje](/cs/plugins/how-to-develop-plugins/additional-development-options.md).
* Odkazy na dokumentaci naleznete na stránce [Rozhraní API aplikace FormIt](/cs/plugins/useful-links.md).

![](/files/xG9EhCxCqxbIYnWufWLe)


---

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