> For the complete documentation index, see [llms.txt](https://docs.modr8.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.modr8.net/features/actions/using-the-marketplace.md).

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