# Initialize payment

When you collect payments with Moneroo, you have many options. Here's a quick overview:

If you're building a website or application

* [**Moneroo Standard**](/payments/standard-integration.md) **:** This is the basic, "standard" integration approach. To use this, you need to call our API from your server to generate a payment link. You then redirect your customer to this link for them to make the payment. Once the payment has been processed, we'll redirect them back to you.

Another options and integration will be available soon.


---

# 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.moneroo.io/payments/initialize-payment.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.
