> For the complete documentation index, see [llms.txt](https://docs.sonoransoftware.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sonoransoftware.com/cms/tutorials/rosters/viewing-rosters.md).

# Viewing Rosters

View rosters and sort columns, filter values, search for users, export to CSV, and more!

## Roster Viewing Locations

<details>

<summary>Via Roster Editor</summary>

Under **Admin** > **Rosters** > hover over a roster and select **View** to view the roster directly in the admin panel.

</details>

<details>

<summary>Via Slug</summary>

Under **Admin** > **Rosters** > hover over a roster and select **Edit** to open the roster editor. Select the **Copy** in the **Roster Slug URL** header box to copy a sharable link.

</details>

<details>

<summary>Via Navigation Bar</summary>

Under **Admin** > **Website Builder** > [**Navigation Bar**](/cms/tutorials/community-website/toolbar-customization.md) > Communities can add a new button or dropdown that links to a specific roster. If the roster is restricted to only specific ranks, the navigation button will only be visible to users with one of those ranks.

</details>

## Roster Viewing

<details>

<summary>Sorting</summary>

When viewing a roster you can click on a column's header to sort in ascending or descending order. Or, select the filter icon on applicable columns to only view specific values.

<figure><img src="https://3006847189-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MdBOa9OFjtdqw9FdXli%2Fuploads%2FnSaA8cfZ4cz9phLODAYz%2Fimage.png?alt=media&amp;token=1e926a97-73ad-415e-8fc9-dfa3452b6d53" alt=""><figcaption></figcaption></figure>

</details>

<details>

<summary>Searching Users</summary>

The user search input allows you to search by username, ID, Discord/Roblox identifiers, and more. Select the orange icon to change the search type.

<figure><img src="https://3006847189-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MdBOa9OFjtdqw9FdXli%2Fuploads%2FtFrsDfU7ETgW6cN8FRzO%2Fimage.png?alt=media&amp;token=45df1681-2417-4892-a83e-2366e18e2546" alt=""><figcaption></figcaption></figure>

</details>

<details>

<summary>Export to CSV</summary>

Users with permissions to export the roster to CSV can also click the CSV icon to download the full sheet.

</details>


---

# 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.sonoransoftware.com/cms/tutorials/rosters/viewing-rosters.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.
