# Credits

Thanks to everyone who has contributed to flutter\_map in anyway, you've helped make it the most popular non-commercially owned mapping solution for Flutter. As well as those that have contributed directly to the code, this includes everyone on the Discord server, everyone who's following the progress, and everyone that's participating in discussions and issues.

If you want to contribute to the codebase, please visit the [contributing](https://docs.fleaflet.dev/v4/contributing "mention") instructions. We'd love to have your input!

In particular, thanks go to:

* John P Ryan - the founder of this project
* All the current maintainers:
  * @ibrierley
  * @JaffaKetchup
  * @mootw (previously @MooNag)
  * @TesteurManiak
* All the previous maintainers:
  * @kengu
  * @maRci002
* The original authors of this documentation:
  * @JaffaKetchup
  * @themisir
  * @comatory
* Notable contributors:
  * @rorystepenson
  * @ignatz
* Anyone who has made plugins for flutter\_map, see the [list](https://docs.fleaflet.dev/v4/plugins/list "mention")


---

# 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.fleaflet.dev/v4/credits.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.
