# Exploring our API

### API Explorer

Using Postmans GraphQL request, you will be able to add the Toggle URL and it will return a list of all available Queries and Mutations.&#x20;

{% hint style="success" %}
Our Postman collection can be downloaded [here](https://api.postman.com/collections/16540815-8be4f13b-bb40-4608-88f9-6b8942da3bf5?access_key=PMAT-01JYP52YNSRAKM2JAZB56ADA26)
{% endhint %}

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

You can build up your own queries, and responses using the GraphQL framework. The explorer is useful while you are discovering our public queries without any authentication.&#x20;

{% hint style="info" %}
Note that the introspection query is the **only GET request** you’ll run in GraphQL. If you’re passing a body, the GraphQL request method is POST, whether it’s a query or a mutation.
{% 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://developers.usetoggle.com/graphql/exploring-our-api.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.
