> 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/start-a-power-up-trial.md).

# Start a Power-Up trial

With a Power-Up trial, you test a premium feature **free for 14 days**.

After 14 days, the trial automatically converts into a subscription unless you cancel it in time.

Only users with **Administrator rights** can start a trial.

## Start a Power-Up trial

{% stepper %}
{% step %}

### Log in with Administrator rights

First, sign in to your OutSmart account with **Administrator rights**.
{% endstep %}

{% step %}

### Open your profile menu

Click the **user profile icon** in the top-right corner.
{% endstep %}

{% step %}

### Open the Marketplace

Choose **Marketplace** to open the OutSmart Marketplace.
{% endstep %}

{% step %}

### Find the right Power-Up

Use the search function to find the Power-Up you want.

Then click **View Details**.
{% endstep %}

{% step %}

### Start the trial

Read the Power-Up information.

Then click **Try out a free trial**.
{% endstep %}

{% step %}

### Accept the terms

Accept the **Terms and Conditions**.

You also agree to automatic renewal after the 14-day trial period.
{% endstep %}

{% step %}

### Confirm the trial

Click **Start your trial**.
{% endstep %}
{% endstepper %}

After you start the trial, you receive an email with the financial impact if the trial is extended.

You can cancel the trial at any time during the trial period.

## Frequently asked questions

<details>

<summary>Who can start a trial?</summary>

Only users with **Administrator rights**.

This is usually the account owner.

</details>

<details>

<summary>How long does the trial last?</summary>

Each trial lasts **14 days**.

During that period, you have full access to the feature.

</details>

<details>

<summary>What happens if I do nothing after 14 days?</summary>

The Power-Up automatically converts into a subscription.

This follows your account billing configuration, such as quarterly or yearly.

</details>

## Related topics

* [OutSmart Marketplace](/marketplace-packages-and-power-ups/marketplace.md)
* [Cancel a Power-Up trial](/marketplace-packages-and-power-ups/marketplace/cancel-a-power-up-trial.md)
* [Manage your Power-Ups](/marketplace-packages-and-power-ups/marketplace/manage-your-power-ups.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/start-a-power-up-trial.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.
