# Getting Started

{% hint style="info" %}
**Tips**: Quick start guides can be useful to help people get your API up and running in a few steps. Some people prefer to dive into the basics instead of perusing every single page of documentation!
{% endhint %}

## Table of Contents <a href="#kode-partner" id="kode-partner"></a>

{% content-ref url="getting-started/partner-code" %}
[partner-code](https://doc.ayobantu.com/getting-started/partner-code)
{% endcontent-ref %}

{% content-ref url="getting-started/api-token" %}
[api-token](https://doc.ayobantu.com/getting-started/api-token)
{% endcontent-ref %}

{% content-ref url="getting-started/secret-key" %}
[secret-key](https://doc.ayobantu.com/getting-started/secret-key)
{% endcontent-ref %}

{% content-ref url="getting-started/http-s-request" %}
[http-s-request](https://doc.ayobantu.com/getting-started/http-s-request)
{% endcontent-ref %}

{% content-ref url="getting-started/signature-key" %}
[signature-key](https://doc.ayobantu.com/getting-started/signature-key)
{% endcontent-ref %}

## Dive in to API?

Start exploring our API reference to get an idea of what's possible with the API:

{% content-ref url="reference/partner-api-reference" %}
[partner-api-reference](https://doc.ayobantu.com/reference/partner-api-reference)
{% 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://doc.ayobantu.com/getting-started.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.
