# Developer Quickstart

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

Integrating payment services into your system is a complex task, and it grows all the more complex  the more ideas and customization needs you have. We want to make that process as easy to follow as possible—from one developer to another.&#x20;

{% hint style="info" %}
See our [Vocabulary](/documentation/resources/vocabulary.md) to help you get started if you are new to payment services.
{% endhint %}

We've prepared this quickstart section to help you get started. We recommend going through all of the sections in order and then moving onto the [Getting Started](/documentation/getting-started.md) section to find out which integration option makes the most sense for you and how to implement it in your system.

Now, if you are ready to explore...

{% content-ref url="/pages/eEYRporM50P0fxqY53Vh" %}
[Authentication](/documentation/developer-quickstart/authentication.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.number.tech/documentation/developer-quickstart.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.
