# API Integration Setup

{% hint style="info" %}
**Requirement:** Request an API Key and Secret Key from Tyga Support at <support@tygapay.com> to access the platform.
{% endhint %}

## 1. **Authenticate API Requests**

{% content-ref url="/pages/w80c55LaAC6SRC6dPGSc" %}
[Authentication](/api/api-integration-setup/authentication.md)
{% endcontent-ref %}

## 2. Making Subsequent API Requests

{% content-ref url="/pages/UTOlKqFWikhM8Ubrthpk" %}
[Requests](/api/api-integration-setup/requests.md)
{% endcontent-ref %}

## 3. Explore APIs

{% content-ref url="/pages/v3xsH89SW0d6q4aaKzAz" %}
[APIs](/api/apis.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.tygapay.com/api/api-integration-setup.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.
