---
sidebar_label: Building Apps
title: Apps Overview
---
import CardGrid from "@site/components/CardGrid";
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](extending-dashboard-with-apps).
On the technical level, Apps are technology-agnostic clients that communicate with Saleor through webhooks and API.
:::tip
[Saleor App Store](../../app-store/overview) is a Saleor Cloud feature that allows adding extensions with a single click.
:::
## Learn
[**Architecture** Look under the hood of Saleor Apps architecture.](architecture/overview)
[**Communication** Visualize the back-and-forth between Saleor and the app.](architecture/communication-between-app-and-saleor)
[**Requirements** Learn what requirements an app must meet to be installable in the Dashboard.](architecture/app-requirements)
[**Webhooks** Explore the list of webhook events available in Saleor.](../../../api-reference/webhooks/enums/webhook-event-type-enum)
## Build
[**Quickstart** The fastest way to create your first Saleor App.](quickstart)
[**App Template** Next.js + TypeScript boilerplate for building Saleor Apps.](developing-apps/app-template)
[**App Examples** Blueprints for solving common app challenges.](developing-apps/app-examples)
[**App SDK** A lower-level toolset for building apps.](developing-apps/app-sdk/overview)