# Options de développement supplémentaires

En tant que développeur avancé, vous pouvez également essayer d’autres options de développement :

* [Création d’un plug-in de groupe de fonctions HTML](/fr/plugins/how-to-develop-plugins/additional-development-options/creating-an-html-panel-plugin.md)
* [Création d’un plug-in combiné de barre d’outils et de groupe de fonctions HTML](/fr/plugins/how-to-develop-plugins/additional-development-options/creating-a-combined-html-panel-and-toolbar-plugin.md)
* [Création d’un plug-in basé sur une barre d’outils](/fr/plugins/how-to-develop-plugins/additional-development-options/creating-a-toolbar-based-plugin.md)
* [Test d’un plug-in combiné de barre d’outils et de groupe de fonctions HTML](/fr/plugins/how-to-develop-plugins/additional-development-options/testing-a-combined-html-panel-and-toolbar-plugin.md)
* [Création d’un add-in](/fr/plugins/how-to-develop-plugins/additional-development-options/creating-an-add-in.md)
* [Appel de plug-ins et d’API à partir de Dynamo](/fr/plugins/how-to-develop-plugins/additional-development-options/invoking-plugins-and-api-from-dynamo.md)

![](/files/cZonxL09eqYEHqQ02SlR)


---

# 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/fr/plugins/how-to-develop-plugins/additional-development-options.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.
