# Going Live

After building and testing your plugin, copy/paste the following application into an email to <team@trmnl.com>.

Subject:

```
Public plugin submission - {{ plugin name }}
```

Body:

```
Hi team,

Please review my plugin for the public marketplace:

Plugin ID: {{ visit My Plugins > click Edit, copy integer ID from URL }}
Owner Email: {{ should == inbox from which you are sending this message }}

Why should this plugin be public vs private? How does it help other users?
{{ should be different than your Description field. if your plugin is against our ethos (breeds distraction, not focus), it may be better as an open source + Private plugin. }}

Video demonstration:
{{ link to video, no audio required, of the plugin being installed from scratch. }}

How can we test this plugin works?
{{ preferably a demo login email/password that we can own forever, ex "team@trmnl.com" }}

Will you promote TRMNL when this plugin is published? If so, how/where?
{{ no wrong answers, but we prioritize plugins that help us grow }}

Thanks,
{{ your name }}
```

After receiving this information we'll test out your plugin, send revision requests (if applicable), and soft launch it to our Plugins marketplace.

We can then discuss featuring your work in an upcoming email newsletter or other social channels. At any time you are welcome to post it in our developer-only Discord's "#flex" channel, prior to public approval.


---

# 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.trmnl.com/go/plugin-marketplace/going-live.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.
