# Knowledge Needed / Skills Inventory

Running PASS in a production environment requires a variety set of skills. The main set of knowledge and skills for running PASS are the following:

* **AWS Architecture and Development:** knowledge of designing, deploying, and managing applications on AWS.
* **Docker and Containers**: knowledge of containerization technologies like Docker, including how to build, deploy, and manage containers in production using ECS or another container orchestration technology.
* **Systems Administration**: general knowledge of systems administration is valuable such as managing Linux-based EC2 instances, monitoring and performance tuning, backups, and cost estimations.


---

# 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://docs.eclipse-pass.org/infrastructure-documenation/operations-production/ops-know-need.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.
