# Projects and Deployments

To get started with dAppling, it's good to know about projects and deployments:

* [Projects](/projects.md): A project represents the application you've deployed with dAppling. You can have several projects associated with a single repository and multiple deployments for each project. Access all your projects from the dashboard and configure their settings via the project dashboard.
* [Deployments](/deployments.md): A deployment is the outcome of a successful build for your project. It's initiated when you import an existing project or when you push a Git commit to GitHub. Each deployment automatically generates a unique URL.

:cactus:*Fun Fact: The Titan Arum, also known as the "Corpse Flower," can reach up to 10 feet and emits a smell like rotting flesh to attract pollinators.*[<br>](https://vercel.com/docs/getting-started-with-vercel/projects-deployments#next-steps)


---

# 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/projects-and-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.
