# Server-side template injection

- [Lab: Basic server side template injection](https://ps.desdes.xyz/server-side-template-injection/lab-basic-server-side-template-injection.md)
- [Lab: Basic server side template injection (code context)](https://ps.desdes.xyz/server-side-template-injection/lab-basic-server-side-template-injection-code-context.md)
- [Lab: Server side template injection using documentation](https://ps.desdes.xyz/server-side-template-injection/lab-server-side-template-injection-using-documentation.md)
- [Lab: Server side template injection in an unknown language with a documented exploit](https://ps.desdes.xyz/server-side-template-injection/lab-server-side-template-injection-in-an-unknown-language-with-a-documented-exploit.md)
- [Lab: Server side template injection with information disclosure via user supplied objects](https://ps.desdes.xyz/server-side-template-injection/lab-server-side-template-injection-with-information-disclosure-via-user-supplied-objects.md)
- [Lab: Server side template injection in a sandboxed environment](https://ps.desdes.xyz/server-side-template-injection/lab-server-side-template-injection-in-a-sandboxed-environment.md)
- [Lab: Server side template injection with a custom exploit](https://ps.desdes.xyz/server-side-template-injection/lab-server-side-template-injection-with-a-custom-exploit.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://ps.desdes.xyz/server-side-template-injection.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.
