> For the complete documentation index, see [llms.txt](https://docs.4everland.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.4everland.org/hositng/what-is-hosting/arweave-hosting/auto-generation-of-manifest.md).

# Auto-Generation of Manifest

4EVERLAND is a straightforward and efficient platform for all your deployment needs. It’s key to mention that 4EVERLAND employs Manifests in its Arweave deployment process, ensuring it’s in full alignment with industry best practices.

Initiate the Process & Account Linking: Begin by navigating to the ‘Hosting’ section. Once there, proceed to ‘Projects’, then connect your 4EVERLAND account with GitHub. This integration will allow for seamless project deployment.

<figure><img src="/files/VdLFaGeeEit5M2MDxSWF" alt=""><figcaption></figcaption></figure>

Import Your Repository: Once your account is connected, you will have the option to import the repository you wish to deploy. Select the desired repo.

<figure><img src="/files/l5n1CWodySHtZCJbrRIL" alt=""><figcaption></figcaption></figure>

**Configuration Settings**

* Move on to ‘Step 2’.
* Adjust the necessary configurations as per your requirements.
* Ensure you select ‘Arweave’ as your hosting platform.

**Deployment**

* Once all settings are in place, click on the ‘Deploy’ button. After a successful deployment, your project will be live on Arweave.

<figure><img src="/files/iVXOXPxNo0d5xeJmSKzJ" alt=""><figcaption></figcaption></figure>

**Review and Access**

* To view the status of your project, click on ‘Project Details’.
* If you wish to directly visit your deployed project, simply click on the ‘Visit’ button or link.

<figure><img src="/files/bHRJhH19bE7VBfkntJEd" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/RQVVvhkByZ7170ICUxNp" alt=""><figcaption></figcaption></figure>

Here is the demonstration of the deployed project

<figure><img src="/files/kOvAIV3mLtWMESf78Gpw" alt=""><figcaption></figcaption></figure>

*You can also access the deployed project using the following URL path format:* [*https://arweave.net/FxmMc7CUkurIELUU8icITK51alXOVpD0mBrmaxPL4sU/index.html*](https://arweave.net/FxmMc7CUkurIELUU8icITK51alXOVpD0mBrmaxPL4sU/index.html)

This is what a completed deployment folder directory looks like

<figure><img src="/files/iLbzNyJVjst0QYKsYT0p" alt=""><figcaption></figcaption></figure>

Automatically Generated Manifest File Showcase

<figure><img src="/files/sr3ok1XoXYuZcL4z4DJI" alt=""><figcaption></figcaption></figure>

As we wrap up this tutorial, it’s essential to note that there’s more than one way to achieve your Arweave deployment goals.&#x20;

Aside from using automated hosting services, you have the option to manually create your website and generate a Manifest file. Once the Manifest is prepared, you can use 4EVERLAND’s bucket feature to deploy it to Arweave. The end result is essentially the same.

For more details about Path Manifest:

{% content-ref url="/pages/Iy3w305heWhBdPVcNvNt" %}
[Path Manifests](/storage/bucket/arweave-bucket/path-manifests.md)
{% endcontent-ref %}

{% hint style="info" %}
If you have any questions, please join our [Discord server](https://discord.com/invite/Cun2VpsdjF), or send us an email at <contact@4everland.org>.
{% endhint %}


---

# 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 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, and the optional `goal` query parameter:

```
GET https://docs.4everland.org/hositng/what-is-hosting/arweave-hosting/auto-generation-of-manifest.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
