> For the complete documentation index, see [llms.txt](https://specs.govstack.global/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://specs.govstack.global/overview/1.0.1/security-requirements/7-standards.md).

# 7 Standards

The following standards are applicable to all aspects of the security building block and cross-cutting across other building blocks. Note that these are not technical standards but the process framework standards that shall be used to guide security decisions on the project::

* All of the implementation processes and guidance MUST follow the NIST CyberSecurity Framework (see [Ref 2](https://docs.google.com/document/d/1Z9jS0BnfTM3azBED5349uD5sQ9VYYo8p/edit#heading=h.k32er9gmkfp0))
* All of the security issues and concerns to be addressed are related by number to the core requirements above. The detailed definitions can be found in the document entitled Digital Platform Security for GIZ, ITU DIAL GovStack (see [Ref 5](https://docs.google.com/document/d/1Z9jS0BnfTM3azBED5349uD5sQ9VYYo8p/edit#heading=h.k32er9gmkfp0))
* It is assumed that the maximum level of information security required is what is known as CUI (Controlled Unclassified Information). Processes dealing with CUI must conform with NIST SP 900-171 Rev.2 (see [Ref 3](https://docs.google.com/document/d/1Z9jS0BnfTM3azBED5349uD5sQ9VYYo8p/edit#heading=h.k32er9gmkfp0))


---

# 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://specs.govstack.global/overview/1.0.1/security-requirements/7-standards.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.
