# Add Members

Each coalition must have at least one member before it can be marked as complete. Members represent the individuals and organizations that participate in the coalition.

{% hint style="warning" %}
For a group to qualify as a coalition, it must include members from **at least five diverse sectors**. Sectors are defined as areas of the economy in which businesses share the same or a related product or service. See the [SNAP-Ed Toolkit](https://snapedtoolkit.org/) for detailed sector descriptions.
{% endhint %}

{% stepper %}
{% step %}

#### Click Add Member

Click the **Add Member** button to open the member form.
{% endstep %}

{% step %}

#### Enter the member name

Type the member's name in the **Member Name** field.
{% endstep %}

{% step %}

#### Select the sector of influence

Choose the **Sector of Influence** that best describes the member's area of impact from the dropdown.
{% endstep %}

{% step %}

#### Select the entity type

Select the **Entity Type** that describes the member's organization or affiliation.
{% endstep %}

{% step %}

#### Select the site

Choose the **Site** associated with this member from the dropdown.
{% endstep %}

{% step %}

#### Enter the role and resources description

Provide a description of the member's **Role** within the coalition and any **Resources** they contribute.
{% endstep %}

{% step %}

#### Save the member

Click **Save** to add the member to the coalition. Repeat these steps to add additional members as needed.
{% 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://support.pears.io/engage/coalitions/add-members.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.
