# Construct 3 - Install plugin

## Step 1. Download addon <a href="#step-1-download-addon" id="step-1-download-addon"></a>

* **Metapro** addon repository can be found here: <https://github.com/Augmented-Life-Studio/matapro-c3-plugin>
* All versions in format .c3addon can be found here: <https://github.com/Augmented-Life-Studio/matapro-c3-plugin/tree/main/builds>

## Step 2. Find the Addon Manager <a href="#step-2-find-the-addon-manager" id="step-2-find-the-addon-manager"></a>

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

## Step 3. Install addon[​](https://docs.gamepush.com/tutorials/c3-add-gamepush/#step-3-install-addon) clicking Install the new addon and choose the already downloaded .c3addon file <a href="#step-3-install-addon" id="step-3-install-addon"></a>

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

## Step 4. Pick insert a new object <a href="#step-4-pick-insert-new-object" id="step-4-pick-insert-new-object"></a>

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

#### Step 5. Find a metapro plugin and add it to the project[​](https://docs.gamepush.com/tutorials/c3-add-gamepush/#step-5-find-gamepush-plugin-and-add-it-to-the-project) <a href="#step-5-find-gamepush-plugin-and-add-it-to-the-project" id="step-5-find-gamepush-plugin-and-add-it-to-the-project"></a>

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

## Step 6. Select the plugin in the list of objects <a href="#step-7-select-the-plugin-in-the-list-of-objects" id="step-7-select-the-plugin-in-the-list-of-objects"></a>

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

## Step 7. Set up the plugin with the required data

Properties description can be found in [Plugin Configuration](/developer-documentation/developer-documentation-for-the-construct-3-plugin/plugin-configuration.md)

<figure><img src="/files/7PrZyM6vOIw3Yj9MDzfG" 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/construct-3-install-plugin.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.
