> 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: About the App Workspace

## Article: About the Unified Workspace

## Article Link: https://dev.wix.com/docs/build-apps/develop-your-app/app-workspace/about-the-app-workspace.md

## Article Content:

# About the App Workspace
<blockquote class="caution">

__Alpha:__
The [AI app builder](https://dev.wix.com/docs/build-apps/develop-your-app/build-with-ai/about-the-ai-app-builder.md) is currently in alpha. This feature is subject to change and may have bugs, issues, and limitations. We're actively improving it based on your feedback.

</blockquote>


> **Note:** The app workspace is being gradually rolled out and isn't available to all users yet.

The app workspace is your central development environment for building Wix apps. You can configure your app's settings and permissions in the [App Dashboard](#app-dashboard) tab, edit your app's files in the [Code](#code) tab's VS Code-based editor, and view your app in different contexts with the [Preview](#preview) tab. A built-in [AI chat](#ai-chat) on the left side helps you build and refine your app.

![The app workspace](https://wixmp-833713b177cebf373f611808.wixmp.com/images/68208b3f79dbbe8d4e803fa17c459dd8.png)

## App Dashboard

The [**App Dashboard**](https://dev.wix.com/docs/build-apps/develop-your-app/app-workspace/app-dashboard/about-the-app-dashboard.md) tab provides a management hub for your app. In the app dashboard, you can:

- [Configure pricing plans](https://dev.wix.com/docs/build-apps/launch-your-app/pricing-and-billing/about-pricing-plans-and-business-models.md).
- [Promote your app](https://dev.wix.com/docs/build-apps/launch-your-app/app-promotion/about-app-promotion.md).
- [Set up authentication](https://dev.wix.com/docs/build-apps/develop-your-app/access/authentication/about-oauth.md).
- [Add permissions](https://dev.wix.com/docs/build-apps/develop-your-app/access/authorization/configure-permissions-for-your-app.md).

## Code

The [**Code tab**](https://dev.wix.com/docs/build-apps/develop-your-app/app-workspace/about-the-code-tab.md) is a VS Code-based development environment where you can edit your app's files directly. You can also work locally using [GitHub integration](building-apps-with-ai/git-hub-integration/about-git-hub-integration).

The Code tab only shows code for Wix-hosted extensions built with the [Wix CLI](https://dev.wix.com/docs/wix-cli.md). If you're building a [self-hosted app](https://dev.wix.com/docs/build-apps/develop-your-app/frameworks/self-hosting/about-self-hosting-for-wix-apps.md), your extension code lives on your own infrastructure and doesn't appear here. You can manage all of your app's extensions, including self-hosted ones, from the **Extensions** page in the [App Dashboard](#app-dashboard).

> **Note:** The Code tab isn't supported in Safari.

## Preview

The **Preview** tab lets you view your app in different contexts without leaving the workspace. It provides the following views:

- **Dashboard Page**: View your [dashboard extensions](https://dev.wix.com/docs/build-apps/develop-your-app/extensions/dashboard-extensions/about-dashboard-extensions.md) as a Wix user.
- **Market Listing**: View how your app will appear in the Wix App Market.
- **Editor**: View how your app behaves when integrated with the editor.
- **Site**: View your [site extensions](https://dev.wix.com/docs/build-apps/develop-your-app/extensions/site-extensions/about-site-extensions.md) from the perspective of site visitors.

## AI chat

The AI chat is available on the left side of the workspace. You can use it to [build a new app](building-apps-with-ai/get-started/build-an-app-with-ai), edit existing code, ask questions, and get code explanations. The AI agent can read your project files and make changes directly in the editor. For self-hosted apps, the AI chat starts collapsed. Click the toggle button in the top left to open it.

For tips on getting the best results from the AI chat, see [AI prompts](https://dev.wix.com/docs/api-preview/building-apps-with-ai/get-started/best-practices-for-ai-prompts.md) and [supported features](building-apps-with-ai/get-started/limitations-and-known-issues). 

## Collaboration

> **Note:** This feature is not currently supported.

Multiple developers can work on the same app simultaneously. [Add collaborators](https://dev.wix.com/docs/build-apps/develop-your-app/app-workspace/app-dashboard/manage-collaborators.md) in the App Dashboard to give other developers access.

Each collaborator gets their own workspace. The App Dashboard tab is shared, but each developer has an independent [Code tab](#code) and [AI chat](#ai-chat). To share code between collaborators, sync with [GitHub](building-apps-with-ai/git-hub-integration/about-git-hub-integration).

Current limitations:

- Only the app owner can connect to the [GitHub repo](building-apps-with-ai/git-hub-integration/about-git-hub-integration). Collaborator access to the same repo isn't yet supported.
- Each developer has their own AI chat. Conversations aren't shared between collaborators.
- Conflict handling for simultaneous edits isn't yet supported.

## See also

- [Build an App with AI](building-apps-with-ai/get-started/build-an-app-with-ai)
- [About GitHub Integration](building-apps-with-ai/git-hub-integration/about-git-hub-integration)
- [About Extensions](https://dev.wix.com/docs/build-apps/develop-your-app/extensions/about-extensions.md)