# Collaborate

Collaboration plays a crucial role in successful development projects, and dAppling provides powerful features to enhance collaboration among developers. dAppling empowers your team to work together seamlessly.

## Make Changes

Now that your project is publicly available on your chosen domain, it's time to make changes. With dAppling's automatic deployments, this requires no extra effort. By default, when your dAppling project is connected to a Git repository, it will deploy every commit pushed to the repository, regardless of the branch.

Here's a helpful tip:

* A Production environment is built from the main or development branch of your Git repository.
* A Preview environment is created when you deploy from any other branch.
* dAppling provides a URL reflecting the latest commits on that branch, accessible on your dashboard or in a pull request, as you'll see in the next step.

This connection was automatically established for you, so simply push your commits, and you'll start receiving links to deployments right in GitHub.

:cactus:*Fun Fact: There is a species of orchid that looks like a monkey's face, appropriately called the Monkey Face Orchid.*


---

# 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/introduction/collaborate.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.
