# Conversion Options and Available Formats

By default, direct downloads are COPC point clouds in LAZ format. The default horizontal CRS is an MTM CSRS zone (based on region), and the default vertical datum is CGVD2013.

You can choose different projection options. For example, select a non-CSRS horizontal CRS or a different vertical datum (e.g., CGVD28). When a transformation is required, the tool projects on the fly.

## Point Cloud Format (LAZ/LAS)

* LAZ (compressed) acts as a preference. If no transformation is required, the native COPC (.laz) is delivered.
* LAS (uncompressed) forces a non-compressed output.
* Any reprojection (horizontal and/or vertical) results in a LAS output regardless of the LAZ preference.

## Horizontal and Vertical CRS

* Horizontal and vertical CRS are selected independently.
* The available target CRS lists are limited to the intersection of allowed transformations for the current selection.
* Defaults reflect the source CRS of the selected files; changing them alters the output.


---

# 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.jakarto.com/guide-data-downloader/en/file-download/conversion-options-and-available-formats.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.
