# GraphQL Playground

Many playgrounds or developer tools exist to explore and test a GraphQL API.

One tool is [Hasura's GraphiQL](https://cloud.hasura.io/public/graphiql?header=content-type:application/json\&header=Authorization:Bearer%20%3Center%20your%20token%20here%3E\&endpoint=https://api.innerspace.io) , which provides Schema Introspection, allowing you to see what entities are available and easily construct queries.  All that is required is a bearer token, as described on the [Authentication (v1.5 - deprecated)](/deprecated-api-2025-05-26/authentication-v1.5-deprecated.md) page.


---

# 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://developers.innerspace.io/graphql-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.
