> Portal Navigation:
> 
> - Append `.md` to any URL under `https://dev.wix.com/docs/` to get its markdown version.
> - Pages are either content pages (article or reference text) or menu pages (a list of links to child pages).
> - To get a menu page, truncate any URL to a parent path and append `.md` (e.g. `https://dev.wix.com/docs/sdk.md`, `https://dev.wix.com/docs/sdk/core-modules.md`).
> - Top-level index of all portals: https://dev.wix.com/docs/llms.txt
> - Full concatenated docs: https://dev.wix.com/docs/llms-full.txt

## Resource: Add Apps to a Project

## Article: Add Apps to a Project

## Article Link: https://dev.wix.com/docs/go-headless/project-management/add-apps-to-a-project.md

## Article Content:

# Add Apps to a Project

Wix apps add business solutions to your headless project, such as Stores, Bookings, Events, and Pricing Plans. Installing an app unlocks its APIs and its management tools in your project's dashboard.

When you create a headless project, you choose an initial set of apps. You can add more apps at any time from the project dashboard or with an AI agent, as described below. To add apps from code, see [Add Apps with the REST API](https://dev.wix.com/docs/go-headless/project-management/add-apps-with-the-rest-api.md).

## Add apps from the dashboard

1. In the [project dashboard](https://www.wix.com/my-account/site-selector/?buttonText=Select%20Site&title=Select%20a%20Site&autoSelectOnSingleSite=true&actionUrl=https:%2F%2Fwww.wix.com%2Fdashboard%2F%7B%7BmetaSiteId%7D%7D%2Fhome) click **Apps** in the sidebar menu, then select **App Market**.

1. Search for the app you want, or browse the **Wix Business Solutions** category in the App Market sidebar.

1. Select the app and click **Add to Site**.

> **Note:** The App Market also offers apps designed to run on Wix sites. For a headless project, choose apps that provide their functionality through APIs, such as the Wix business solutions. Apps whose main feature is a site widget don't work with a headless frontend.

To see and manage the apps installed on your project, go to **Apps** > **Manage Apps** in the project dashboard.

## Add apps with an AI agent

If you connect your AI client to the [Wix MCP](https://dev.wix.com/docs/go-headless/get-started/headless-ai-toolkit.md), it authenticates as you, a logged-in Wix user, and can add apps to your project from a prompt. For example, prompt your AI client with:

```
Install the Wix Bookings app on my headless project <PROJECT_NAME>.
```

Behind the scenes, the agent calls the [App Installation API](https://dev.wix.com/docs/api-reference/business-management/app-installation/app-installation/introduction.md), the same API described in [Add Apps with the REST API](https://dev.wix.com/docs/go-headless/project-management/add-apps-with-the-rest-api.md).

## See also

- [Add Apps with the REST API](https://dev.wix.com/docs/go-headless/project-management/add-apps-with-the-rest-api.md)
- [Featured Business Solutions](https://dev.wix.com/docs/go-headless/business-solutions/featured-business-solutions.md)