# Organization

### Manage Organizations

Administrator can view both active and deactivated organizations here. Click into each individual record to view the details.

### Search & View Organization

### Create Organization

{% hint style="info" %}
Organization title is unique throughout the system, which means once taken, it is no longer available for others.
{% endhint %}

### Update Organization

{% hint style="info" %}
Some of the detail can be updated by owner of the organization from frontend or member control panel.
{% endhint %}

### Delete Organization

### Merge Duplicate Organization

### Profile Completeness Score

A rating design to check the completeness of organization profile in Central system.

The only mandatory field here is Title. Providing more information base on the table below will increase completeness scoring (0-100%).

Each of these fields has a weightage from 1 (less important) to 5 (more important).

| Field                | Weight |
| -------------------- | ------ |
| Title\*              | 5      |
| One liner            | 5      |
| Country              | 5      |
| Logo                 | 4      |
| Website URL          | 4      |
| Public Email Address | 4      |
| Persona              | 4      |
| Industry             | 4      |
| SDGs                 | 4      |
| Year Founded         | 3      |
| Full Address         | 3      |
| Short Description    | 1      |

### Housekeeping

{% hint style="info" %}
This is a developer-admin only function
{% endhint %}


---

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