# Exporting Point Classifications & Results

**How do I download my project data?**

Data can be exported as a .csv file using the red "Export Point Summary” and "Export Point Classifications" on the top right of the Dashboard tab.&#x20;

"Point Summary” is the full dataset summarised by photo: for every enabled photograph in the dataset, % cover of all the benthic labels in your Labelset are listed in wide format, with each row representing one photo. Other columns which have the details of where the photo came from (date, site etc).&#x20;

“Point Classifications” shows the data point by point: with every single annotation points in the dataset represented by a rows of data. Each row has the label assigned by the machine (“point\_machine\_classification” e.g. “TURF”), there’s also a column for the human annotation (if it had one), and the other rows have the details of which photo it comes from, where on the photo (x,y coordinates), and the size of the photo, date, time location of the survey.


---

# 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.reefcloud.ai/frequently-asked-questions/project-data-portal-dashboard/exporting-point-classifications-and-results.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.
