> For the complete documentation index, see [llms.txt](https://docs.pdap.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.pdap.io/activities/data-source-annotation/labeling-events.md).

# Labeling events

## Goals of each event

* Train a small group on data labeling
* Add as many data sources to the database as we can
* Set people up to label on their own time
* Refine our data labeling tools

## Structure of activities

### In advance

1. Participants RSVP to the event, held on Discord or in-person.
2. Participants create a PDAP account and are sent invites to the Retool organization.
3. Organizers give participants the appropriate permissions in the back-end.
4. If anyone has location or subject matter interests, organizers give them instructions for following the appropriate search.

### At the event

1. Organizers welcome participants and kick off popcorn-style introductions.
2. Organizers screen-share the process of:
   1. selecting a batch
   2. labeling for relevancy
   3. labeling for record type
   4. labeling for agency
3. Organizers open the floor for questions.
4. Participants are encouraged to begin labeling, and are free to ask questions about specific labels or parts of the process as they come up.
5. Labeling continues for an hour; participants are encouraged to continue after the event at their own pace.
6. Organizers use the Final Review screen to approve or adjust labels in real-time, giving feedback as necessary.


---

# 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.pdap.io/activities/data-source-annotation/labeling-events.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.
