> For the complete documentation index, see [llms.txt](https://docs.rhinofcp.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.rhinofcp.com/datasets.md).

# Datasets

- [What is a Dataset?](https://docs.rhinofcp.com/datasets/what-is-a-dataset.md): Explains what a dataset is and its key components.
- [What is a Federated Dataset?](https://docs.rhinofcp.com/datasets/what-is-a-federated-dataset.md): Explains what a Federated Dataset is and its main benefits.
- [Registering, Configuring, and Exporting Datasets](https://docs.rhinofcp.com/datasets/registering-configuring-and-exporting-datasets.md): Explains how to register, configure and export datasets in Rhino FCP.
- [Creating and Exploring Federated Datasets](https://docs.rhinofcp.com/datasets/creating-and-exploring-federated-datasets.md)
- [Sensitive Datasets](https://docs.rhinofcp.com/datasets/sensitive-datasets.md): Importing, Reviewing, Viewing, and De-Identifying Sensitive Datasets
- [Dataset De-identification](https://docs.rhinofcp.com/datasets/dataset-de-identification.md): On overview for dataset de-identification.
- [Publishing and Unpublishing Datasets](https://docs.rhinofcp.com/datasets/publishing-and-unpublishing-datasets.md): How to share (publishing) and stop sharing (unpublishing) with collaborators.
- [Removing a Dataset Version](https://docs.rhinofcp.com/datasets/removing-a-dataset-version.md): How to remove a dataset version
- [Working with Dataset Analytics](https://docs.rhinofcp.com/datasets/working-with-dataset-analytics.md)
- [Viewing and/or Annotating Datasets and Dataset Images](https://docs.rhinofcp.com/datasets/viewing-and-or-annotating-datasets-and-dataset-images.md): Explains how to view and/or annotate a dataset's tabular data and image data.
- [Example 1: Defining a Dataset with DICOM Data](https://docs.rhinofcp.com/datasets/example-1-defining-a-dataset-with-dicom-data.md): Explains how to define a dataset with DICOM Data.
- [Example 2: Defining a Dataset with File Data](https://docs.rhinofcp.com/datasets/example-2-defining-a-dataset-with-file-data.md): Defining a dataset with file data.


---

# 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.rhinofcp.com/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.
