# CAB Administration Guide

If you are a **CAB Admin**, you have permission to create a new group.

<figure><img src="/files/BZRvAEAKOFwvk1eBFp3Z" alt=""><figcaption></figcaption></figure>

***

### CAB Administration Guide

#### Creating a Group

If you are a **CAB Admin**, you have permission to create a new group.

* Click **“+ New Group”**
* Define the group’s purpose (e.g., Technical, Ethics, Economics)
* Add initial members and assign roles

***

### Roles within the CAB Structure

#### 1. CAB Super Admin

* Oversees the entire CAB system
* Can initiate voting on any SIP
* Can close voting once complete
* Responsible for final output (CSV + Markdown)

#### 2. CAB Group Admin

* Manages a specific CAB group
* Adds/removes members
* Organizes group participation
* Ensures members are ready for voting

#### 3. CAB Group Member

* Participates in SIP review
* Casts votes when voting is active
* Receives notifications and updates

***

### SIP Voting Process

1. **SIP Ready for Review**
   * A SIP reaches the CAB voting stage
2. **Vote Initiated**
   * A **Super Admin** initiates voting from the SIP ID page
3. **Notifications Sent**
   * Members are notified via **NOVA AI** (if configured)
   * Includes direct link to the SIP ID page
4. **Voting**
   * Members cast votes directly on the SIP page
5. **Vote Completion**
   * Once all members have voted, a **Super Admin** closes voting
6. **Results Generated**
   * Votes are automatically tallied
   * Two files are created:
     * CSV (raw data)
     * Markdown (formatted summary)
7. **Publishing**
   * Files can be uploaded to GitHub or attached to the SIP


---

# 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://docs.zeroauthority.xyz/governance/sip-tracker/cab-administration-guide.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.
