# Welcome

- [Roadmap](https://hacking101.ethicalhackx.com/readme/roadmap.md): Roadmap for beginners
- [Linux 101](https://hacking101.ethicalhackx.com/readme/linux-101.md)
- [Getting Started](https://hacking101.ethicalhackx.com/readme/linux-101/getting-started.md): Linux is fairly simple to get started with.
- [Linux File System](https://hacking101.ethicalhackx.com/readme/linux-101/linux-file-system.md): Linux File Systems, Logical Partitions, and Directory Structure
- [Networking 101](https://hacking101.ethicalhackx.com/readme/networking-101.md): Computer Network essential topics for Hackers to Learn
- [Python 101](https://hacking101.ethicalhackx.com/readme/python-101.md): Basic Python for Hackers
- [Curiosity 101 (Searching)](https://hacking101.ethicalhackx.com/readme/curiosity-101-searching.md): About the most essential and required skill in Cyber Security and Hacking.


---

# 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://hacking101.ethicalhackx.com/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.
