> For the complete documentation index, see [llms.txt](https://docs.redivis.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.redivis.com/guides/administer-an-organization/example-tasks/emailing-subsets-of-members.md).

# Emailing subsets of members

Redivis has some built-in methods for helping you find and manage all of your organization's members, workflows, datasets, and access systems that you can use to ease your workflows.

In this example we will imagine that we need to get in touch with everyone working with a specific dataset.

{% embed url="<https://youtu.be/Mfv1z8TQXSA>" %}

## 1. Locate the dataset in the administrator panel

We can go to the **Datasets** tab of the panel and search or filter to locate our dataset.

<div data-with-frame="true"><img src="/files/f9n8MHG9IgrmHjytfWMI" alt=""></div>

## 2. Find relevant workflows

We can right click on this dataset and hover on **View related** to see all of the options relating to this dataset. In this case we want to see all workflows that have used this dataset.

<div data-with-frame="true"><img src="/files/fB2qWWNoHaaUNHQNEyrf" alt=""></div>

Clicking this option navigates us to the Workflows tab, with a filter active for this dataset. This list is showing all workflows that contain this dataset.

## 3. See related members

Click the Select all checkbox to select all of these datasets. With these selected we can right click on any of them (or click the Actions button that appears in the top right) to **View related** activity.

<div data-with-frame="true"><img src="/files/W4bWEujgTjyWP6FepeM8" alt=""></div>

In this menu we should select **Members in workflows**. This will navigate us to the **Members** tab filtered by all members who are owners or collaborators on the workflows we had selected.

## 4. Show emails

Now that we have narrowed it down to the members we are interested in, we can right click on the header (or the options menu in the top right of the list) to edit the columns shown. In this menu we can add the **Contact email** column.

<div data-with-frame="true"><img src="/files/MvAQjOziEXJp5B9flCgn" alt=""></div>

The quickest way to get this information out of Redivis is to go back to that same menu and click **Download CSV** to begin downloading a CSV of the list we are looking at exactly as you've configured it (all columns, filters, and sorting will be preserved).

<div data-with-frame="true"><img src="/files/5WogJVaS8Vm77LbSpOl6" alt=""></div>

## Next steps

We can use these similar steps to view:

* Queries run on a specific set of datasets
* Exports made from a workflow
* Requirements a member has filled out


---

# 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.redivis.com/guides/administer-an-organization/example-tasks/emailing-subsets-of-members.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.
