# Council

## What is a DAO Council? <a href="#what-is-a-dao-council" id="what-is-a-dao-council"></a>

A DAO council is a group of **elected** or **appointed members** who have special privileges and responsibilities within the organization. They often play a crucial role in **governance**, **decision-making**, and **day-to-day operations** of the DAO.

### Adding or Removing Council Members <a href="#adding-council-members" id="adding-council-members"></a>

{% stepper %}
{% step %}

#### Accessing Members

1. Navigate to the Members section of your DAO's interface and browse through the Multi-sig member tab.
2. Ensure you have the necessary permissions to propose new members.
   {% endstep %}

{% step %}

#### Initiating New Member Addition or Initiating Member Removal <a href="#step-2---initiating-new-member-addition" id="step-2---initiating-new-member-addition"></a>

1. Click the **Add/Remove** button in the members panel to start the process of adding a new member or initiating a member removal.
   {% endstep %}

{% step %}

#### Proposing a New Member/ Removal of a Member <a href="#step-3---proposing-a-new-member" id="step-3---proposing-a-new-member"></a>

1. Enter the new member's **wallet address** in the provided form.
2. Click the **Create Proposal** button to create a proposal for adding the new member. *(Via Community or Council vote)*

{% hint style="info" %}
The proposal form **auto-fills** with default values through step 1 & 2. You can override these if needed, but it's not required.
{% endhint %}

{% hint style="warning" %}
**Voter Weight**: This determines the new member's voting power within the DAO. A weight of 1 equals one vote. Consider carefully as this affects the balance of power in the DAO
{% endhint %}
{% endstep %}
{% endstepper %}


---

# 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.realms.today/realms-v2/features/council.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.
