# Etherspot Playground

## :rocket: Prototype your ideas NOW

Etherspot Playground is a live SDK browser that allows you to try all the SDK methods to see how they behave. It's entirely risk free, and you can throw it away when you're done. Here's some benefits of the Etherspot Playground:

* :rocket: Rapidly prototype ideas and changes
* :chains: Multi-chain ready (see [Supported Ethereum Chains](https://docs.etherspot.dev/master/chains-bridges-and-dexes))
* :cloud: No infrastructure to set up - connected directly to our managed Etherspot service
* :boom: Use the Etherspot Playground to debug application issues
* :wastebasket: Throwaway your Etherspot Playground instance when no longer needed
* :books: Open multiple instances of the Etherspot Playground, simulating one or more Etherspot SDK instances
* :key: Connect with Key (private key), MetaMask, WalletConnect or Torus
* :compass: Use our [Etherspot Block Explorer](/getting-started/etherspot-block-explorer.md) for accounts created using the Etherspot POA network
* :fuelpump: Use our [built-in faucet](https://try.etherspot.dev/#TopUpAccount) for accounts created on the Etherspot POA network

:arrow\_upper\_right: [**Launch Etherspot Playground**](https://try.etherspot.dev)


---

# 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://v1.etherspot.io/getting-started/etherspot-playground.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.
