# FAIR data practices

Redivis is built on [FAIR](https://www.nature.com/articles/sdata201618#Sec6) data principles to support data discovery and reusability at all levels. Data practices adhering to these principles emphasize data that is:

[**F**indable](#findability)

[**A**ccessible](#accessibility)

[**I**nteroperable](#interoperability)

[**R**eusable](#reusability)

## Findable

> Data is findable when (1) data and metadata are assigned a globally unique and persistent identifier, (2) data are described with rich metadata, (3) metadata clearly and explicitly include the identifier of the data it describes, and data and (4) metadata and data are registered or indexed in a searchable resource.

At Redivis:

* [DOIs](/reference/organizations/settings/advanced-doi-configuration.md) can be issued for datasets, facilitating authoritative citation and attribution.
* All datasets have a [Provenance](/reference/datasets/overview.md) section of documentation which auto-populates with administrator actions and allows for additional linking to other artifacts that were part of the dataset creation process.
* Redivis has comprehensive search tools that index all aspects of a [dataset](/reference/datasets.md) including the [metadata](/reference/datasets/create-and-edit-datasets/populate-metadata.md), [documentation](/reference/datasets/overview.md), variable names and variable documentation.

## Accessible

> Data is accessible when: (1) data and metadata are retrievable by their identifier using a standardized communications protocol, (2) the protocol is open, free, and universally implementable, (3) the protocol allows for an authentication and authorization procedure, where necessary, (4) metadata are accessible, even when the data are no longer available.

At Redivis:

* Data can be explored through any web browser.
* Public data and analyses can be explored without an [account](/reference/your-account.md).
* Researcher accounts to apply for data access or do analyses are always free.
* Researcher accounts can be linked to [institutional login credentials](/reference/your-account/managing-logins.md).

## Interoperable

> Data is interoperable when: (1) data and metadata use a formal, accessible, shared, and broadly applicable language for knowledge representation, (2) data and metadata use vocabularies that follow FAIR principles, (3) data and metadata include qualified references to other data and metadata.

At Redivis:

* Robust [APIs](/api/master.md) support interoperability with other tools.
* [Analysis tools](/reference/workflows.md) use common languages such as SQL, Python, R, Stata, and SAS.
* Data and metadata are available for [download](/reference/tables/exporting-tables.md) in multiple common formats.

## Reusable

> Data is reusable when: (1) data and metadata are richly described with a plurality of accurate and relevant attributes, (2) data and metadata are released with a clear and accessible data usage license, (3) data and metadata are associated with detailed provenance, and (4) data and metadata meet domain-relevant community standards

At Redivis:

* Datasets are automatically [version](/reference/datasets/versions.md)[ controlled](/reference/datasets/versions.md).
* Many dataset, table, and variable metadata fields are automatically populated based on user action, with the ability to be manually adjusted.
* All datasets have a Usage tab with information on how it has been viewed and used across Redivis
* Redivis cloud-based analysis tools encourage data users to do analysis along the data rather than downloading it and breaking linkages.
* [Workflows](/reference/workflows.md) containing analyses are self-documenting and capture the full analysis pipeline.
* Anyone can [fork](/reference/workflows/overview.md#fork-the-project) a workflow they have access to in order to continue an analysis.[<br>](https://redivis.com/for-researchers)


---

# 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/redivis-for-open-science/fair-data-practices.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.
