# Programming  (WIP)

- [Assembly](https://blog.securescape.cc/fundamentals/programming-wip/assembly.md)
- [C(++/#)](https://blog.securescape.cc/fundamentals/programming-wip/c-++.md)
- [Python](https://blog.securescape.cc/fundamentals/programming-wip/python.md)
- [Nim](https://blog.securescape.cc/fundamentals/programming-wip/nim.md): Resources to get started with Nim Programming
- [Bash](https://blog.securescape.cc/fundamentals/programming-wip/bash.md): Bash Scripting
- [Introduction to Bash Scripting](https://blog.securescape.cc/fundamentals/programming-wip/bash/introduction-to-bash-scripting.md): Bash scripting is a powerful tool that allows you to automate tasks, create programs, and perform various operations on your computer or server. In this blog post, we will introduce the basics of bash
- [Variables, Loops, and Port Scanner](https://blog.securescape.cc/fundamentals/programming-wip/bash/variables-loops-and-port-scanner.md)


---

# 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://blog.securescape.cc/fundamentals/programming-wip.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.
