# Deployments

A dAppling Deployment is the result of a successful build of your Project.

When you create a deployment, dAppling automatically generates a new and unique URL. You can visit this URL to preview your changes in a live environment.

\
You can deploy your projects to dAppling using [Github](/deployments/git-integrations/dappling-for-github.md).&#x20;

## Git

The most common way to create a Deployment on dAppling is through pushing code to [Git](/deployments/git-integrations/dappling-for-github.md)[ ](/deployments/git-integrations.md)repositories.

Creating an automatic Deployment starts by[ importing a Git repository on dAppling](/deployments/git-integrations.md). This repository can be either private or public. To set up a Git repository, click the [New Project](https://dappling.network/new) button from the dAppling dashboard.

Deploying your application using dAppling's Git integration provides you with the following benefits:

* Streamlined collaboration through pull requests or merge requests.
* The ability to test new features and changes using Preview Deployments before merging them into the main branch to automatically create a Production Deployment.

For further details, explore our [Deploying a Git repository guide.](/deployments/git-integrations/dappling-for-github.md)

:cactus:*Fun Fact: The Venus flytrap can close its trap in about 0.1 seconds to capture insects for nutrients.*


---

# 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.dappling.network/deployments.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.
