# Introduction

Welcome to the Glyde Developer Documentation. Our docs will help you learn how to integrate our payment and verification APIs.

#### API Authentication

We authenticate your requests using your API secret key. This can be found in the settings section of your merchant dasboard.

{% tabs %}
{% tab title="Sample" %}

```json
{
    "Authorization": "Bearer <secret key>"
}
```

{% endtab %}
{% endtabs %}

If you do not include the authorization header in your requests you will get an Unauthenticated error.[<br>](https://app.gitbook.com/o/UTWpnWLupVRXAMIDilJO/s/Op8AxrYyPIMWmSuQwlri/disbursement)


---

# 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.useglyde.io/introduction.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.
