> For the complete documentation index, see [llms.txt](https://docs.senpiper.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.senpiper.com/user-management/managing-users/more-actions/downloading-user-lists.md).

# Downloading user lists

The **One Resource** platform gives you the option to download a user list with all of its users and their details as an MS Excel file.&#x20;

To download user lists,

1\.    From the **Studio** dropdown list in the menu bar, click **Manage users**. The **User Lists** screen is displayed.

<figure><img src="/files/NiRbjgBEoLm0UvXorPVZ" alt=""><figcaption><p><em>Download user list option</em></p></figcaption></figure>

2\.  In the left pane, under **User Lists,** select the required user list and then to download the selected user list, in the right pane, on the top right, click <img src="/files/-Mkpk2dS6gIuhUUVOGTC" alt="" data-size="line"> . The **Download Data** screen is displayed.

3\.  From the **Select Fields** dropdown, select the parameters that you want to be displayed in the downloaded MS Excel file.

> As you can see in the above image, we have selected **All fields**. This means all the parameters of the users in the user list will be displayed in the downloaded MS Excel file.

4\.    At the bottom right of the **Download Data** screen, click **Download**. The selected user list is downloaded to your device as an MS Excel file.

<figure><img src="/files/E0uAxozXLR7d36218Wbu" alt=""><figcaption><p><em>Download user list</em></p></figcaption></figure>


---

# 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.senpiper.com/user-management/managing-users/more-actions/downloading-user-lists.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.
