# 3.8 How to export annotations on Get3D Cloud

After the annotation group, click the Export button to export all selected annotations.

**Export formats**

![](https://saas.bk-cdn.com/t/8731847e-01c8-438b-9575-3484e4c58acf/u/83148d6f-a632-424c-b1e3-0cb734324a96/1714439235848/image.png)

**GeoJSON (WGS84):** The file is exported in GeoJSON format. It exports the properties of each of the different types of annotations in the correct units, the tag and description (if exists), the color, creation, and modified date, and whether the annotation is set to visible or not. For each of the annotations, there is a geometry part including the coordinates in WGS84 lat, long, and Z.

**Shapefile (WGS84)：**

The file formats inside a SHP are:

.shp: The main file that stores the feature geometry.

.shx: The index file that stores the index of the feature geometry.

.dbf: The dBASE table that stores the attribute information of features.

.prj: The file that stores the coordinate system information. WGS84 or project coordinate system.

**DXF：**&#x43;AD data format, export file as relative coordinates.

**KML（WGS84：**&#x4B;ML files are mainly for storing, sharing and browsing geospatial data. A KML file usually contains a root element, and a number of sub-elements. These sub-elements may include various attributes of the geospatial data.


---

# 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.get3d.ai/user-help-center/get3d-cloud/detailed-steps/3.8-how-to-export-annotations-on-get3d-cloud.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.
