> For the complete documentation index, see [llms.txt](https://docs.linuxfoundation.org/lfx/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.linuxfoundation.org/lfx/project-control-center/v2-latest-version/collaborations/committees/adding-members-to-a-committee.md).

# Adding Members to a Committee

After adding the committee, you can assign members who will handle their respective responsibilities. To add a member, follow these steps:

1. You will see a list of all committees on the **Committee Overview** page.
2. Use the search function or scroll to find the specific committee you want to add members to.
3. Click the committee from the list.
4. On the next page, click **+ Add Member**.
5. Search for the member by providing their name or email on the **Add Committee Member** dialog box.
6. On the next page, fill out all the required details and click **Add Member to Committee button.**

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

After adding a first member to a committee, if you want to add another member, you need to click the Committee and then click **Add Member** to add additional members to the committee.

{% hint style="info" %}
Please note that due to privacy reasons, the search function is only available to LF Staff. All other users will only be able to search through other users within their own Organization. If you are not an LF Staff member, you may need to add each committee member manually instead of using the search function to prefill their information.
{% endhint %}

* If a member has a verified LFID,![](https://2145393087-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-M2DCN9UgoRgMEkgnLyP-887967055%2Fuploads%2FCgMWUywNSnZu2WXJIU15%2FVer.png?alt=media\&token=b86725c0-c160-4adf-bb04-a4d2b30f2f30) icon is displayed.
* If a member LFID is pending verification,![](https://2145393087-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-M2DCN9UgoRgMEkgnLyP-887967055%2Fuploads%2FsfkKzsFVoYm4apa92WOU%2FPend.png?alt=media\&token=6d9fef94-7520-4cb7-a77d-d5d9d1d365dc) icon is displayed.
* If a member does not have an LFID,![](https://2145393087-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-M2DCN9UgoRgMEkgnLyP-887967055%2Fuploads%2Fk6fQzmC9qrDP0mjqzGRV%2FInv.png?alt=media\&token=c69de67a-37fc-45b5-904c-25e5eab16ce6) icon is displayed.


---

# 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://docs.linuxfoundation.org/lfx/project-control-center/v2-latest-version/collaborations/committees/adding-members-to-a-committee.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.
