> For the complete documentation index, see [llms.txt](https://docs.fleaflet.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.fleaflet.dev/tile-servers/using-thunderforest.md).

# Using Thunderforest

{% hint style="info" %}
'flutter\_map' is in no way associated or related with Thunderforest (or Gravitystorm Limited).

Thunderstorm's home page: [thunderforest.com](https://www.thunderforest.com)\
Thunderstorm's pricing page: [thunderforest.com/pricing](https://www.thunderforest.com/pricing)\
Thunderstorm's documentation page: [thunderforest.com/docs/map-tiles-api](https://www.thunderforest.com/docs/map-tiles-api)
{% endhint %}

Thunderforest is a popular tiered-payment (with free tier) tile provider solution, especially for generic mapping applications. Note that using 'flutter\_map' uses up your 'Map Tiles API' requests.

{% embed url="<https://www.thunderforest.com/tutorials/flutter/>" %}
Visit our documentation over on Thunderforest's site (may be outdated)
{% endembed %}


---

# 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 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.fleaflet.dev/tile-servers/using-thunderforest.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.
