# Tutorial

- [Installation](https://scriptedeventsreloaded.gitbook.io/docs/tutorial/installation.md): How to install SER on your server
- [Scripts](https://scriptedeventsreloaded.gitbook.io/docs/tutorial/scripts.md)
- [Methods](https://scriptedeventsreloaded.gitbook.io/docs/tutorial/methods.md)
- [Yielding Methods](https://scriptedeventsreloaded.gitbook.io/docs/tutorial/yielding-methods.md)
- [Practical script - Server advertisement](https://scriptedeventsreloaded.gitbook.io/docs/tutorial/practical-script-server-advertisement.md)
- [Variables](https://scriptedeventsreloaded.gitbook.io/docs/tutorial/variables.md)
- [Player variables](https://scriptedeventsreloaded.gitbook.io/docs/tutorial/player-variables.md)
- [Practical script - Discourage Surface camping](https://scriptedeventsreloaded.gitbook.io/docs/tutorial/practical-script-discourage-surface-camping.md): Predefined player variables come in handy!
- [Advanced player variables](https://scriptedeventsreloaded.gitbook.io/docs/tutorial/advanced-player-variables.md)
- [Returning methods](https://scriptedeventsreloaded.gitbook.io/docs/tutorial/returning-methods.md)
- [Practical script - Hide & Seek](https://scriptedeventsreloaded.gitbook.io/docs/tutorial/practical-script-hide-and-seek.md): Finally making an event using Scripted Events Reloaded!
- [Work in progress!](https://scriptedeventsreloaded.gitbook.io/docs/tutorial/work-in-progress.md)
- [Script flags - UNFINISHED](https://scriptedeventsreloaded.gitbook.io/docs/tutorial/script-flags-unfinished.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://scriptedeventsreloaded.gitbook.io/docs/tutorial.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.
