> For the complete documentation index, see [llms.txt](https://evolv-studio.gitbook.io/evolv-studio/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://evolv-studio.gitbook.io/evolv-studio/evolving-concepts/application-deployment-system.md).

# Application Deployment System

The Application Deployment Module in the Evolv platform is designed to provide brands and brand aggregators with the tools necessary to deploy  their applications efficiently. This module facilitates the setup of custom domains and the integration of various external services, such as Google accounts, enhancing the brand's autonomy and presence.

## Key Features

### **1. Custom Domain Setup**

* **Brand Customization:** Brands can set up or connect custom domains for their applications through this module. This feature allows brands to maintain their unique identity and enhances brand recognition by linking their digital presence directly to their chosen URL.
* **Domain Management:** The module provides an intuitive interface for managing domain settings, including DNS configurations and SSL certificate installations, ensuring secure and reliable application access.

### **2. Google Account Integration**

* **Streamlined Account Creation:** Brand aggregators can connect their Google accounts to automatically create user accounts under their domain. This integration simplifies the process of managing user credentials and streamlines access across the brand’s applications.

### **3. Enhanced Deployment Options**

* **Multiple Environment Support:** Brands and aggregators can deploy their applications across multiple environments (e.g., development, staging, production) to ensure thorough testing and seamless rollouts.
* **Automated Deployment Processes:** The module supports automated deployment processes, enabling brands to update and deploy their applications with minimal manual intervention. This automation ensures consistency and reduces the potential for deployment errors.

## User and Access Management

* **Role-Based Access Control:** The module includes role-based access control settings, allowing brand aggregators to define and manage access permissions for different users and teams involved in the application deployment process.
* **Access Logs and Monitoring:** Continuous monitoring and access logs provide visibility into the deployment activities and help maintain security and operational integrity.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://evolv-studio.gitbook.io/evolv-studio/evolving-concepts/application-deployment-system.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
