# Datasets

Datasets are a core component of Redivis. Datasets can contain various metadata and documentation, as well as data stored as tables and/or files.

All datasets have their own persistent URL and are [uploaded](/guides/create-and-manage-datasets/create-and-populate-a-dataset.md) by either a user or an organization. Datasets can be added to [workflows](/reference/workflows.md) to analyze their data contents and combine it with other datasets across Redivis. Some components of a dataset may not be available to you until you are [granted access](/reference/data-access/access-levels.md). In order to see the existence of a dataset, you must at least have [overview access](/reference/data-access/access-levels.md#overview-access).

You can [create your own datasets](/guides/create-and-manage-datasets/create-and-populate-a-dataset.md) to use in your workflows and share with colleagues, or create  datasets within any organization that you administer.

![](/files/FKFnTUNPfpSOQMAHPk3J)

{% hint style="info" %}
New to Redivis? Learn more in our [Create & manage datasets](/guides/create-and-manage-datasets.md) guide.
{% endhint %}


---

# Agent Instructions: 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:

```
GET https://docs.redivis.com/reference/datasets.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
