# API Playground

### Overview

Neurelo's API Playground provides the ability to run and test all of Neurelo Data APIs in a environment. With the playground capability, you can instantly validate your auto generated APIs, extensibility options as well as custom query API endpoints.

### API Docs and Playground for an environment inside a project

* Step into your project from Neurelo's dashboard
* Inside the project, select Environments from left navigation panel. This should open a new page that list all your Environments inside this project.
* Select an environment. This will open up a detailed environment page. By default this page loads APIs page.<br>

<figure><img src="/files/mPPvCZ9z3sZHLXuj7BS8" alt=""><figcaption></figcaption></figure>

* From here, you can test any API using Neurelo's Playground feature. Click the "Play" icon from the right side of the screen.&#x20;
* This will open a Playground page with all APIs listed in the left navigation panel. Select any API, enter the required information including the API Key and hit the Send button
* The Playground should display the results or errors accordingly.

<figure><img src="/files/pHGmxZjrG6U9FfE123Um" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
While using Neurelo's API Playground, it would be faster to keep that environment's specific API Key ready as Neurelo does not store the api keys
{% 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://docs.neurelo.com/environments/api-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.
