# Guides

- [Creating a Deployment](https://docs.4everland.org/hositng/guides/creating-a-deployment.md)
- [With Git](https://docs.4everland.org/hositng/guides/creating-a-deployment/with-git.md)
- [With IPFS Hash](https://docs.4everland.org/hositng/guides/creating-a-deployment/with-ipfs-hash.md)
- [With a Template](https://docs.4everland.org/hositng/guides/creating-a-deployment/with-a-template.md)
- [Site Deployment](https://docs.4everland.org/hositng/guides/site-deployment.md)
- [Domain Management](https://docs.4everland.org/hositng/guides/domain-management.md)
- [DNS Setup Guide](https://docs.4everland.org/hositng/guides/domain-management/dns-setup-guide.md): Custom Domain Setup Guide for 4EVERLAND Deployments
- [ENS Setup Guide](https://docs.4everland.org/hositng/guides/domain-management/ens-setup-guide.md): ENS Domain Setup Guide for 4EVERLAND IPFS Deployments
- [SNS Setup Guide](https://docs.4everland.org/hositng/guides/domain-management/sns-setup-guide.md): Solana Name Service (SNS) Domain Setup Guide for 4EVERLAND IPFS Deployments
- [The gateway: 4sol.xyz](https://docs.4everland.org/hositng/guides/domain-management/sns-setup-guide/the-gateway-4sol.xyz.md): 4sol.xyz: The Enterprise-Grade SNS Gateway for Web3 Accessibility
- [SPACE ID Setup Guide](https://docs.4everland.org/hositng/guides/domain-management/space-id-setup-guide.md): SPACE ID Domain Setup Guide for 4EVERLAND IPFS Deployments
- [Project Setting](https://docs.4everland.org/hositng/guides/project-setting.md)
- [Git](https://docs.4everland.org/hositng/guides/project-setting/git.md)
- [Troubleshooting](https://docs.4everland.org/hositng/guides/troubleshooting.md)
- [Common Frameworks](https://docs.4everland.org/hositng/guides/common-frameworks.md)


---

# 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.4everland.org/hositng/guides.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.
