> For the complete documentation index, see [llms.txt](https://docs.civiform.us/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.civiform.us/user-manual/civiform-admin-guide/role-management/manage-trusted-intermediaries.md).

# Manage Trusted Intermediaries

CiviForm Admins are responsible for setting up and managing Trusted Intermediaries. A Trusted Intermediary Group is a Community-Based Organization (CBO) that helps people apply for benefit programs. A Trusted Intermediary is a CBO staff member who interacts with Applicants.

Watch the video or follow the step-by-step guide below.

{% embed url="<https://drive.google.com/file/d/1FZE5Ar9Bc3XvrcQFpceVbxpfFk0RrWOb/view?usp=sharing>" %}

### Create a Trusted Intermediary Group

1. Sign in to CiviForm as a CiviForm Admin.
2. Click **Intermediaries** on the navigation bar.
3. Enter information for the group (**Note**: The group name should be unique).
4. Click **Create**.\
   The new group appears in the list of groups.

**Note**: Once the Trusted Intermediary Group field is set, it cannot be edited.

### Add a Trusted Intermediary to a Trusted Intermediary Group

1. Sign in to CiviForm as a CiviForm Admin.
2. Click **Intermediaries** on the navigation bar and select a Trusted Intermediary Group.
3. Click **Edit**.
4. Enter the work email address of the staff member you wish to add.
5. Click **Add**.\
   The new staff member appears in the list of groups.

### Delete a Trusted Intermediary Group

1. Sign in to CiviForm as a CiviForm Admin.
2. Click **Intermediaries** on the navigation bar.
3. Select a Trusted Intermediary Group and click **Delete**.\
   The group and its associated members are removed from the list of groups.

**Note**: Deleting a group also deletes the group members. However, program applications submitted by the deleted group remain in the system.

### Delete a Trusted Intermediary Group member

1. Sign in to CiviForm as a CiviForm Admin.
2. Click **Intermediaries** on the navigation bar.
3. Select a Trusted Intermediary Group and click **Edit**.
4. Select a Trusted Intermediary and click **Delete**.\
   The Trusted Intermediary is removed from the list of members for the group.

**Note**: Deleting a Trusted Intermediary doesn’t remove the program applications submitted by the group member.


---

# 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.civiform.us/user-manual/civiform-admin-guide/role-management/manage-trusted-intermediaries.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.
