# Try BoxLang!

<figure><img src="/files/0vq4vC7szC6QgXQ6Zt2x" alt=""><figcaption></figcaption></figure>

Interested in playing with BoxLang? You can test the syntax in a BoxLang interpreter hosted on AWS Lambda over at [try.boxlang.io](https://try.boxlang.io/). These two micro-services have been written with BoxLang as well.

<figure><img src="/files/h8yprmmbNYcP1lLL7fVu" alt=""><figcaption><p>try.boxlang.io</p></figcaption></figure>

{% hint style="success" %}
Our BoxLang playground was built with our AWS Lambda runtime microservice and our BoxLang Docker Containers.
{% endhint %}

{% hint style="info" %}
Want a guided, hands-on learning path after the playground? Use [BoxLings](https://github.com/ortus-boxlang/boxlings), our interactive CLI exercise tool for learning BoxLang fundamentals.
{% endhint %}


---

# 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://boxlang.ortusbooks.com/getting-started/running-boxlang/try-boxlang.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.
