> For the complete documentation index, see [llms.txt](https://docs.missionmap.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.missionmap.io/introduction.md).

# Introduction

- [Introduction](https://docs.missionmap.io/introduction/introduction.md)
- [Use Cases](https://docs.missionmap.io/introduction/use-cases.md)
- [Community Building](https://docs.missionmap.io/introduction/use-cases/community-building.md)
- [Real Estate Lead Generation](https://docs.missionmap.io/introduction/use-cases/real-estate-lead-generation.md)
- [Store Audits](https://docs.missionmap.io/introduction/use-cases/store-audits.md)
- [Engaging Community for a Store Grand Opening](https://docs.missionmap.io/introduction/use-cases/engaging-community-for-a-store-grand-opening.md)
- [Academic Research and Data Collection](https://docs.missionmap.io/introduction/use-cases/academic-research-and-data-collection.md)
- [Educational Gamification](https://docs.missionmap.io/introduction/use-cases/educational-gamification.md)
- [Urban Planning and Infrastructure Development](https://docs.missionmap.io/introduction/use-cases/urban-planning-and-infrastructure-development.md)
- [Find a Local Tour Guide](https://docs.missionmap.io/introduction/use-cases/find-a-local-tour-guide.md)
- [Offering Incentives for Urgent Oxygen Tank Deliver](https://docs.missionmap.io/introduction/use-cases/offering-incentives-for-urgent-oxygen-tank-deliver.md)
- [Vision and Mission](https://docs.missionmap.io/introduction/vision-and-mission.md)
- [Problem Statement](https://docs.missionmap.io/introduction/problem-statement.md)
- [Solution Overview](https://docs.missionmap.io/introduction/solution-overview.md)
- [Leveraging for Three Key Activities](https://docs.missionmap.io/introduction/leveraging-for-three-key-activities.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 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, and the optional `goal` query parameter:

```
GET https://docs.missionmap.io/introduction.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
