# Introduction

**Welcome to the PGecom API!**

Our platform simplifies organizational financial tasks, from paying contractors and making bulk purchases online to rewarding employees with diverse gift cards. Merchants can effortlessly manage online stores, accept various payment methods, and facilitate payouts, while users enjoy easy gifting, payment acceptance, and global prepaid mobile top-ups.

We've designed the API so that nearly all functionality available via the web UI is available here.

###

### :globe\_with\_meridians: Looking to learn more?

Read through [core concepts](https://docs.pgecom.com/guides/entwiksyon) and understand how PGecom API works

### :construction: Ready to build?

Our [sandbox environment](https://sandbox.pgecom.com/signup) is free to start building right away. Follow our [quick start guide](https://docs.pgecom.com/guides/entwiksyon) or our [Postman collection](https://documenter.getpostman.com/view/17326556/2s7Z15Dho7) to make your first API request in just a few minutes.

### :technologist: Want to use your favorite SDK?

* [Python SDK](https://github.com/ninjaroot-509/python-pg-sdk)
* NodeJS SDK *(Coming Soon)*
* PHP SDK *(Coming Soon)*
* Go SDK *(Coming Soon)*

### :rocket: Ready to launch?

Complete the [production access requirement](https://docs.pgecom.com/resources/production-access); we'll have you live within 1 business day.

### :question: Have a question or need some help?

For technical issues, [contact info@pgecom.com](mailto:info@pgecom.com). We typically answer in 1 business day.&#x20;


---

# 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.pgecom.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.
