# Application Management

- [Third-Party Applications](https://docs.developers.upland.me/upland-developers/application-management/third-party-applications.md)
- [Device Checking](https://docs.developers.upland.me/upland-developers/application-management/third-party-applications/device-checking.md): When an Upland developer creates an application, they must inform which devices or platforms their application has compatibility with.
- [Inactivating an Application](https://docs.developers.upland.me/upland-developers/application-management/inactivating-an-application.md)
- [Submitting an Application](https://docs.developers.upland.me/upland-developers/application-management/submitting-an-application.md): This process should be followed when a developer requests approval from the Upland team.
- [Activating an Application](https://docs.developers.upland.me/upland-developers/application-management/activating-an-application.md): This process can be used when you want to reactivate your application. It can be used if you lose your access token and need a new one. So you can inactivate your application and reactivate it.
- [Dev Shops](https://docs.developers.upland.me/upland-developers/application-management/dev-shops.md): Dev Shops are a store for third-party applications to be located inside Upland.
- [Permission Delegation](https://docs.developers.upland.me/upland-developers/application-management/permission-delegation.md)


---

# 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.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.
