# Welcome

[![Compile Typst Slides and Release](https://github.com/nodezeroat/project-athena/actions/workflows/compile-typst.yml/badge.svg)](https://github.com/nodezeroat/project-athena/actions/workflows/compile-typst.yml)

![Athena Banner](https://899458191-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F4foohtjudqZCY4bqlz2K%2Fuploads%2Fgit-blob-41af22b08de3f85a054b24816972da461c3e1ea9%2Fathena_banner.jpg?alt=media)

Welcome to the Project Athena repository! This project aims to provide a comprehensive IT-Security curriculum for secondary colleges in engineering.

## Overview

The Project Athena curriculum is designed to cover a wide range of IT-Security topics, including but not limited to:

* Network security
* Web security
* Cryptography
* Malware analysis
* Penetration testing
* Vulnerability assessment
* Incident response

Each topic is covered in detail with markdown files containing easy-to-understand explanations, examples, and exercises.

## Installation

To access the Project Athena curriculum, simply clone the repository to your local machine.

```bash
git clone https://github.com/nodezeroat/project-athena.git
```

## Usage

The Project Athena curriculum is organized into separate markdown files for each topic. Simply navigate to the relevant file to access the content.

The curriculum also includes exercises and practical examples to help students gain a hands-on understanding of the concepts covered.

## Contributing

We welcome contributions to the Project Athena curriculum! If you notice a mistake, have a suggestion for improvement, or would like to add a new topic, please open an issue on the repository.

If you would like to contribute content, please fork the repository, create a new branch, and submit a pull request with your changes.

Current Contributors:

[![contributors-img](https://contrib.rocks/image?repo=nodezeroat/project-athena)](https://github.com/nodezeroat/project-athena/graphs/contributors)

![repobeats-analytics](https://repobeats.axiom.co/api/embed/c1449b6b68dffe70d7ec7d12efd75c5a9d6c56b9.svg)

## License

The Project Athena curriculum is open-source and is released under the CC-BY-4.0. See the LICENSE file for more information. The hands one examples are licenced by their respective authors. See the LICENSE file in the folder of the respective hands on example for more information.


---

# 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://athena.cyberleague.at/readme.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.
