> For the complete documentation index, see [llms.txt](https://docs.0resmon.org/0resmon/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.0resmon.org/0resmon/0resmon-1/frkn-resources/frkn-heist-and-ilegal-pack/drone-app-introduction.md).

# Drone App Introduction

<figure><img src="/files/nuIyDOJinFYp1Erd03KM" alt=""><figcaption></figcaption></figure>

#### Store and Delivery System Overview

The **Store and Delivery System** allows players to order various products using Butcoin (Butc). This page functions as a virtual store where players can browse different blueprints, components, and other essential items.

**Key Features:**

1. **Product List**:
   * The store displays a list of items that players can purchase using Butcoin. Players can define the product list through configuration, giving them the flexibility to set available items as they wish.
2. **Ordering and Payment**:
   * Players select the product they want to buy and confirm the purchase using Butcoin, the in-game currency. The store's interface makes it easy for players to see what they're buying and how much they are spending.
3. **Delivery Mechanism**:
   * After placing an order, a location is marked on the map, indicating the delivery point.
   * When players reach the marked location, they will encounter either an NPC (non-player character) or a drone. This NPC or drone safely delivers the ordered item and then leaves the area.
4. **Interactive Experience**:
   * This system enhances the gameplay by providing a realistic and interactive delivery process. Real-time map markers and dynamic delivery methods make the virtual world feel more immersive and engaging.

#### Summary:

The **Store and Delivery System** offers players the opportunity to buy valuable items while improving the gameplay experience with innovative delivery methods. Combining traditional purchasing with future-forward drone deliveries, this system creates a more immersive and interactive in-game trade environment.


---

# 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.0resmon.org/0resmon/0resmon-1/frkn-resources/frkn-heist-and-ilegal-pack/drone-app-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.
