# Configure Project Settings

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

<figure><img src="https://3690085903-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FuI8M6bzQ4gmIOsXySyfj%2Fuploads%2F2PcYOUmcIsDjaJ8GOIiO%2FCleanShot%202023-09-06%20at%2011.57.18%402x.png?alt=media&#x26;token=0f00a881-67ce-4b9b-9e95-74c3e595d103" 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.*
