# Getting Started

[**Server To Server API** ](https://primeiro-pay.gitbook.io/primeiro-pay/getting-started/server-to-server-api)

{% hint style="info" %}
This integration variant requires you have a PCI-Compliance certify to collect the card data, if you chose this option you will increase your PCI-compliance scope.
{% endhint %}

[**Hosted Checkout**](https://primeiro-pay.gitbook.io/primeiro-pay/getting-started/hosted-checkout)

{% hint style="info" %}
If you don't have a PCI-Compliance certify or want to minimize your PCI-compliance requirements, we recommend that you use a Non PCI Complience integration.
{% endhint %}


---

# 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://developers.primeiropay.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.
