> 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/use-cases/offering-incentives-for-urgent-oxygen-tank-deliver.md).

# Offering Incentives for Urgent Oxygen Tank Deliver

**Description:** In the midst of the COVID-19 pandemic, quarantine measures have separated families, leaving some individuals in urgent need of support. Tom finds himself in a challenging situation as he lives far away from his family, and one of his relatives has contracted COVID-19 and urgently requires an oxygen tank. Due to travel restrictions, Tom cannot return home to receive the oxygen tank in person. In this critical moment, he turns to MissionMap for assistance, and he is willing to offer incentives to motivate users to help.

Scenario:

1. Tom logs into the MissionMap platform and creates a mission titled "Urgent Oxygen Tank Delivery Needed - Reward Available."
2. In the mission details, he explains the situation, providing the location of his relative and the requirement for an oxygen tank. He also offers a monetary reward as an incentive for anyone willing to assist in delivering the oxygen tank.
3. Tom sets the mission to the appropriate location, making it visible to users in the nearby area.
4. Users on the MissionMap platform, who are willing and able to help and are attracted by the offered reward, notice the mission and express their willingness to participate.
5. A local user who resides near Tom's relative accepts the mission and reaches out to coordinate the delivery of the oxygen tank, motivated by the promised reward.
6. Tom and the assisting user communicate through the secure messaging feature on MissionMap to finalize the delivery details, ensuring everything is in order.
7. The assisting user procures the oxygen tank and delivers it safely to Tom's relative, making sure to follow all necessary precautions to avoid any health risks.
8. Once the mission is successfully completed, Tom fulfills his commitment and provides the agreed-upon reward to the assisting user, expressing his gratitude for their invaluable help.

**Note:** MissionMap's location-based platform not only facilitates community members to connect and provide support during challenging times but also allows users like Tom to offer incentives as a form of appreciation for assistance. In this case, MissionMap plays a crucial role in helping Tom find a local user willing to deliver the much-needed oxygen tank to his quarantined family member while highlighting the platform's capability to foster acts of kindness and cooperation within the community.


---

# 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/use-cases/offering-incentives-for-urgent-oxygen-tank-deliver.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.
