> For the complete documentation index, see [llms.txt](https://docs.natsec.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.natsec.io/about/goals/education.md).

# Education

We know that seeing data contextualized is great, but believe that a foundational understanding of that data is much more important.&#x20;

We also know that such data literacy is sorely missing in the national security community, stifling innovation for lack of comfort brought on by familiarity or existing use cases (what you may hear referred to as "warm fuzzies" in some circles).

**One of our explicit aims for this project is to increase data literacy and related confidence across the national security community, which is an educational activity.**

Our hope is to work with [Partners](/about/support/partners.md) and leverage the [Learning](/learning/learning-overview.md) opportunities already available to connect people with a desire to do so to areas of the project where they can practice. In our experience it is much easier to learn when you have a problem to which those new concepts can be applied, and this project is hopefully one that will inspire people to take a leap and challenge themselves.

{% hint style="info" %}
If you like this idea and want to get involved, please check out the various sub-elements in the [Learning](/learning/learning-overview.md) section and feel free to [Contact Us](/about/contact-us.md) as well!
{% endhint %}


---

# 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://docs.natsec.io/about/goals/education.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.
