# Quick Start

VoguePay offers a range of services that make it possible for you to send and receive money across the world in minutes. In this documentation, we'll go over some of the integration options we offer to give you a quick overview of what is obtainable with VoguePay.

To start collecting payments online with VoguePay, It is required to first and foremost create an account with VoguePay.

To set up your VoguePay account, Go to <https://voguepay.com/register> and provide your details to create a free account.

After setting up your VoguePay account, Integration can begin. You can integrate VoguePay into your projects using any of our integration options. Once you're done, you will be able to receive payments from customers all over the world.


---

# 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://documentation.voguepay.com/master.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.
