# SandNet Practical Examples

Pratical Lessons:

[P01 - Acender/apagar luz com interruptor](/sandnet/sandnet-practical-examples/p01-acender-apagar-luz-com-interruptor.md)\
[P02 - Piscar luz continuamente](/sandnet/sandnet-practical-examples/p02-piscar-luz-continuamente.md)\
[P03 - Ligar luz em sequência com temporizador](/sandnet/sandnet-practical-examples/p03-ligar-luz-em-sequencia-com-temporizador.md)\
[P04 - Criar portal/teleporte](/sandnet/sandnet-practical-examples/p04-criar-portal-teleporte..md)\
[P05 - Incêndio e desaparecimento de Assets](/sandnet/sandnet-practical-examples/p05-incendio-e-desaparecimento-de-assets.md)\
[P06 - Sistema de coleta para moedas em quest com recompensa](/sandnet/sandnet-practical-examples/p06-sistema-de-coleta-para-moedas-em-quest-com-recompensa.md)\
[P07 - Scalable Checkpoint System](/sandnet/sandnet-practical-examples/p07-checkpoint.md)\
P08 - \
P09 -\
[P10 - TOCHA](/sandnet/sandnet-practical-examples/p10-tocha.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://sandbricks.gitbook.io/sandnet/sandnet-practical-examples.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.
