# Challenge

Challenge is a problem statement database. It also acts as the backend for module 'Activate' which is a MaGIC specific program.

### Open Challenge

Anyone can create and publish a challenge. Challenge will be listed on frontend and for solution provider to submit proposal.

### Manage Challenges

### Create Challenge from Backend

### Link Application Form to it

### MaGIC Activate

Anybody can submit a challenge from frontend. Once approved by admin, it will be listed in the Open Challenge Directory.&#x20;

Magic Activate is a MaGIC owned program that makes use and builds on top of the challenge module. Its frontend portal serves as an entry point for problem statement supplier and problem statement solver to come together and solve a challenge.&#x20;

{% hint style="info" %}
MaGIC Activate module is not open source while challenge  module is.
{% endhint %}

{% content-ref url="/pages/-MSzro4cHIDqfomywIa1" %}
[Activate](/by-modules/magic-activate.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://central-docs.mymagic.my/by-modules/challenge.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.
