# What is a Data Source?

A Data Source is a web page, file, database, or filing cabinet somewhere which contains records about a criminal legal system agency (law enforcement, courts, corrections). Often, they are published by the agency itself. Many more records are hidden behind records request processes.

Data Sources can be records describing an agency's activities, like **traffic stops** or **use of force policies**. They describe agencies in the criminal legal system like the `Pittsburgh Bureau of Police` or `Allegheny County Jail`.

### What kinds of Data Sources are best?

{% hint style="info" %}
Finding all the Data Sources for your hometown is a human-sized project that can make a real impact. [Start here](/activities/data-source-annotation.md).
{% endhint %}

If it's about a police, court, or jail system, we are probably interested in keeping it in our database. A guide to our [relevant record types can be found here](/about/data-dictionaries/record-types-taxonomy.md). This includes [FOIA'd documents](/activities/foia.md), web URLs, and independently collected or published records.


---

# 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/about/terms-and-definitions/what-is-a-data-source.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.
