# Exporting a Plugin

### Introduction

If you have written and tested a plugin, and you're now ready to share it with others, congratulations! Glue makes this process very easy. Glue supports exporting a plugin (which may be just one file or multiple files) as a single file with the .plug extension. .plug files can be shared directly with other developers or uploaded on [GlueVault.com](http://www.gluevault.com).

### Creating a .plug file

To create a .plug file:

1. Open Glue
2. Select "Plugins"->"Create Plugin"
3. Press the "..." button to find the folder that contains your plugin![CreatePluginWindow.PNG](/files/ETXsbnQEGVGjDm55LFsw)
4. Select the folder inside Glue's Plugins folder that contains your plugin. If you are using Windows 7, this may be located in "c:/Program Files (x86)/FlatRedBall/FRBDK/Xna 4 Tools/Plugins"
5. Click OK
6. Select the location and file name for the exported plugin and click OK

You will now have a .plug file which you can share with others or upload to GlueVault.


---

# 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://docs.flatredball.com/flatredball/tutorials/glue-plugins/tutorials-exporting-a-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.
