# Exemplos

Nesta seção, você encontrará exemplos de implementações de plug-ins a serem seguidas:

* [Gerar luzes de sequência](/pt-br/plugins/example-1/generate-string-lights.md)
* [Plug-in Gerenciar câmeras](/pt-br/plugins/example-1/manage-cameras-plugin.md)
* [Plug-in Mais propriedades](/pt-br/plugins/example-1/properties-plus-plugin.md)
* [Gerador de contexto 3D](/pt-br/plugins/example-1/3d-context-creator.md)

Também recomendamos que você verifique a seção [Comunidade de plug-ins do FormIt](/pt-br/plugins/example-1/formit-plugin-community.md), onde é possível encontrar exemplos de plug-ins de outros desenvolvedores, bem como diretrizes sobre como enviar e exibir os plug-ins para a comunidade mais ampla do FormIt.

![](/files/G6uzhEfvgH6tOI698E8E)


---

# 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/pt-br/plugins/example-1.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.
