# Playground e Libri

## Gli strumenti del mestiere!

Per chi avesse comprato il libro [***Bitcoin dalla teoria alla pratica***](https://amzn.to/2Ldym0F), idem per [***Bitcoin in Action***](https://amzn.to/3pJcXj1)

![https://amzn.to/2Ldym0F](/files/-MQ_BQ7QAP7UyI169AvF)

puo' trovare all'interno di [Hansel e Gretel](/playground-overview.md#hansel-e-gretel) un ambiente con gia' installati e configurati *gli strumenti del mestiere* citati nei libri.

Le varie utility sono esposte nel `PATH` (tramite l'[entrypoint](https://github.com/bitcoin-dalla-teoria-alla-pratica/bitcoin-in-action-playground/blob/master/wald/entrypoint.sh#L53-L59) Docker) e quindi utilizzabili da qualsiasi cartella.


---

# 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://playground.bitcoininaction.com/playground-e-libri.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.
