# Getting Started

## Get a Test Account and Create an APP

Once you become a Pagsmile partner, you will receive a unique Partner\_ID and access credentials for the Pagsmile Dashboard.

#### App Creation & Key Setup

1. Create an App in the Pagsmile Dashboard.
2. Retrieve the Pagsmile RSA Public Key (available in your app’s configuration).
3. Generate a pair of RSA Keys (2048-bit).
4. Upload your Merchant RSA Public Key to the Pagsmile Dashboard.

<figure><img src="/files/VgKbKtzPLPNvGTQ1VMeM" alt=""><figcaption><p>Login into Pagsmile's Dashboard and Create an App</p></figcaption></figure>

<figure><img src="/files/t3yZE4nQUERoDahNKkip" alt=""><figcaption><p>Fill in the required information to create the app</p></figcaption></figure>

<figure><img src="/files/qzGt2xAKiWWV57mnhouk" alt=""><figcaption><p>After creating the app, click Config button to view keys</p></figcaption></figure>

<figure><img src="/files/AgcBHjcnVQMFE8c1nehi" alt=""><figcaption><p>Get Merchant ID (Partner ID), APP ID, and Pagsmile RSA Public Key<br>Update your RSA public key in the Merchant RSA Public Key section</p></figcaption></figure>


---

# 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.pagsmile.com/issuing-card-api/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.
