> For the complete documentation index, see [llms.txt](https://guide.mmdrza.com/guidelines/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide.mmdrza.com/guidelines/guide.md).

# Guide

- [Install Python](https://guide.mmdrza.com/guidelines/guide/install-python.md): Standard Python installation training on Windows
- [Rich Address Downloader](https://guide.mmdrza.com/guidelines/guide/rich-address-downloader.md): New Version Rich Address Download Manager 1.0.3
- [Code Signing](https://guide.mmdrza.com/guidelines/guide/code-signing.md): Learn about the importance of code signing in ensuring software integrity and authenticity, how it works, and its benefits for developers and users.
- [How to Sign an .exe File in Windows](https://guide.mmdrza.com/guidelines/guide/code-signing/how-to-sign-an-.exe-file-in-windows.md): Code signing is essential for ensuring the integrity and authenticity of software. By digitally signing your .exe files, you can assure users that the software is legitimate and has not been tampered


---

# 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:

```
GET https://guide.mmdrza.com/guidelines/guide.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.
