# Knowledge Needed / Skills Inventory

The knowledge needed to understand the NS documentation is a general understanding of the PASS submission workflow and proxy submitter functionality. Understanding the major components and communication channels between the components is also valuable for this document.

From a technical perspective the following are recommended:

* [Java 17+](https://www.oracle.com/java/technologies/downloads/)
* [Spring Boot](https://spring.io/projects/spring-boot)
* Messaging and Templating
* A general understanding of Service components from a Systems Design perspective


---

# 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/developer-documentation/notification-service/ns-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.
