# Votre premier plug-in

Commençons par créer et modifier un plug-in simple à l’aide de Plugin Playground. Pour ce faire, les étapes à suivre sont :

* Configuration de [Plugin Playground](/fr/plugins/how-to-develop-plugins/your-first-plugin/plugin-playground.md)
* [Lancement de l’exemple de plug-in](/fr/plugins/how-to-develop-plugins/your-first-plugin/launching-the-sample-plugin.md)
* [Ajout de vos propres fonctionnalités](/fr/plugins/how-to-develop-plugins/your-first-plugin/adding-your-own-features.md)
* [Enregistrement de votre travail dans GitHub](/fr/plugins/how-to-develop-plugins/your-first-plugin/saving-your-work-to-github.md)
* [Publication de votre projet](/fr/plugins/how-to-develop-plugins/your-first-plugin/publishing-your-project.md)

![](/files/mOm14YMvANrloHB5VDfM)


---

# 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/your-first-plugin.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.
