# Overview

This is the PAWS data pipeline documentation for the developers and administrators working on the [PAWS PDP project](https://github.com/CodeForPhilly/paws-data-pipeline) or running instances of it. PAWS staff and other end users, please use the [end user documentation](https://paws-data-pipeline.gitbook.io/user/).

It is maintained in the GitBook format within the docs/ directory of the project's main Git repository, and new versions are published automatically upon commits or merges to the `documentation-dev` branch in [the project's GitHub repo](https://github.com/CodeForPhilly/paws-data-pipeline).

To contribute to this book, please commit directly or open a pull request against the `documentation-dev` branch of github.com/CodeForPhilly/paws-data-pipeline.


---

# 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://paws-data-pipeline.gitbook.io/developer/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.
