# Hand-Pick

The **Hand-Pick** slot assignment type gives event staff complete control over slot assignments. Here’s how it works:

* **DJs Apply:**\
  DJs can apply to any open slot using the **RSVP / Manage RSVP** button. If an [**RSVP limit**](/functionalities/commands/server-commands/create-event.md#rsvp-limit) is set by the event creators, DJs will only be able to apply for a limited number of slots.
* **Set Slot Preferences:**\
  If a DJ applies for multiple slots, they can set their preferences using the **Manage Slot Preference** button. A star ‘⭐’ will appear next to their preferred slot.
* **Manual Slot Assignment:**\
  Once the slots close, the bot will notify the event staff to manually assign the slots. The staff will assign the DJs to their slots based on the preferences and any other considerations.
* **Final Lineup Notification:**\
  After the staff finalizes the lineup and saves the event, the bot will notify all DJs of their final slot assignments.

This RSVP type is perfect for events where the event staff wants full control over the slot assignments, rather than relying on automation.


---

# Agent Instructions: 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:

```
GET https://docs.vrave.app/functionalities/slot-assignment-types/hand-pick.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
