# How to Register?

To begin using the platform and sponsoring transactions, you must first register an account. The registration process is straightforward and only requires connecting your wallet.&#x20;

### Navigating to the Dashboard

The first step is navigating to the dashboard page. This can be accessed from the main navigation menu by selecting "Dashboard".&#x20;

### Connecting Your Wallet

&#x20;On the dashboard page, you will see a button to "Connect Wallet". Click this to connect your Aptos wallet you would like to use to deposit allowance funds.&#x20;

<figure><img src="/files/YsoQclBNQQFQBVILYPUA" alt=""><figcaption><p>Connect wallet</p></figcaption></figure>

### Completing Registration

Once wallet connected, enter the project name and click "Register" to complete the registration process. A new sponsor account will now be created.

<figure><img src="/files/Wz0qOz0tUDn9iyEIteqr" alt=""><figcaption></figcaption></figure>

### Receiving the API Key

Upon successful registration, you will be provided with a unique "secret key". This key should be securely stored, as it will be required to send any sponsored transactions for submission to the platform. Exposing this key publicly could enable others to misuse your funds.

<figure><img src="/files/7QT73NOsIUD2pebqmUTs" alt=""><figcaption></figcaption></figure>

### Deposit Funds to Sponsor Transactions:

With your account registered and payer key received, the final step is to deposit APT token allowance. These deposited funds represent your allowance balance, and will be used to sponsor transactions on your behalf as you utilize the platform.

To deposit allowance go to Deposit tab.


---

# 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.kanalabs.io/paymaster-service/kana-paymaster-for-aptos-and-supra/how-to-register.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.
