# Introduction

## What is Redivis?

[Redivis](https://redivis.com) is an online data platform for research.&#x20;

Redivis offers data owners – from research centers and institutions to labs and individual investigators – the tools to securely host and distribute data in alignment with [FAIR data practices](https://docs.redivis.com/redivis-for-open-science/fair-data-practices).

Redivis provides researchers the means to easily discover, access, and analyze data in a collaborative and reproducible manner.&#x20;

Whether you are working with terabytes of high-risk data or lightweight public data files, Redivis endeavors to make data-driven research accessible to all.

{% hint style="success" %}
Interested in bringing your organization on to Redivis? [Contact us!](https://forms.monday.com/forms/12417d2dbc78c5358dc9aafcbbccf426)
{% endhint %}

## Who uses Redivis?

[Research institutions](https://docs.redivis.com/reference/institutions) provide a unified discovery and administrative layer for their organizations' data across Redivis.

[Research organizations](https://docs.redivis.com/reference/organizations) upload, catalogue, and grant access to datasets.

[Researchers](https://docs.redivis.com/reference/your-account) upload their own datasets, discover existing data, and execute flexible, high-performance analytic workflows in a collaborative and reproducible manner.

## How to use Redivis?

You can browse all institutions, organizations, datasets, and workflows on Redivis on the [Explore page](https://redivis.com/explore).&#x20;

When you're ready to start working with data you can check out the [Getting started guide](https://docs.redivis.com/guides/getting-started).&#x20;

Redivis makes it easy for anyone to:

* [Discover datasets](https://docs.redivis.com/guides/getting-started)
* [Apply for access](https://docs.redivis.com/guides/discover-and-access-data/apply-to-access-restricted-data)
* [Query large datasets](https://docs.redivis.com/guides/analyze-data-in-a-workflow/reshape-data-in-transforms)
* [Analyze data](https://docs.redivis.com/reference/workflows/notebooks)
* [Collaborate](https://docs.redivis.com/reference/your-account/studies)
* [Host, brand, and distribute data within an organization](https://docs.redivis.com/guides/administer-an-organization)
* [Version & document datasets](https://docs.redivis.com/reference/datasets/versions)
* [Integrate with existing data pipelines](https://docs.redivis.com/reference/tables/exporting-tables)

## Using this documentation

This documentation is broken up into **Guides** and **Reference** sections.&#x20;

We recommend that new users begin by following the relevant guides, while the reference section can serve as a comprehensive overview of everything that Redivis can do.

Certain users may want to dive into the more technical [API documentation](https://app.gitbook.com/s/GCgH8jTSmY8Vgwceiri5/) for interfacing with Redivis via R, Python, Javascript, and the HTTP REST API.

You can ask any questions directly to the built-in AI assistant. Access this by clicking the AI icon in the top right corner of any page or pressing ⌘I.&#x20;


---

# 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/introduction.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.
