# PressGang

## PressGang

- [PressGang](https://docs.pressgang.dev/home.md): PressGang anchors your workflow in modern development practices. Build cleaner, faster, smarter themes and navigate your development course to calmer seas!
- [Boot Sequence](https://docs.pressgang.dev/boot-sequence.md)
- [Config](https://docs.pressgang.dev/config.md)
- [Controllers](https://docs.pressgang.dev/controllers.md)
- [Views](https://docs.pressgang.dev/views.md)
- [Context Managers](https://docs.pressgang.dev/context-managers.md)
- [Twig Extensions](https://docs.pressgang.dev/twig-extensions.md)
- [Service Providers](https://docs.pressgang.dev/service-providers.md)
- [Blocks](https://docs.pressgang.dev/blocks.md)
- [Snippets](https://docs.pressgang.dev/snippets.md)
- [Forms and Validation](https://docs.pressgang.dev/forms.md)
- [SEO](https://docs.pressgang.dev/seo.md)
- [Testing](https://docs.pressgang.dev/testing.md)
- [Quartermaster](https://docs.pressgang.dev/ecosystem/quartermaster.md): A fluent, args-first query builder for WP\_Query and WP\_Term\_Query. WordPress-native under the hood — no ORM, no magic, no lock-in.
- [A Note from the Author](https://docs.pressgang.dev/about/note-from-author.md)


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.pressgang.dev/home.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.
