# Plugin Marketplace

- [Introduction](https://docs.trmnl.com/go/plugin-marketplace/introduction.md): TRMNL's plugin marketplace lets anyone publish and share their work.
- [Plugin Creation](https://docs.trmnl.com/go/plugin-marketplace/plugin-creation.md): Creating a plugin OAuth client.
- [Plugin Installation Flow](https://docs.trmnl.com/go/plugin-marketplace/plugin-installation-flow.md): OAuth installation flow between TRMNL and your web server.
- [Plugin Management Flow](https://docs.trmnl.com/go/plugin-marketplace/plugin-management-flow.md): Ability for users to manage their plugin on your web server.
- [Plugin Screen Generation Flow](https://docs.trmnl.com/go/plugin-marketplace/plugin-screen-generation-flow.md): Creating image content to display on a user's device.
- [Plugin Uninstallation Flow](https://docs.trmnl.com/go/plugin-marketplace/plugin-uninstallation-flow.md): Handling user uninstallation requests on your web server.
- [Going Live](https://docs.trmnl.com/go/plugin-marketplace/going-live.md): Publish your plugin for all users with a simple submission flow.


---

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