> For the complete documentation index, see [llms.txt](https://docs.alephzero.org/aleph-zero/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.alephzero.org/aleph-zero/build/security-course-by-kudelski-security.md).

# Security Course by Kudelski Security

- [ink! Developers Security Guideline](https://docs.alephzero.org/aleph-zero/build/security-course-by-kudelski-security/ink-developers-security-guideline.md): This guide aims at supporting ink! developers who want to deploy their project on the Aleph Zero blockchain. It has been developed as part of the partnership between Aleph Zero and Kudelski Security.
- [Lesson 1 - Getting started with ink!](https://docs.alephzero.org/aleph-zero/build/security-course-by-kudelski-security/lesson-1-getting-started-with-ink.md): In this lesson, you will learn how to install the necessary tools and deploy a simple smart contract.
- [Lesson 2 - Threat Assessment](https://docs.alephzero.org/aleph-zero/build/security-course-by-kudelski-security/lesson-2-threat-assessment.md)
- [Lesson 3 - Integer Overflow](https://docs.alephzero.org/aleph-zero/build/security-course-by-kudelski-security/lesson-3-integer-overflow.md)
- [Lesson 4 - Signed-integer](https://docs.alephzero.org/aleph-zero/build/security-course-by-kudelski-security/lesson-4-signed-integer.md)
- [Lesson 5 - Role-Based Access Control](https://docs.alephzero.org/aleph-zero/build/security-course-by-kudelski-security/lesson-5-role-based-access-control.md)
- [Lesson 6 - Address Validation](https://docs.alephzero.org/aleph-zero/build/security-course-by-kudelski-security/lesson-6-address-validation.md)
- [Lesson 7 - Smart Contract Control](https://docs.alephzero.org/aleph-zero/build/security-course-by-kudelski-security/lesson-7-smart-contract-control.md)


---

# 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://docs.alephzero.org/aleph-zero/build/security-course-by-kudelski-security.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.
