# SimPy em casa nova!

Este tutorial cresceu e virou livro: <https://leanpub.com/simpy>!

Este tutorial — diariamente bem acessado, diga-se — cresceu e virou livro. A nova versão, ampliada e revisada, inclui novos tópicos, exercícios e um capítulo final de Simulação Baseada em Agentes.

A nova plataforma, [Leanpub](https://leanpub.com/simpy), permite um trabalho melhor para a edição da obra, geração de versão para impressão, KDE e EPUB, que pode ser lido diretamente do seu navegador.

Esta versão no Gitbook será, enfim, descontinuada.


---

# 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://simpy.livrosimulacao.eng.br/readme.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.
