# Launching the Sample Plugin

### Running the Sample Plugin

A sample plugin comes loaded with the Plugin Playground. Click the Play button to run a plugin.

![Step 1](/files/F8obXfV1CQpWViC5jpFz)

This will display a plugin with 3 numerical inputs and a Create Block button. Go ahead and test the plugin, which will create a cube based on the provided input values.

### Viewing and Editing Code

If you want to see the code behind this plugin, click the Edit button.

![Step2](/files/ftgtJeZqH6q6GbitCjhT)

This will launch a dialog containing all the main pieces of a FormIt plugin: HTML, JavaScript, and CSS.

![](/files/4EXphwEL06ILJs9tBu8U)


---

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