# 2. Connecting Upland Account

> Why is that?

The applications that have transactions involved may earn assets. Eg.:&#x20;

1. Games that charge players to play.
2. Trade's fee.
3. External market purchased in UPX.

Those assets will be owned by this Upland account connected with the developer account.

{% hint style="warning" %}
Your Sandbox/Playground Upland account can only be connected with your Sandbox/Playground Developer account.&#x20;

Your Production Upland account can only be connected with your Production Developer account.&#x20;
{% endhint %}

### Login

First of all, you must log in to the Developers Portal

![Log In Page](/files/R2grlk6kfBVfQwTzxmCX)

The two-factor authentication will be automatically activated for every developer. It is mandatory and will be performed using the e-mail registered to the developer.

![Two-factor Page](/files/Vbw3FnNIwglyw4JBRhOB)

![Verification Code E-mail](/files/keGFt1ry6MFv1thHtAOg)

![](/files/YBV1sWq8tZDkJHhT3xXu)

![My Application Page](/files/KCLATcWyi61mvDJIiHQB)

### Connecting Upland Account

Click on "Validate Your Account"

<figure><img src="/files/8hgSYjU1Sk5XL0lWzyso" alt=""><figcaption></figcaption></figure>

Type your Upland username

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

You will see the screen below and receive a code in your email. The email is registered in your Upland account, not your developer account.

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

That is it! Your accounts are connected now!&#x20;

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

Now, Upland will analyze your submission and check if everything is fine.

Upland will approve a few submissions per day. So you do not have to worry if it takes some time. Until then, you can start to build your third-party application.

{% hint style="info" %}
It would be best to guarantee that every provided information is corrected because Upland can reach you.
{% endhint %}

{% hint style="info" %}
The Upland account must have passed the identity verification process in the production environment.
{% endhint %}


---

# 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.developers.upland.me/upland-developers/sign-up-and-authentication/2.-connecting-upland-account.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.
