# DeFROST Docs

## DeFROST Docs

- [DeFROST Overview](https://docs.defrost.io/master.md): Get a glimpse of how to integrate DeFROST in your website or mobile app.
- [Use Cases](https://docs.defrost.io/introduction/use-cases.md): Here are a few sample cases in which you can use our API to enhance your application.
- [Development Quickstart](https://docs.defrost.io/introduction/development-quickstart.md): Get up and running with our Snow Cover API & Maps and kick-start your DeFROST integration.
- [Maps Overview](https://docs.defrost.io/defrost-maps/maps-overview.md): Integrate snow maps in your web mapping application
- [European Alps Map](https://docs.defrost.io/defrost-maps/european-alps-map.md): Daily updated snow cover map at 20 meters resolution
- [Global Map](https://docs.defrost.io/defrost-maps/global-map.md): Daily updated snow depth map at 375 meters resolution
- [Changelog](https://docs.defrost.io/product-roadmap/changelog.md): Be sure to not miss out on new features and improvements! 🚀
- [Maintenance Schedule](https://docs.defrost.io/product-roadmap/maintenance-schedule.md): We build and ship fast - in an structured way. Find our maintenance timetable below.
- [Sources & References](https://docs.defrost.io/sources-and-references.md): Backed by a wide range of satellite & weather data, as well as powerful open source code


---

# 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.defrost.io/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.
