> 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/reference/organizations/administrator-panel.md).

# Administrator panel

Your organization's administrator panel is where you can upload and publish datasets, manage members, set and manage access controls, and monitor usage. You can navigate to the administrator panel by clicking the button to the right of your organization's name.

You must be an administrator of an organization to see the admin panel. If you are not yet an administrator, you will need to ask an existing administrator to [add you](/reference/organizations/settings.md#manage-administrators).

For new administrators, consider reading the [Setting up an organization guide](/guides/administer-an-organization.md) before you get started.

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

## Dashboard

This is your overview for insight into your organization.

<div data-with-frame="true"><figure><img src="/files/NDZygOq5SxTpu8XCj8F6" alt=""><figcaption></figcaption></figure></div>

By default you will land on this page when arriving at your administrator panel. You can change the time period displayed across the sections in the dropdown located in the upper right corner of this page.

**Organization to-do's**

This section will help you get started with a new organization with helpful links to pending items. Use this as a guide to setting up your organization!

**Metrics**

See how your organization growth over time by noting the change in counts and activity. Note that the activity period is also defined by the time frame you've set for this page. Each count in the second section reflects the activity over the previous number of days in your time period.

**Graphs**

See at a glance which of your members and datasets are the most active in your time period, and how the active members and usage events have changed during your time period.

## Managing organization content

On the administrator panel, you will have access to lists of various resources:

* Members
* Projects
* Workflows
* Datasets
* Permission Groups
* Requirements
* Logs

You can navigate between these lists by clicking on the relevant section of the left navigation bar.

Each of these lists has multiple tools you can use to better understand your organization and navigate to related materials.

### Filtering and ordering lists

You can search your list with any search terms and in addition filter the content down to match related elements. Any filters and searches you have will stack with each other.

You can order any list by a specific column by clicking that column name.

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

### Additional columns

Click the menu button in the top right of the list to see all available columns. You can add and remove columns here to build the list you need.

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

### Item actions and lateral navigation

Clicking on any row in your list opens the item, but maybe you want to take some actions from this screen. You can right click any row to see what actions are available to you.

As you're working, you also might want to navigate to another list to dig deeper. You can right click on any row in the list to see navigation options. For example, with one click you can see all members using your selected dataset in a workflow, or you can see all query logs for this dataset.

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

### Multiple selections

You can select multiple items and either right-click or click the **Actions** button to see the actions and navigation options for this group of items.

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

### Download lists

To download the exact configuration of the list of resources you're looking at as a CSV, click the the option menu at the top of the list and select **Download CSV**.

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


---

# 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/reference/organizations/administrator-panel.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.
