# Welcome

{% hint style="info" %}
This GitBook is maintained by HLN Consulting, LLC for the purpose of documenting the cloud-native architecture leveraged by [the RCKMS project](https://www.rckms.org/), maintain centralized  workload specifications, and to provide deployment articles to our [integration partner Ruvos](https://www.ruvos.com/) who maintains the AIMS Platform for [APHL](https://www.aphl.org/Pages/default.aspx).
{% endhint %}

## Commonly Accessed Pages

{% content-ref url="deployments/bill-of-materials" %}
[bill-of-materials](https://cloudops.rckms.dev/deployments/bill-of-materials)
{% endcontent-ref %}

{% content-ref url="operations-handbook/escalation-policy" %}
[escalation-policy](https://cloudops.rckms.dev/operations-handbook/escalation-policy)
{% endcontent-ref %}

{% content-ref url="architecture/kubernetes" %}
[kubernetes](https://cloudops.rckms.dev/architecture/kubernetes)
{% endcontent-ref %}

{% content-ref url="operations-handbook/playbooks" %}
[playbooks](https://cloudops.rckms.dev/operations-handbook/playbooks)
{% endcontent-ref %}

{% content-ref url="operations-handbook/playbooks/sync-all-redeploy-knowledge-modules" %}
[sync-all-redeploy-knowledge-modules](https://cloudops.rckms.dev/operations-handbook/playbooks/sync-all-redeploy-knowledge-modules)
{% endcontent-ref %}

## Navigating the Documentation

There are three primary approaches:

* By using the global search (`Ctrl/Cmd+K`), to query for specific page sections or keywords.
* By using the content sidebar to the left of this page, which is organized into subsections such as Fundamental Concepts, Operations Handbook, Deployments, and Architecture. Nested pages are indicated with an expandable marker `>`.
* By being linked to a page, or an anchor therein.

## Contributing

If you would like to request a modification to content, or to report an error, please email us at <rckms-documentation@hln.com>.


---

# 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://cloudops.rckms.dev/master.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.
