> 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.md).

# Marketplace

## What is the OutSmart Marketplace?

The Marketplace shows premium features, products, and services you can add directly.

Power-Ups are separate add-ons for your account.

In the Marketplace, you can:

* browse Power-Ups and open their details
* start a free **14-day** trial
* manage active Power-Ups
* cancel an active trial

## How the Marketplace organizes features

The Marketplace groups features by category.

Common categories include:

* **User** — features activated per user
* **Company** — features activated for the whole company
* **Integration** — features that unlock or support connected systems

{% hint style="info" %}
Add a screenshot here of the Marketplace home page with the Power-Up catalog.
{% endhint %}

## Open the Marketplace

{% stepper %}
{% step %}

### Log in to your account

Open OutSmart and sign in to your account.
{% endstep %}

{% step %}

### Open your profile menu

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

{% step %}

### Choose Marketplace

Select **Marketplace** in the menu.
{% endstep %}

{% step %}

### Browse the catalog

You are now in the Marketplace.

Here, you can browse all available products and Power-Ups.
{% endstep %}
{% endstepper %}

## Frequently asked questions

<details>

<summary>What is a Power-Up?</summary>

A Power-Up is a premium feature that is not included in your current package or tier by default.

You can try a Power-Up through a trial first. This lets you test the feature before starting a subscription.

</details>

<details>

<summary>Is there a limit to the number of Power-Ups I can add?</summary>

No. There is no limit.

In some cases, a higher package is more cost-effective.

If you are unsure which option fits best, contact OutSmart.

</details>

<details>

<summary>I am not yet a customer and I am testing OutSmart. Do I have access to the Marketplace?</summary>

No. During an OutSmart trial, you do not have access to the Marketplace.

During that trial, you can still use all OutSmart functionality without limitations.

</details>

<details>

<summary>How many days can I try a Power-Up?</summary>

Each Power-Up trial lasts **14 days**.

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

</details>

<details>

<summary>What happens after the 14-day trial ends?</summary>

After 14 days, the trial automatically converts into a subscription.

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

</details>

<details>

<summary>How do I open the OutSmart Marketplace?</summary>

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

Then choose **Marketplace** and browse the available products.

</details>

<details>

<summary>I cannot start a trial in the Marketplace. Why?</summary>

You do not have the required permissions.

Only users with the **Administrator** role can start a trial.

This is usually the account owner.

</details>

<details>

<summary>What happens when I start a Power-Up trial?</summary>

After the trial starts, the account owner receives a confirmation email with the terms.

One day before the trial ends, another notification is sent. It confirms that the purchase will be processed if you do not cancel.

</details>

<details>

<summary>I want to cancel my Power-Up trial during the trial period. What are my options?</summary>

Open the **OutSmart Marketplace** and review your active trials.

Then open the details of your Power-Up.

You can cancel immediately. You can also let the trial run until the end date without renewal.

</details>

<details>

<summary>I forgot to cancel my trial in time. What now?</summary>

The Power-Up has already been billed.

You can still cancel the Power-Up, but the invoice must be paid.

The Power-Up stays active until the end of the billed period.

</details>

<details>

<summary>Can I also try products other than Power-Ups through the Marketplace?</summary>

New products and services are added continuously.

At this time, the Marketplace supports trials for **Power-Ups**, integrations, and specific forms.

</details>

<details>

<summary>Can I try a different tier or package?</summary>

No. You cannot try a different tier.

You can test specific features from other tiers through Power-Ups.

</details>

<details>

<summary>Which actions can I perform in the Marketplace?</summary>

You can discover, try, and manage premium features.

You can also review active Power-Ups and ongoing trials.

</details>

<details>

<summary>Which Power-Ups can I try?</summary>

You only see Power-Ups that are compatible with your current tier.

You cannot try premium features that depend on functionality unavailable in your current tier.

</details>

## Related topics

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