> For the complete documentation index, see [llms.txt](https://frogland.gitbook.io/toadex/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://frogland.gitbook.io/toadex/frogland/quests/murder-at-the-dragonfly.md).

# Murder at the Dragonfly

During the gathering of Eth addresses for the waves of pre-sale spot allocations for the Notorious Frogs mint, we asked community members to fill out their frog name, 'Past Notorious Deeds', and 'Future Notorious Plans', as well as any 'Known Accomplices'. This allowed the Frog Team to sift through a glut of original content and ideas directly from the beginning and select thirty candidates to play roles in the very first **F**rog **R**ole **P**laying **G**ame. These thirty frogs were interviewed and offered different roles within the game, ranging from the 'Top Ten Most Wanted' frogs, different media reporters, a private eye, investigators, a psychic, and a spiritualist.

Once each participant had accepted a role they felt would suit their froggy character, we kicked off the murder mystery with a news bulletin from three separate news sources in Frogland...

### **...The Daily Splat,** a sensationalist tabloid...

![The Daily Splat's take on the murder, written by Froggy Fresh.](https://imgur.com/tiXhZkc.jpg)

### ...The Morning Reflections, a broadsheet snooty paper...

![The Morning Reflections' first article, written by Missy Hopalott.](https://imgur.com/qWaMSgT.jpg)

### ...and the KHOP Radio report, live on scene.

{% embed url="<https://khop-radio.zencast.website/episodes/breaking-news-blood-spilled-at-the-high-plateau>" %}
KHOP radio's report on the murder, voiced by Leighleaps.
{% endembed %}

This kicked off the first FRPG. The story unfolds here, [Narrative FRPG Storyline](/toadex/frogland/quests/murder-at-the-dragonfly/narrative-frpg-storyline.md), with much more content in [The Daily Splat](/toadex/frogland-news-network-fnn/the-daily-splat.md), [The Morning Reflections](/toadex/frogland-news-network-fnn/the-morning-reflections.md), and in [KHOP Radio](/toadex/frogland-news-network-fnn/khop-radio.md) for perusal.


---

# 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://frogland.gitbook.io/toadex/frogland/quests/murder-at-the-dragonfly.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.
