# Third-Party Applications

Now that you are an Upland Developer, you can create your applications using our tools.

Access your Upland developer account and click on: "Create New Application"

![](/files/HWE8G8uGS85DeIwEAevh)

You fill up the following information:

1. Application Name
2. Logo
3. Description
4. Expiration Time in Hours
   1. This parameter will be used to create the container for your application.
5. Webhook URL\*
6. Webhook Access Token\*
7. Scope
   1. Currently, the options are fixed to "Read" & "Assets Transfer."

{% hint style="info" %}
Your webhook URL will be used for every communication between the Upland Developers API and your application. So make sure it is correct and functional.&#x20;
{% endhint %}

![](/files/LS10RzqSLpDAQVS2aj9k)

![](/files/DX32f9nSXF0lc4WAsCp3)

{% hint style="info" %}
When requested, the app credentials will be the developer's app id + the app access token.
{% endhint %}

{% hint style="info" %}
Remember to store your Application Access Token in a secure place. This token can not be easily retrieved.

If you lose your access token, you will have to inactivate and activate your application to receive a new one which has impacts
{% endhint %}

![](/files/mbD1O7Z4sN8RDWQjaJ3R)


---

# 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/application-management/third-party-applications.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.
