> For the complete documentation index, see [llms.txt](https://gyrinx.gitbook.io/gyrinx/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://gyrinx.gitbook.io/gyrinx/operations/runbook.md).

# Runbook

{% hint style="info" %}
This is live operational information for Gyrinx. You should not be able to access this without being given an account — it's here for the development team.

We're a small, not-for-profit team building tools for enthusiasts. If you find you unexpectedly have access, or think this is leaking information it should not, feel free to email <tom@gyrinx.app> or [file a security advisory](https://github.com/gyrinx-app/gyrinx/security/advisories/new).
{% endhint %}

### Quick Links

* Cloud Run
  * [Monitoring](https://console.cloud.google.com/monitoring/dashboards/integration/cloud_run.cloudrun-monitoring;duration=P1D?invt=Abt3Dw\&project=windy-ellipse-440618-p9\&pageState=\(%22eventTypes%22:\(%22selected%22:%5B%22CLOUD_ALERTING_ALERT%22,%22CLOUD_RUN_DEPLOYMENT%22%5D\)\))
  * Production
    * [Metrics](https://console.cloud.google.com/run/detail/europe-west2/gyrinx/metrics?invt=Abt3Dw\&project=windy-ellipse-440618-p9)
    * [Logs](https://console.cloud.google.com/run/detail/europe-west2/gyrinx/logs?invt=Abt3Dw\&project=windy-ellipse-440618-p9)
* Cloud Build
  * [Dashboard](https://console.cloud.google.com/cloud-build/dashboard?invt=Abt3Dw\&project=windy-ellipse-440618-p9)
  * [Build History](https://console.cloud.google.com/cloud-build/builds;region=global?query=trigger_id%3D%22bd49e415-bc5c-411a-a19d-ec77599c3ddf%22\&invt=Abt3Dw\&project=windy-ellipse-440618-p9)
* Cloud SQL
  * Production
    * [Instance](https://console.cloud.google.com/sql/instances/gyrinx-app-bootstrap-db/overview?invt=Abt3Dw\&project=windy-ellipse-440618-p9)
* Logs
  * [Dashboard](https://console.cloud.google.com/monitoring/dashboards/resourceList/logs;duration=P1D?invt=Abt3Dw\&project=windy-ellipse-440618-p9)

### Architecture Overview

<figure><img src="/files/HqKzZdaacOSiGM0uy1xk" alt=""><figcaption><p>Architecture overview of Gyrinx</p></figcaption></figure>


---

# 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, and the optional `goal` query parameter:

```
GET https://gyrinx.gitbook.io/gyrinx/operations/runbook.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
