# Iniciar o plug-in de amostra

### Executar o plug-in de amostra

Um plug-in de amostra vem carregado com o Plugin Playground. Clique no botão Reproduzir para executar um plug-in.

![Step 1](/files/uMv16wz6XwG6qvk14IdL)

Isso exibirá um plug-in com três entradas numéricas e um botão Criar bloco. Vá em frente e teste o plug-in, que criará um cubo com base nos valores de entrada fornecidos.

### Visualizar e editar o código

Se você deseja visualizar o código por trás desse plug-in, clique no botão Editar.

![Step2](/files/fVXqsWMhUmoFmjZTRm0A)

Isso iniciará uma caixa de diálogo contendo todas as partes principais de um plug-in do FormIt: HTML, JavaScript e CSS.

![](/files/5TVsOjdls8gy5DpZ5NfO)


---

# 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/how-to-develop-plugins/your-first-plugin/launching-the-sample-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.
