# Welcome

## What we do

We're cataloguing sources of data in a database at [**https://pdap.io**](https://pdap.io) so people can find information about local police systems.

## Get Involved

{% hint style="success" %}
People of all skill levels can help with our mission!
{% endhint %}

The quickest way to contribute is by labeling (annotating) new Data Sources. Head to <https://pdap.io/annotate> to get started.

To support us financially, [you can donate here](https://pdap.io/contribute.html). We're a non-profit, so your donations may be tax-deductible.

## Codebase

To contribute code, [start with a Good First Issue](https://github.com/orgs/Police-Data-Accessibility-Project/projects/25/views/1).

[Our github organization](https://github.com/Police-Data-Accessibility-Project) contains our code repositories. We have a handful of apps working in conjunction to identify, collect, document, archive, and share sources of data.

### Primary repositories

* The [Data Sources App repo](https://github.com/Police-Data-Accessibility-Project/data-sources-app) is the back end for our Data Sources API.&#x20;
* The [Data Source Identification repo](https://github.com/Police-Data-Accessibility-Project/data-source-identification) houses our code for collecting sources for the database.
* The [pdap.io repo](https://github.com/Police-Data-Accessibility-Project/pdap.io/) is our primary front end for working with the API.


---

# 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.pdap.io/readme.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.
