# Page Not Found

The URL `articles/keynote-20-minutes-to-banking-grade-with-mateusz-wojtczak-leancode` does not exist. This page may have been moved, renamed, or deleted.

## Suggested Pages

You may be looking for one of the following:
- [Keynote: 20 Minutes to Banking-Grade Security with Mateusz Wojtczak (LeanCode)](https://docs.talsec.app/appsec-articles/articles/keynote-20-minutes-to-banking-grade-security-with-mateusz-wojtczak-leancode.md)
- [Keynote: Red Teaming in Practice with Adam Žilla (Haxoris)](https://docs.talsec.app/appsec-articles/articles/keynote-red-teaming-in-practice-with-adam-zilla-haxoris.md)
- [Keynote: Raising the Bar with Software Protection with Béatrice Creusillet (Quarkslab)](https://docs.talsec.app/appsec-articles/articles/keynote-raising-the-bar-with-software-protection-with-beatrice-creusillet-quarkslab.md)
- [Keynote: Fingerprinting, Device Intel & Context with Martin Makarský (Fingerprint)](https://docs.talsec.app/appsec-articles/articles/keynote-fingerprinting-device-intel-and-context-with-martin-makarsky-fingerprint.md)
- [How to Detect Hooking (Frida) on React Native](https://docs.talsec.app/appsec-articles/articles/how-to-detect-hooking-frida-on-react-native.md)

## How to find the correct page

If the exact page cannot be found, you can still retrieve the information using the documentation query interface.

### Option 1 — Ask a question (recommended)

Perform an HTTP GET request on the documentation index with the `ask` parameter:

```
GET https://docs.talsec.app/appsec-articles/articles/keynote-20-minutes-to-banking-grade-security-with-mateusz-wojtczak-leancode.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.

### Option 2 — Browse the documentation index

Full index: https://docs.talsec.app/appsec-articles/sitemap.md

Use this to discover valid page paths or navigate the documentation structure.

### Option 3 — Retrieve the full documentation corpus

Full export: https://docs.talsec.app/appsec-articles/llms-full.txt

Use this to access all content at once and perform your own parsing or retrieval. It will be more expensive.

## Tips for requesting documentation

Prefer `.md` URLs for structured content, append `.md` to URLs (e.g., `/appsec-articles/articles/keynote-20-minutes-to-banking-grade-security-with-mateusz-wojtczak-leancode.md`).

You may also use `Accept: text/markdown` header for content negotiation.
