# Plugin Configuration

In the test environment, you can play around and treat it as a sandbox. Once the project wants to be listed in our ecosystem just fill out the form:&#x20;

#### [https://](https://github.com/CoinSwap-Space/matapro-c3-plugin/tree/main/builds)[forms.clickup.com/26441698/f/t6xz2-11152/384ALI6TOS1JCO0H89](https://forms.clickup.com/26441698/f/t6xz2-11152/384ALI6TOS1JCO0H89)

The Properties Bar is an essential part of the interface. It displays a list of all the plugin settings. The picture below shows the **Properties Bar** required for the initial metapro plugin configuration.

<table data-header-hidden><thead><tr><th width="221"></th><th></th><th></th><th></th></tr></thead><tbody><tr><td><strong>Property name</strong></td><td><strong>Description</strong></td><td><strong>Example</strong> for testnet</td><td><strong>Example</strong> for production</td></tr><tr><td>Project ID</td><td>The unique identifier (UUID) for a project in the metapro system.</td><td>beb3b209-4579-4f21-83cf-b46b8f34ebce</td><td><a href="#https-forms.clickup.com-26441698-f-t6xz2-11152-384ali6tos1jco0h89">Unique per project</a></td></tr><tr><td><a href="/pages/0rUvr0u1dOvyFLnNK5h6">Leaderboard ID</a></td><td>The ID (UUID) of the leaderboard used in the metapro system.</td><td>b47fb9cf-554a-4678-a45a-aaf0e1874450</td><td><a href="#https-forms.clickup.com-26441698-f-t6xz2-11152-384ali6tos1jco0h89">Unique per project</a></td></tr><tr><td><a href="/pages/0rUvr0u1dOvyFLnNK5h6">Leaderboard API Key</a></td><td>The API key is required to access the leaderboard.</td><td>k9No72sm4YVVkOJSK2pBf2BjZsg14p8VJp7RKUOWB1VFCepsySDa</td><td><a href="#https-forms.clickup.com-26441698-f-t6xz2-11152-384ali6tos1jco0h89">Unique per project</a></td></tr><tr><td>Users Service API URL</td><td>The URL of the Users Service API used by the metapro system.</td><td>https://test-api.coinswap.space/users-service</td><td>https://api.metaproprotocol.com/users-service</td></tr><tr><td>Leaderboard API URL</td><td>The URL of the Leaderboard API used in the metapro system.</td><td>https://test-api.metaproprotocol.com/ms/leaderboard</td><td>https://api.metaproprotocol.com/ms/leaderboard</td></tr><tr><td>Referral API URL</td><td>The URL of the referral API used in the metapro system.</td><td>https://test-api.metaproprotocol.com/ms/referrals</td><td>https://api.metaproprotocol.com/ms/referrals</td></tr><tr><td>NFT API URL</td><td>The URL of the NFT API used in the Metapro system.</td><td>https://test-api.metaproprotocol.com/ms/nft</td><td>https://api.metaproprotocol.com/ms/nft</td></tr><tr><td>Platform ID</td><td>The unique identifier (UUID) for a platform in the metapro system.</td><td>8ecbf094-1d30-442d-834b-c75ad63170b8</td><td><a href="#https-forms.clickup.com-26441698-f-t6xz2-11152-384ali6tos1jco0h89">Unique per project</a></td></tr></tbody></table>

## How to set it in Construct?

<figure><img src="/files/ehuBD83MJ8FmGdUCqDzZ" alt=""><figcaption></figcaption></figure>


---

# 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.metaproprotocol.com/developer-documentation/developer-documentation-for-the-construct-3-plugin/plugin-configuration.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.
