# Guides

- [Getting started](https://docs.redivis.com/guides/getting-started.md)
- [Discover & access data](https://docs.redivis.com/guides/discover-and-access-data.md)
- [Discover datasets](https://docs.redivis.com/guides/discover-and-access-data/discover-datasets.md)
- [Apply to access restricted data](https://docs.redivis.com/guides/discover-and-access-data/apply-to-access-restricted-data.md)
- [Create a study](https://docs.redivis.com/guides/discover-and-access-data/create-a-study.md)
- [Analyze data in a workflow](https://docs.redivis.com/guides/analyze-data-in-a-workflow.md)
- [Reshape data in transforms](https://docs.redivis.com/guides/analyze-data-in-a-workflow/reshape-data-in-transforms.md)
- [Work with data in notebooks](https://docs.redivis.com/guides/analyze-data-in-a-workflow/work-with-data-in-notebooks.md)
- [Running ML workloads](https://docs.redivis.com/guides/analyze-data-in-a-workflow/running-ml-workloads.md)
- [Example workflows](https://docs.redivis.com/guides/analyze-data-in-a-workflow/example-workflows.md)
- [Analyzing large tabular data](https://docs.redivis.com/guides/analyze-data-in-a-workflow/example-workflows/analyzing-large-tabular-data.md)
- [Create an image classification model](https://docs.redivis.com/guides/analyze-data-in-a-workflow/example-workflows/create-an-image-classification-model.md)
- [Fine tuning a Large Language Model (LLM)](https://docs.redivis.com/guides/analyze-data-in-a-workflow/example-workflows/fine-tuning-a-large-language-model-llm.md)
- [No-code visualization](https://docs.redivis.com/guides/analyze-data-in-a-workflow/example-workflows/no-code-visualization.md)
- [Continuous enrollment](https://docs.redivis.com/guides/analyze-data-in-a-workflow/example-workflows/continuous-enrollment.md)
- [Select first/last encounter](https://docs.redivis.com/guides/analyze-data-in-a-workflow/example-workflows/select-first-last-encounter.md)
- [Create & manage datasets](https://docs.redivis.com/guides/create-and-manage-datasets.md)
- [Create and populate a dataset](https://docs.redivis.com/guides/create-and-manage-datasets/create-and-populate-a-dataset.md)
- [Upload tabular data as tables](https://docs.redivis.com/guides/create-and-manage-datasets/upload-tabular-data-as-tables.md)
- [Upload unstructured data as files](https://docs.redivis.com/guides/create-and-manage-datasets/upload-unstructured-data-as-files.md)
- [Cleaning tabular data](https://docs.redivis.com/guides/create-and-manage-datasets/cleaning-tabular-data.md)
- [Administer an organization](https://docs.redivis.com/guides/administer-an-organization.md)
- [Configure access systems](https://docs.redivis.com/guides/administer-an-organization/configure-access-systems.md)
- [Grant access to data](https://docs.redivis.com/guides/administer-an-organization/grant-access-to-data.md)
- [Generate a report](https://docs.redivis.com/guides/administer-an-organization/generate-a-report.md)
- [Example tasks](https://docs.redivis.com/guides/administer-an-organization/example-tasks.md)
- [Emailing subsets of members](https://docs.redivis.com/guides/administer-an-organization/example-tasks/emailing-subsets-of-members.md)
- [Export & publish your work](https://docs.redivis.com/guides/export-and-publish-your-work.md)
- [Export to other environments](https://docs.redivis.com/guides/export-and-publish-your-work/export-to-other-environments.md)
- [Build your own site with Observable](https://docs.redivis.com/guides/export-and-publish-your-work/build-your-own-site-with-observable.md)
- [Video guides](https://docs.redivis.com/guides/video-guides.md)


---

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