> For the complete documentation index, see [llms.txt](https://docs.patcher.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.patcher.xyz/project/overview.md).

# Overview

This section covers the broader context around Patcher: what the project is, where it stands, how to get help, and where to find media or release information.

## What lives here

* [FAQ](/project/the-project.md)
* [About](/project/about.md)
* [Development status](/project/development-status.md)
* [Changelog](/project/changelog.md)
* [Contact us / Help / Community](/project/contact-us-help-community.md)
* [Press / media boilerplate](/project/press-release.md)
* [Official images](/project/high-res-official-images.md)

## When to use this section

Use these pages when you want to:

* understand the project beyond day-to-day product use
* find support or community channels
* check release direction
* pull media assets or boilerplate

If you want hands-on product guidance instead, go back to:

* [Quick start](/getting-started/quick-start.md)
* [Core Workflows](/core-workflows/learn-patcher.xyz.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 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.patcher.xyz/project/overview.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.
