# ReefCloud Help Documentation

## ReefCloud Help Documentation

- [Welcome to ReefCloud](https://docs.reefcloud.ai/master.md)
- [ReefCloud - Features Overview](https://docs.reefcloud.ai/untitled.md): Quick visual guide on the main features of ReefCloud
- [Contact Us](https://docs.reefcloud.ai/contact-us.md)
- [Terms of Service](https://docs.reefcloud.ai/terms-of-service.md)
- [Sign up](https://docs.reefcloud.ai/get-started/sign-up.md)
- [Set up your project](https://docs.reefcloud.ai/get-started/set-up-your-project.md)
- [Add users to your project](https://docs.reefcloud.ai/get-started/add-users-to-your-project.md): Guide to using the "Users" page
- [Configure your surveys](https://docs.reefcloud.ai/collect/configure-your-surveys.md): Guide to using the "Sites" page to add and manage sites
- [Upload images](https://docs.reefcloud.ai/collect/upload-images.md): Guide to using the "Surveys" page
- [Review your images](https://docs.reefcloud.ai/collect/review-your-images.md): Guide to using the "Image Library" page
- [Train automated image analysis](https://docs.reefcloud.ai/train-and-validate-ai/train-automated-image-analysis.md): Guide to using the "Classify Images" page
- [Quality control](https://docs.reefcloud.ai/train-and-validate-ai/quality-control.md): A guide to using the "QC" tool in the Classifier
- [Label set editing and mapping](https://docs.reefcloud.ai/train-and-validate-ai/label-set-editing-and-mapping.md): Guide to using the "Label Sets" page
- [Tag management](https://docs.reefcloud.ai/train-and-validate-ai/tag-management.md): Guide to using the "Tags" page
- [Validating the AI model](https://docs.reefcloud.ai/train-and-validate-ai/validated-ai-results.md): Guide to using the model "Report" page
- [View your project summary](https://docs.reefcloud.ai/get-results/untitled.md): Guide to using the "Dashboard" page
- [Export your data](https://docs.reefcloud.ai/get-results/export-your-results.md): Guide to downloading your ReefCloud data for analysis and reporting.
- [Public Dashboard](https://docs.reefcloud.ai/get-results/public-dashboard.md): An introduction to the Public Dashboard where summarised data is presented.
- [Data Collection](https://docs.reefcloud.ai/frequently-asked-questions/data-collection.md): Sampling approaches, camera settings and tips for in-the-field collection of photographic data to be used in ReefCloud
- [Data Integration with Other Platforms](https://docs.reefcloud.ai/frequently-asked-questions/data-collection/data-integration-with-other-platforms.md)
- [Creating a Project](https://docs.reefcloud.ai/frequently-asked-questions/creating-a-project.md)
- [Global Label Set Mapping](https://docs.reefcloud.ai/frequently-asked-questions/creating-a-project/global-label-set-mapping.md)
- [Annotating Photo Data](https://docs.reefcloud.ai/frequently-asked-questions/annotating-photo-data.md)
- [Machine Learning](https://docs.reefcloud.ai/frequently-asked-questions/annotating-photo-data/machine-learning.md): A dive into Machine Learning algorithms and Artificial Intelligence systems
- [Project Data Portal Dashboard](https://docs.reefcloud.ai/frequently-asked-questions/project-data-portal-dashboard.md)
- [Exporting Point Classifications & Results](https://docs.reefcloud.ai/frequently-asked-questions/project-data-portal-dashboard/exporting-point-classifications-and-results.md)
- [Privacy, Data Sharing and Permissions](https://docs.reefcloud.ai/frequently-asked-questions/privacy-data-sharing-and-permissions.md): Wait! What are ReefCloud doing with my data?
- [How do I cite ReefCloud?](https://docs.reefcloud.ai/frequently-asked-questions/how-do-i-cite-reefcloud.md): Citation guidelines
- [Glossary](https://docs.reefcloud.ai/appendix/glossary.md): Definitions of common terms used in ReefCloud and associated documents
- [Coming Soon](https://docs.reefcloud.ai/appendix/coming-soon.md): You've sent through great feedback and we've heard you! Here are some of the features in development and on the top of our "to-do" list.

## ReefCloud Changelog

- [ReefCloud Updates](https://docs.reefcloud.ai/reefcloud-changelog/readme.md): We've been busy! Find a full rundown of latest releases, improvements and fixes to ReefCloud


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.reefcloud.ai/master.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.
