> For the complete documentation index, see [llms.txt](https://central-docs.mymagic.my/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://central-docs.mymagic.my/for-program-owner/end-to-end-automation/running-a-program.md).

# Running a program

### **F7 Form**

Programs with a selection of stages like Bootcamps, University Startup Challenge (**USC**), MaGIC Ecosystem Builder Programs (**MEBP**), ACE MyStartupHub (**MSH**) & Global Market-Fit Program (**GMP**) and etc, can make use of **F7 Form** for the entire process.

{% hint style="info" %}
F7 is a Google form like CENTRAL module. Developers can create new form quickly in JSON language at a turnaround time of about 3 working days.&#x20;

Using F7 has advantages such as, applicants can reuse their company profile in submission. Entire workflow from application stage to KPI reporting stage can be automated and to comply with SOP.
{% endhint %}

![An example of F7 form](/files/-MU6TTJ-0yHvzuf_QGGx)

{% content-ref url="/pages/-MSzrWetgzgvNvOEEqp4" %}
[F7 Form](/by-modules/f7-form.md)
{% endcontent-ref %}

Accelerators such as Global Accelerator Program (**GAP**) will be using the ATAS module. Please read `Running an accelerator`page for details.

{% content-ref url="/pages/-MSzZAuVbsn8HJeRO-R1" %}
[Running an accelerator](/for-program-owner/end-to-end-automation/running-an-accelerator.md)
{% endcontent-ref %}

### Sync to CENTRAL Event

Data from **F7 Form** sync to **Event** module in CENTRAL for centralized repository and reporting.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://central-docs.mymagic.my/for-program-owner/end-to-end-automation/running-a-program.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
