> 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/datasets.md).

# Datasets

The [datasets](/reference/datasets.md) section of the organization administrator panel provides a comprehensive list of all your organizations datasets. This includes any unpublished datasets.

You can click the **+ New dataset** button to create a new dataset, or click on any dataset to [edit](/reference/datasets/create-and-edit-datasets.md) that dataset and its [access configuration](/reference/data-access/configuring-access.md).

Learn more about [creating and managing datasets](/guides/create-and-manage-datasets.md).

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

## Featured datasets

Featured datasets will be prominently displayed on the main page of your organization's data portal, and may rank higher in search results. To feature a dataset, right click on that dataset and change its status to featured.

## Dataset labels

You can label your datasets by right clicking on any dataset or selected group of datasets on the Datasets list. You can see existing labels for each dataset by showing the [additional column](/reference/organizations/administrator-panel.md#additional-columns) on the list, or [filter](/reference/organizations/administrator-panel.md#filtering-and-ordering-lists) the list of datasets down to only one matching your selected label.

When creating labels, you can use a colon (e.g., school:medicine, school:business) to group information for [reporting](/reference/organizations/reports.md). When generating a report, the high level grouping before the colon (e.g. school) will be an option for aggregation.

## Bulk management

As your organization creates datasets, you may find it easier to perform certain dataset management operations in bulk. To do so, shift/cmd+click to select multiple datasets in the list, and right click to apply options to all selected datasets.

<div data-with-frame="true"><figure><img src="/files/ZPIKzOAQITfV4MBC1Pr8" alt=""><figcaption></figcaption></figure></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/datasets.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.
