# Product changes checklist

## Data Sources database

### record\_type changes

If you're adding or modifying record\_types, do the following things:

* [ ] Make the intended changes in Airtable
  * [ ] Update the submission forms
* [ ] Make the intended changes in the [record types taxonomy](/about/data-dictionaries/record-types-taxonomy.md)

### schema changes

If you change the schema, do the following things:

* [ ] Make the intended changes in Airtable
* [ ] Make the intended changes in the relevant [data dictionary](/about/data-dictionaries.md)
* [ ] Make an issue in the [Data Sources Mirror](https://github.com/Police-Data-Accessibility-Project/data-sources-mirror/) repo describing what you did so it can be updated
* [ ] Make an issue in the [Data Sources App](https://github.com/Police-Data-Accessibility-Project/data-sources-app/) repo describing what you did so it can be updated
  * [ ] mostly the relevant endpoints


---

# 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/meta/internal-dev-resources/product-changes-checklist.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.
