# Configure Project Settings

The “Settings” tab on the project has the configuration that is used upon every deployment.

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

There is the **build commands** that modify the way your project is built. If something doesn’t seem right on your app’s output on the site, you may have to modify these settings.

The **build variables** allows you to set the variables that can be accessed during the build process. They are not available during runtime and are **not encrypted. Do not store sensitive information in these variables.** Use build variables to manage your build; they allow you to do things like environment configuration, build optimization, or setting global constants.

The git repository and **“production” branch** is where we download the source code. Make sure your code is pushed and up to date here!

Careful about the **delete project** button it’ll make your project disappear.

:cactus:*Fun Fact: The stinging nettle plant has tiny hairs that inject chemicals, causing a stinging sensation when touched. But when carefully cooked, they are safe to eat and rich in nutrients.*


---

# 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.dappling.network/legacy-docs/getting-started/configure-project-settings.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.
