# No-Code Development

This section explores the development of a [Construct 3 Game editor](https://www.construct.net/) addon that **facilitates no-code, cross-platform client application development for games** built on Race Protocol. By leveraging the capabilities of [Construct 3](https://www.construct.net/) and integrating with the [Race JS SDK](/race-protocol/race-protocol/developer-tools/race-js-sdk.md), the addon aims to simplify the process of building web3 games and make them accessible to a wider audience of game creators.

{% content-ref url="/pages/cLB4aVlUqLX1MZlxiSlK" %}
[Brainstorming](/race-protocol/race-research/no-code-development/brainstorming.md)
{% endcontent-ref %}

{% content-ref url="/pages/MoEY6BrjoAPor87nShOd" %}
[Implementation Approach](/race-protocol/race-research/no-code-development/implementation-approach.md)
{% endcontent-ref %}

{% content-ref url="/pages/XMqo9twwVlRZX5sKBFgn" %}
[Project Status](/race-protocol/race-research/no-code-development/project-status.md)
{% endcontent-ref %}


---

# 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://team-race.gitbook.io/race-protocol/race-research/no-code-development.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.
