> For the complete documentation index, see [llms.txt](https://docs.trmnl.com/go/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.trmnl.com/go/plugin-marketplace/plugin-management-flow.md).

# Plugin Management Flow

<figure><img src="/files/qzOHkGzd52Cv5VALcOiF" alt=""><figcaption></figcaption></figure>

After a user installs your plugin, they may want to manage the plugin settings. TRMNL will redirect the user to the `plugin_management_url` with a unique user identifier (UUID) params, so that you can identify them on your web server.

Example request:\
`https://yourapp.com/manage?uuid=ae48d6ac-48f4-4aed-8464-bad68368e97c`

**Note**: The UUID is the unique user identifier in the TRMNL plugin architecture. This allows TRMNL users to have multiple instances of the same plugin, each with their own settings.

If you saved the `plugin_setting_id` from the [Installation Flow](/go/plugin-marketplace/plugin-installation-flow.md), you can build a helpful "Back to TRMNL" button in your Management UI.

By appending `?force_refresh=true` to your return link, TRMNL will invoke a [Screen Generation request](/go/plugin-marketplace/plugin-screen-generation-flow.md) on the user's behalf and present a toast message when they're back inside the TRMNL application.

<figure><img src="/files/ZugNT9VzPQhqH6u5sjhK" alt=""><figcaption><p>Force Refresh toast message</p></figcaption></figure>
