# HOSITNG

- [What is Hosting?](https://docs.4everland.org/hositng/what-is-hosting.md): Overview
- [IPFS Hosting](https://docs.4everland.org/hositng/what-is-hosting/ipfs-hosting.md)
- [Arweave Hosting](https://docs.4everland.org/hositng/what-is-hosting/arweave-hosting.md)
- [Auto-Generation of Manifest](https://docs.4everland.org/hositng/what-is-hosting/arweave-hosting/auto-generation-of-manifest.md)
- [Internet Computer Hosting](https://docs.4everland.org/hositng/what-is-hosting/internet-computer-hosting.md)
- [Greenfield Hosting](https://docs.4everland.org/hositng/what-is-hosting/greenfield-hosting.md)
- [Guides](https://docs.4everland.org/hositng/guides.md)
- [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)
- [Hosting Templates Centre](https://docs.4everland.org/hositng/hosting-templates-centre.md)
- [Templates Configuration File](https://docs.4everland.org/hositng/hosting-templates-centre/templates-configuration-file.md): Description of the Configuration File: Config.json
- [Quick Addition](https://docs.4everland.org/hositng/quick-addition.md)
- [Implement Github 4EVER Pin](https://docs.4everland.org/hositng/quick-addition/implement-github-4ever-pin.md): 4EVER IPFS Pin contains code examples to help your Github project quickly implement file fixing and access on an IPFS network.
- [Github Deployment Button](https://docs.4everland.org/hositng/quick-addition/github-deployment-button.md): The Deploy button allows you to quickly run deployments with 4EVERLAND in your Git repository by clicking the 'Deploy button'.
- [Hosting API](https://docs.4everland.org/hositng/hosting-api.md)
- [Create Project API](https://docs.4everland.org/hositng/hosting-api/create-project-api.md)
- [Deploy Project API](https://docs.4everland.org/hositng/hosting-api/deploy-project-api.md)
- [Get Task Info API](https://docs.4everland.org/hositng/hosting-api/get-task-info-api.md)
- [IPNS Deployment Update API](https://docs.4everland.org/hositng/hosting-api/ipns-deployment-update-api.md): This API is used to update projects that have been deployed by IPNS.
- [Hosting CLI](https://docs.4everland.org/hositng/hosting-cli.md)
- [Hosting MCP Server](https://docs.4everland.org/hositng/hosting-mcp-server.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.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.
