# Buzzy Deployment & App Stores

## Table of Contents

* [Create and manage Deployments](/working-with-buzzy/buzzy-deployment-and-app-stores/create-and-manage-deployments.md)
* [Publish your app to your Deployment](/working-with-buzzy/buzzy-deployment-and-app-stores/publish-to-deployment.md)
* [Software Config Management](/working-with-buzzy/buzzy-deployment-and-app-stores/software-config-management.md)
* [Setting Up Your Custom Buzzy App](/working-with-buzzy/buzzy-deployment-and-app-stores/setting-up-your-custom-buzzy-app.md)
* [Email Deliverability Guide](/working-with-buzzy/buzzy-deployment-and-app-stores/email-deliverability-guide.md)
* [Email Customization](/working-with-buzzy/buzzy-deployment-and-app-stores/email-customization.md)
* [Connecting Your Own Server](/working-with-buzzy/buzzy-deployment-and-app-stores/connecting-your-own-server.md)
* [Apple & Google App Stores](/working-with-buzzy/buzzy-deployment-and-app-stores/apple-and-google-app-stores.md)

## Overview

If you're looking to run your Buzzy web app on your own domain or publish it to the Apple and/or Google stores you'll need a Buzzy Deployment. You can now self‑service the creation and purchase of a Deployment (including the Small plan) directly from app.buzzy.buzz. See pricing and plans:

* <https://www.buzzy.buzz/pricing#deployment>

## Server Configuration

Each Buzzy app has its own compute, database cluster and storage within your Deployment. This keeps each app's data and configuration separate. Configuration can be tailored to performance and other options such as domain, mail (SMTP), and Maps API keys.

## Multi-Environment Workflows

For professional development workflows, Buzzy supports Software Config Management (SCM) which allows you to push app changes between deployment environments. This enables you to develop and test in a Development environment, then promote changes to Staging and Production when ready. See [Software Config Management](/working-with-buzzy/buzzy-deployment-and-app-stores/software-config-management.md) for details.

## Next Steps

* Create and manage Deployments
* Publish your app to your Deployment
* Software Config Management (push changes between environments)
* Setting Up Your Custom Buzzy App
* Connecting Your Own Server
* Apple & Google App Stores


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.buzzy.buzz/working-with-buzzy/buzzy-deployment-and-app-stores.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
