> For the complete documentation index, see [llms.txt](https://knowledge.out-smart.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://knowledge.out-smart.com/marketplace-packages-and-power-ups/marketplace/manage-your-power-ups.md).

# Manage your Power-Ups

In the **OutSmart Marketplace**, you manage active Power-Ups and ongoing trials.

You can see which Power-Ups are active, which are still in trial, and which are coming soon.

## Labels on Power-Up cards

Each Power-Up card shows a label at the top with its current status.

Active items appear at the top of the Marketplace. This helps you find your Power-Ups faster.

Common labels include:

* **Trial** — an active trial period
* **Active** — an active, paid Power-Up
* **Coming soon** — a Power-Up that will be available soon

## Open a Power-Up

Each card has its own viewing and management options.

The options you see depend on the status of the Power-Up.

Examples include canceling a trial or viewing subscription details.

## Manage your Power-Ups

{% stepper %}
{% step %}

### Open the Marketplace

Click the **user profile icon** in the top-right corner.

Then choose **Marketplace**.
{% endstep %}

{% step %}

### Review the overview

Your active Power-Ups and ongoing trials appear at the top.

Check the labels on the cards to see the status immediately.
{% endstep %}

{% step %}

### Open a Power-Up

Click a Power-Up card to open its details.
{% endstep %}

{% step %}

### Choose the action you want

Review the available options, such as canceling or managing.

Then choose the action you want to take.
{% endstep %}
{% endstepper %}

## Frequently asked questions

<details>

<summary>Who can manage Power-Ups?</summary>

Only users with **Administrator rights**.

</details>

<details>

<summary>Where do I find my active Power-Ups?</summary>

At the top of the Marketplace.

They are marked with the **Active** or **Trial** label.

</details>

<details>

<summary>What if I need help?</summary>

Contact our service desk at **<support@out-smart.com>**.

</details>

## Related topics

* [OutSmart Marketplace](/marketplace-packages-and-power-ups/marketplace.md)
* [Start a Power-Up trial](/marketplace-packages-and-power-ups/marketplace/start-a-power-up-trial.md)
* [Cancel a Power-Up trial](/marketplace-packages-and-power-ups/marketplace/cancel-a-power-up-trial.md)
* [Power-Ups](/marketplace-packages-and-power-ups/power-ups.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://knowledge.out-smart.com/marketplace-packages-and-power-ups/marketplace/manage-your-power-ups.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
