# Project Setting

## General

#### Project Name

Used to identify your Project in the Dashboard, and in the URL of your Deployments.

#### Project ID

Used when interacting with the 4EVERLAND API.

#### Build Configuration

When using a framework of a new project, it will be automatically detected. As a result, several project settings are automatically configured to achieve the best result. You can override them below.

#### Root Directory

The directory within your project, in which your code is located. Leave this field empty if your code is not located in a subdirectory. A new Deployment is required for your changes to take effect.

## Domains:

Domains that are assigned to your Production Deployments.

## Environment Variable

In order to provide your Deployment with Environment Variables at Build and Runtime, you may enter them right here, for the Environment of your choice.

## Advanced

#### Rewrite

If a URL doesn't exist, it will be redirected to the specified target location.

#### Directory Listing

If no index file is present within a directory, the directory contents will be displayed.

#### Your Statistics

DApps statistics are displayed on the 4EVERLAND website. If you don't want to display it, close the button to hide DApps statistics, but all your data is still visible.

#### Delete Project

The project will be deleted permanently including deployments and domains. You can't undo this action.

{% 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: 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/project-setting.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.
