> Documentation index: [Saleor](/llms.txt) · [This section](/developer/llms.txt)
> Source: https://docs.saleor.io/developer/extending/apps/overview

# Apps Overview

Apps allow you to add new functionalities on top of Saleor and integrate it with third-party services.

They can be [installed, managed, and rendered in Saleor Dashboard](/developer/extending/apps/extending-dashboard-with-apps.md).

On the technical level, Apps are technology-agnostic clients that communicate with Saleor through webhooks and API.

tip

[Saleor App Store](/developer/app-store/overview.md) is a Saleor Cloud feature that allows adding extensions with a single click.

<a id="learn"></a>

## Learn

[**Architecture** Look under the hood of Saleor Apps architecture.](/developer/extending/apps/architecture/overview.md)

[**Communication** Visualize the back-and-forth between Saleor and the app.](/developer/extending/apps/architecture/communication-between-app-and-saleor.md)

[**Requirements** Learn what requirements an app must meet to be installable in the Dashboard.](/developer/extending/apps/architecture/app-requirements.md)

[**Webhooks** Explore the list of webhook events available in Saleor.](/api-reference/webhooks/enums/webhook-event-type-enum.md)

<a id="build"></a>

## Build

[**Quickstart** The fastest way to create your first Saleor App.](/developer/extending/apps/quickstart.md)

[**App Template** Next.js + TypeScript boilerplate for building Saleor Apps.](/developer/extending/apps/developing-apps/app-template.md)

[**App Examples** Blueprints for solving common app challenges.](/developer/extending/apps/developing-apps/app-examples.md)

[**App SDK** A lower-level toolset for building apps.](/developer/extending/apps/developing-apps/app-sdk/overview.md)
