# Manage requests in API Hub

The API Hub is a feature within UniDeck, similar to tools like Postman, Insomnia, or cURL. It's designed for team collaboration within a dashboard context, making data visualization easy. UniDeck aims to integrate custom data with a user-friendly, customizable dashboard. The API Hub connects to any HTTP API to power your dashboards. For more details, visit [API Hub](/unideck-docs/reference-and-spec/core-features/api-hub.md).

Follow these steps to connect to a simple API:

* Click on your account name in the bottom bar.&#x20;

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

* Click and Open "API Hub"

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

* In API Hub, input your API URL. Discover free APIs available [here](https://free-apis.github.io).

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

* Once you've entered the API URL, click "Send" to save the request and display the result.

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

{% hint style="success" %}
Use our [Advanced table](/unideck-docs/reference-and-spec/widgets/advanced-table.md) to display your API results
{% 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://ainur.gitbook.io/unideck-docs/guides/manage-requests-in-api-hub.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.
