# Apps

Add, authorize and remove apps

Apps allow you to set up other tools to work with PagerDuty by sending data to PagerDuty or receiving data from PagerDuty. By directly integrating your existing tools, you can take advantage of PagerDuty's incident response capabilities and improve your workflows.

> **App Development:** Apps are built by PagerDuty, partners, customers, system integrators, and the open source community. This article is a general overview of adding and managing public apps within your PagerDuty account.
>
>   Refer to the [developer documentation](/developer/app-overview) to learn more about creating and publishing your own app.

## Add Apps

Users with the appropriate permissions can add an app to their PagerDuty account following the installation instructions in the app's documentation. You can search for your desired integration's documentation by visiting the [integrations library](/integrations).

> **User Permissions:** To add an app directly to a service, you must have a user role with sufficient permissions to edit the [service](/incident-management/services/services-and-integrations).

### Authorize OAuth 2.0 Apps

Users are presented with a prompt when authorizing an app with OAuth 2.0 functionality. This prompt displays the name of the app, your [service region](/get-started/service-regions) and user ID, and a list of the permissions requested by the app.

![Authorize app access](/images/kb/067d46cfca8b0b2124324258fc3d9801ca872ba67ae08bada6366b0e4a9dacc6-authorize-oauth-app.webp)
*Authorize app access*

> **Scoped OAuth Apps:** [Scoped OAuth apps](/integrations/apps/scoped-oauth-apps) use scopes to limit the resource types an app can access, and give Admins account-wide visibility into installed apps and the tokens they hold. A public Scoped OAuth app must be installed by an Admin before you can authorize it — if the app is not installed, the authorization prompt is unavailable to you.

## Remove Apps

Removing an app from an account depends on how the app connects to PagerDuty. Refer to the app's [documentation](/integrations) for specific instructions. General information about removing apps is below:

- **Events Integrations**: [Delete the integration](/incident-management/services/services-and-integrations#delete-an-integration) from the service.
- **Webhooks**: [Delete the extension](/integrations/extensions#delete-extensions) from the service.
- **Scoped OAuth Apps**: An Admin can revoke tokens or uninstall the app from **Integrations**  →  **OAuth Apps**. For more information, visit [Scoped OAuth Apps](/integrations/apps/scoped-oauth-apps).

<br />
