# App Registration and Key Issuance

To integrate the Wepin Wallet, you need to register your app information in the Wepin Workspace and obtain an App ID and App Key. Please proceed by signing up and logging in via the Wepin Workspace link below.

{% embed url="<https://workspace.wepin.io/>" %}

After logging in, enter the name of your app in the workspace. The following workspace dashboard will appear on the screen. You can change the app name later under the *Basic Information* tab.

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

Follow the instructions on the workspace screen to add networks and assets (optional), then register the app information and receive the key. First, check the App ID in the developer tools tab. The App ID is automatically generated when the app is created. After confirming the App ID, configure it according to the app development environment as follows.

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

#### Web

Enter the base domain for Web (e.g., <http://localhost:3000>) and save it. You will then see the App Key displayed on the screen.

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

#### Android

Enter the Android package name and save it. You will then see the App Key displayed on the screen.

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

#### iOS

Enter the Bundle ID and save it. You will then see the App Key displayed on the screen.

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

App registration and key issuance for Wepin installation have been completed.


---

# 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.wepin.io/en/wepin/workspace/app-registration-and-key-issuance.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.
