# Construct 3

{% hint style="success" %}
🌟 Stars us on Github: [![GitHub stars](https://img.shields.io/github/stars/Playgama/bridge-construct?style=social)](https://github.com/Playgama/bridge-construct)
{% endhint %}

Construct 3 is a game development platform designed for creating games through a drag-and-drop interface and visual scripting system. It is entirely browser-based, which means no installation is required and you can work from anywhere. Construct 3 is particularly popular among beginners and non-programmers due to its ease of use and rapid prototyping capabilities. It allows for quick iteration and testing, making it ideal for creating games in a fast and efficient manner.


---

# 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://wiki.playgama.com/playgama/sdk/engines/construct-3.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.
