# Gluwa Dashboard

Enhance your operation with Gluwa API's powerful features. With Gluwa dashboard, you can manage your Gluwa API credentials, webhook setup, and addresses.

## API Keys

Use API key and secret to use Gluwa's REST API and automate your business logic.

{% content-ref url="/pages/-LrWhfxQgdDcr8Oc-8vS" %}
[API Keys](/get-started/dashboard/api-keys.md)
{% endcontent-ref %}

## Webhook

Receive webhook notifications when you get a new transfer to your Gluwacoin address.

{% content-ref url="/pages/-LrWhVOkDSaexDS-G46W" %}
[Webhooks](/get-started/dashboard/webhooks.md)
{% endcontent-ref %}

## Addresses

Verify your ownership of a Gluwacoin address in order to receive webhook notifications, and transaction history for it.

{% content-ref url="/pages/-LrWsNDn4-pvq46skIX7" %}
[Addresses](/get-started/dashboard/addresses.md)
{% endcontent-ref %}

## Transactions

Easily view your transaction history for a registered address/currency

{% content-ref url="/pages/8epJLSxuuacykR0PDfoX" %}
[Transactions](/get-started/dashboard/transactions.md)
{% endcontent-ref %}


---

# 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.gluwa.com/get-started/dashboard.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.
