# Runbooks

We maintain various guides and pieces of documentation in our [Runbooks](https://runbooks.tjhsst.edu). This internal documentation is intended for Sysadmins only.&#x20;

This project, which used to be exclusively hosted in a Gitlab repository prior to Fall 2022, is now available as a website at [runbooks.tjhsst.edu.](https://runbooks.tjhsst.edu)

Runbooks aim to be a quick guide of what to do when an incident arrives. This project is inspired (and heavily borrowed) from [Gitlab's On Call Run Books](https://gitlab.com/gitlab-com/runbooks/tree/master).

In addition, this project provides guides, how-tos, and other documentation to perform actions, diagnose anomalies/problems, and prevent problems. More general architectural documentation should be directed to <https://docs.tjhsst.edu>.

The maintainer of this project is the [Documentation Lead](https://documentation.tjhsst.edu/general/sysadmins-list#current-leads) under the supervision of the Infrastructure Lead.


---

# 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://documentation.tjhsst.edu/general/documentation/runbooks.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.
