# Premisa

Este tutorial tiene la premisa de que ya ha tenido algún contacto con la simulación de eventos discretos o incluso con la teoría de colas. En ningún momento este tutorial explicará conceptos de modelado o simulación, suponiendo que ya comprende los conceptos básicos.&#x20;

Si desea que le recomendemos [un buen libro de simulación, siga el link.](https://leanpub.com/msed)


---

# 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://tutorial.anylogicbrasil.com.br/tutorial-es/premissa.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.
