# Additional Getters for Plugin Properties

The metapro plugin includes several getter expressions that provide access to various configuration properties associated with the current session, project, and services. These getters allow you to retrieve essential information such as IDs, API keys, and service URLs for further use within your Construct 3 project.

* **Get Project ID:** Retrieves the unique project ID associated with the current session.
* **Get Leaderboard ID:** Fetches the leaderboard ID for the current project.
* **Get Leaderboard API Key:** Provides the API key required to access the leaderboard services.
* **Get Users Service API URL:** Returns the URL used to access the user service API.
* **Get Leaderboard API URL:** Retrieves the URL for accessing leaderboard-related services.
* **Get Referral API URL:** Fetches the URL for the referral services API.
* **Get Platform ID:** Provides the platform ID for the project.

These expressions enable seamless integration with the metapro backend, allowing the project to dynamically access configuration data without hardcoding these values.


---

# 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/additional-getters-for-plugin-properties.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.
