# dAppling documentation

## dAppling documentation

- [Introduction](https://docs.dappling.network/introduction.md): What is dAppling Network?
- [Projects and Deployments](https://docs.dappling.network/introduction/projects-and-deployments.md)
- [Import an existing project](https://docs.dappling.network/introduction/projects-and-deployments/import-an-existing-project.md)
- [Add a domain](https://docs.dappling.network/introduction/add-a-domain.md)
- [Collaborate](https://docs.dappling.network/introduction/collaborate.md)
- [Projects](https://docs.dappling.network/projects.md): To deploy on dAppling, you need to create a Project, which groups deployments and custom domains.
- [Project Dashboard](https://docs.dappling.network/projects/project-dashboard.md): Learn about the features available for managing projects with the Project Dashboard on dAppling.
- [Environment Variables](https://docs.dappling.network/projects/environment-variables.md)
- [Deployments](https://docs.dappling.network/deployments.md)
- [Git Integrations](https://docs.dappling.network/deployments/git-integrations.md)
- [dAppling for Github](https://docs.dappling.network/deployments/git-integrations/dappling-for-github.md)
- [Builds](https://docs.dappling.network/builds.md): Understand how the build step works when creating a dAppling Deployment.
- [Package managers](https://docs.dappling.network/builds/package-managers.md)
- [Configure a Build](https://docs.dappling.network/builds/configure-a-build.md)
- [Build Logs](https://docs.dappling.network/builds/build-logs.md)
- [Troubleshoot a Build](https://docs.dappling.network/builds/troubleshoot-a-build.md)
- [Domains](https://docs.dappling.network/domains.md): dAppling has support for both ENS and DNS domains.
- [ENS](https://docs.dappling.network/domains/ens.md): dAppling has support for both ENS and DNS domains.
- [DNS](https://docs.dappling.network/domains/dns.md): dAppling has support for both ENS and DNS domains.
- [API](https://docs.dappling.network/api.md)
- [/domains](https://docs.dappling.network/api/domains.md): This GET route fetches domain items for which dAppling is monitoring nameserver changes.
- [/domains/{domain}](https://docs.dappling.network/api/domains-domain.md): This GET route returns nameserver data for a single domain.
- [Errors](https://docs.dappling.network/api/errors.md)
- [FAQs](https://docs.dappling.network/faqs.md): Find answers to some of the most frequently asked questions
- [Community](https://docs.dappling.network/community.md)
- [Legacy Docs](https://docs.dappling.network/legacy-docs.md)
- [Getting Started](https://docs.dappling.network/legacy-docs/getting-started.md)
- [Connect dAppling App](https://docs.dappling.network/legacy-docs/getting-started/connect-dappling-app.md)
- [dAppling Garden](https://docs.dappling.network/legacy-docs/getting-started/dappling-garden.md)
- [Deploy a New Project](https://docs.dappling.network/legacy-docs/getting-started/deploy-a-new-project.md)
- [Create Deployments](https://docs.dappling.network/legacy-docs/getting-started/create-deployments.md)
- [Configure Project Settings](https://docs.dappling.network/legacy-docs/getting-started/configure-project-settings.md)
- [Verify a Site CID](https://docs.dappling.network/legacy-docs/getting-started/verify-a-site-cid.md)
- [Domain Configuration](https://docs.dappling.network/legacy-docs/getting-started/domain-configuration.md)
- [ENS Configuration](https://docs.dappling.network/legacy-docs/getting-started/ens-configuration.md)
- [Site Analytics](https://docs.dappling.network/legacy-docs/getting-started/site-analytics.md)
- [Verify Smart Contracts](https://docs.dappling.network/legacy-docs/getting-started/verify-smart-contracts.md)
- [Frameworks](https://docs.dappling.network/legacy-docs/getting-started/frameworks.md): dAppling supports a wide range of the most popular frontend frameworks, optimizing how your site builds and runs no matter what tool you use.
- [Learn](https://docs.dappling.network/legacy-docs/learn.md)
- [Web Hosting](https://docs.dappling.network/legacy-docs/learn/web-hosting.md)
- [Decentralization](https://docs.dappling.network/legacy-docs/learn/decentralization.md)
- [IPFS](https://docs.dappling.network/legacy-docs/learn/ipfs.md)
- [IPNS](https://docs.dappling.network/legacy-docs/learn/ipns.md)
- [Access Points](https://docs.dappling.network/legacy-docs/learn/access-points.md)
- [Domain Name System](https://docs.dappling.network/legacy-docs/learn/access-points/domain-name-system.md)
- [Ethereum Name Service](https://docs.dappling.network/legacy-docs/learn/access-points/ethereum-name-service.md)


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.dappling.network/introduction.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.
