> For the complete documentation index, see [llms.txt](https://help.steeple.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.steeple.com/en/administration/gerer-membres-communaute.md).

# How do I manage community members?

## Affected communities

This page concerns **only manual communities**. The main community and dynamic communities work differently: their members are **managed automatically** managed by Steeple. You therefore cannot add or remove a member directly from this page.

* For the **main community**, all organization employees are automatically members.
* For a **dynamic community**, members are automatically selected according to a rule (for example: all employees of a department or a site).

### Access member management

Go to the'**Administration** section **Communities** (`/administration/communities`).

Identify the relevant community and click the **Members** button (users icon). The members page opens and lists all employees who are part of this community.

### Add a member

On the community members page, click the **Add a member** button (user icon with a plus) at the top right.

A selection page opens and displays eligible employees (those who are not yet members of this community). You can search by name or email. Select the employees to add and confirm.

If all employees in the organization are already members of the community, the button is disabled with an explanatory message.

### Remove a member

On the members page, use the remove action on the row of the relevant member.

The employee will be removed from the community but will remain in the organization. They will lose access to posts and content visible only to this community.

### Export members

A **Export** button (export icon) is available on the members page to download the list of community members.


---

# 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://help.steeple.com/en/administration/gerer-membres-communaute.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.
