> 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/common/event.md).

# Event

### Manage Event

Most of the activities happened in startup ecosystem can be broken down and categorized as Event. Tracking event allows ecosystem builder to understand the development of the entire ecosystem.

### Search & View Event

### Event Group

Multiple events can be group under 1 Event Group. For example, a 'MaGIC Accelerator Program' is an event group with the following events:

* MaGIC Accelerator Program 2015
* MaGIC Accelerator Program 2016
* MaGIC Accelerator Program 2017

### Create Event

### Update Event

### Event Owners

### Event Registrations

Event registration keeps track of individuals who participated in an event.

These data can be sync thru modules like `Eventbrite` and `Bizzabo`. It can also be manually bulk loaded using spreadsheet. (todo: attach link of the spreadsheet template here).

#### Manually a**dd Events Attendance (Individual Participants)**

### Event Organisations

Event Organization keeps track of companies/organizations who participated in an event. For examples, an event would be organised by `MaGIC` and `Ministry of Technology`, sponsored by `Google` and `Facebook`, with judges came from `Multimedia University` and `Startup Melaka`.

#### Manually a**dd Events Attendance (Organisation Participants)**

### Surveys

When enabled, CENTRAL automatically email survey link to attended participants a day after the event ended.&#x20;

* Event has to be active and not cancel
* Setting `event-sendPostSurveyEmail` must be turned on
* Hourly cron job is set to trigger the command `php yiic emailSurveyAfterEvent oneDayAfter`
* Respective F7 form must exist

### Sync from Eventbrite

### Link with Resource


---

# 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/common/event.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.
