> For the complete documentation index, see [llms.txt](https://hello.kodadot.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hello.kodadot.xyz/generative/generative-drops/drop-party.md).

# Drop Party

## What is this Drop party?

When a new drop is launched, after you open it, you may see more cursors moving around the page. Those are fellow collectors who are exploring the page with you! Once you meet them, you know that you are not alone. We are having a party with collectors! 🥳

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

## What can you see?

* **Fellow collectors and their activity 😎**
* **Status:** whether they are generating, minting, or just moving around
* **Their art**: An NFT they are generating/minting,
* **Amounts in DOT**: how big a spender are they, and how much they spend on the NFTs

Here, you can see all the components:

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

## Not a party person?

Don't worry; you can turn off our Drop Party feature if you prefer to buy your art alone. Open the sidebar, head to settings - interface, and turn off the party mode.

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


---

# 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://hello.kodadot.xyz/generative/generative-drops/drop-party.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.
