> 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/by-modules/six/six-for-program-owner.md).

# SIX for Program owner

### Backend

MaGIC's Social innovation Exchange used `SIX` module as backend and its management interface can be accessible thru:

`Backend` -> `Service` -> `Social Impact Exchange` -> `Manage Project`

![Manage SIX](/files/-MboeSZbPmCLHVho51km)

### Workflow for SIX (Problem Statement)

As an admin, you can perform the following workflow action onto a project submission by the problem statement owner.

1. `new` - In draft mode, the applicant has not yet submitted. Submission is editable by the application at this stage.&#x20;
2. `processing` - Processing by admin. Admin can post messages to the applicant for amendment. Submission is editable by the application at this stage. After being amended, applicants can resubmit and have their status reset back to stage 2.&#x20;
3. `approved` &#x20;
   1. Application approved by admin.
   2. Auto-create participation form (F7) to take in solution provider submission for this project.
   3. The project is accessible in the frontend (SIX website).
4. `reject`- To mark this project as permanently rejected by Admin.&#x20;

### Workflow for Solution Provider

The entire workflow is handled by F7 Stage:

1. `Submitted` - Submitted new application(project)

The application can only be sent out once, Only one application to each project is allowed.

A copy of the form will be received by the project owner in their CPanel page.

The application form will only be available during the duration of date open (start date of the project) until the default duration of 2 years.&#x20;

### F7 Form Solution Provider Submission

You can manage all submissions of a particular challenge by viewing the challenge.&#x20;

Click link under `Applicaiton` form and you will be brought to the F7 form page in the backend.

![The project detail page with the list of corporated who fill the form list](/files/-MdqwLbcGJHABD1z-D7O)

All submissions ( `submitted`  ) can be found here. Click into each of them, to view and to update its workflow stage.

In each submission detail, would be the form copy and details of the form submission.

![The details of the form by corporate](/files/-MdqwmMSg3tC4YEJeL5s)

The admin can view the copy of f7 form filled by the corporate at the project page on the six website.


---

# 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/by-modules/six/six-for-program-owner.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.
