# Earthscale

## Earthscale Production

- [Welcome](https://docs.earthscale.ai/earthscale-documentation/readme.md)
- [Quickstart](https://docs.earthscale.ai/earthscale-documentation/quickstart.md)
- [Access Your Own Data](https://docs.earthscale.ai/earthscale-documentation/access-your-own-data.md)
- [AWS S3](https://docs.earthscale.ai/earthscale-documentation/access-your-own-data/aws-s3.md)
- [Azure Blob Storage](https://docs.earthscale.ai/earthscale-documentation/access-your-own-data/azure-blob-storage.md)
- [Google Cloud (GCP)](https://docs.earthscale.ai/earthscale-documentation/access-your-own-data/google-cloud-gcp.md)
- [Local File Upload](https://docs.earthscale.ai/earthscale-documentation/access-your-own-data/local-file-upload.md)
- [Google Drive](https://docs.earthscale.ai/earthscale-documentation/access-your-own-data/google-drive.md)
- [Use Earthscale in Your Products](https://docs.earthscale.ai/earthscale-documentation/use-earthscale-in-your-products.md)
- [Supported Dataset Formats](https://docs.earthscale.ai/earthscale-documentation/supported-formats.md)
- [Raster Mosaic and Time Series Support](https://docs.earthscale.ai/earthscale-documentation/advanced-dataset-configuration.md)
- [Integrate with Cecil](https://docs.earthscale.ai/earthscale-documentation/cecil-integration.md)
- [Creating Sentinel-2 Cloud-Free Composites](https://docs.earthscale.ai/tutorials/cloud-free-composites.md)
- [Access Vantor (Maxar) Open Data](https://docs.earthscale.ai/tutorials/access-vantor-maxar-open-data.md): Visualize and download imagery from Maxar Open Data program
- [Get Started with the Python API](https://docs.earthscale.ai/python-api/getting-started.md)
- [Python API Reference](https://docs.earthscale.ai/python-api/python-api-reference.md)
- [EarthscaleClient](https://docs.earthscale.ai/python-api/python-api-reference/client.md)
- [Models](https://docs.earthscale.ai/python-api/python-api-reference/models.md)
- [Exceptions](https://docs.earthscale.ai/python-api/python-api-reference/exceptions.md)
- [Changelog](https://docs.earthscale.ai/python-api/changelog.md)
- [Earthscale HTTP API](https://docs.earthscale.ai/http-api/earthscale-http-api.md)
- [Authentication](https://docs.earthscale.ai/http-api/earthscale-http-api/authentication.md)
- [Dataset Types](https://docs.earthscale.ai/http-api/earthscale-http-api/dataset-types.md)
- [Datasets](https://docs.earthscale.ai/http-api/earthscale-http-api/datasets.md)
- [Models](https://docs.earthscale.ai/http-api/earthscale-http-api/models.md)
- [Fast Tiler HTTP API](https://docs.earthscale.ai/http-api/fast-tiler-http-api.md)
- [Tiles](https://docs.earthscale.ai/http-api/fast-tiler-http-api/tiles.md)
- [Queries](https://docs.earthscale.ai/http-api/fast-tiler-http-api/queries.md)
- [Styles](https://docs.earthscale.ai/http-api/fast-tiler-http-api/styles.md)
- [Models](https://docs.earthscale.ai/http-api/fast-tiler-http-api/models.md)
- [Dynamic Tiler HTTP API](https://docs.earthscale.ai/http-api/dynamic-tiler-http-api.md)
- [Tiles](https://docs.earthscale.ai/http-api/dynamic-tiler-http-api/tiles.md)
- [Queries](https://docs.earthscale.ai/http-api/dynamic-tiler-http-api/queries.md)
- [Styles](https://docs.earthscale.ai/http-api/dynamic-tiler-http-api/styles.md)
- [Models](https://docs.earthscale.ai/http-api/dynamic-tiler-http-api/models.md)
- [Privacy Policy](https://docs.earthscale.ai/trust-and-compliance/privacy.md)
- [Earthscale Architecture Overview](https://docs.earthscale.ai/trust-and-compliance/earthscale-architecture-overview.md)
- [Subprocessors](https://docs.earthscale.ai/trust-and-compliance/subprocessors.md)
- [Data Processing Addendum (DPA)](https://docs.earthscale.ai/trust-and-compliance/dpa.md)
- [Terms of Service](https://docs.earthscale.ai/legal/terms.md)


---

# 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.earthscale.ai/earthscale-documentation/readme.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.
