# Using The Marketplace

As actions have been very popular we often get asked about creating a set that can be used by anyone as well as showing examples of more complex actions for people to learn from.

We have built the "Action Marketplace" this is a page on our platform which lists popular actions that you can export and import into your own chats.

You can access the [marketplace here](https://platform.modr8.net/member/actions) as well as by clicking the "Action Marketplace" link in the top menu of our website:

<figure><img src="/files/rdLl2ENmk3W7eblXvR6q" alt=""><figcaption><p>The action marketplace can be found in our web menu</p></figcaption></figure>

Each action listed on the marketplace has a brief description outlining its functionality as well as the code you will need to import:

<figure><img src="/files/KAWQuNeJRXgV6qBfoCMO" alt=""><figcaption><p>Example action listed on our marketplace.</p></figcaption></figure>

You can click the "Copy to Clipboard" button and the code will then be available for you to import easily.

If you have any actions you wish to share with the community feel free to drop a message in our Telegram chat and we will be sure to get it added!


---

# 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.modr8.net/features/actions/using-the-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.
