# Swagger environment

To test and debug requests, you can use the Swagger section of the API on [your channel page in dashboard](https://panel.whapi.cloud/dashboard) or the [Postman collection](/help-desk/getting-started/api-docs/postman-collection.md).

Run your first tests directly through Swagger without having to code anything, you start immediately and can begin to imagine everything you can do with our powerful API.

{% embed url="<https://panel.whapi.cloud/dashboard>" %}
Connect your channel and start coding now!
{% endembed %}

{% hint style="success" %}
API Url and Token are automatically pulled from your channel. Start checking immediately!
{% endhint %}

<figure><img src="/files/wyT3VI7VG6YVhcLMe34d" alt=""><figcaption><p>The documentation is already located on your channel page</p></figcaption></figure>


---

# 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://support.whapi.cloud/help-desk/getting-started/api-docs/swagger-environment.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.
