# Settings

This section helps you to customize the App you build and configure the settings related to your app.

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

If you didn't decide on the app or package name when creating a new project, you might have entered a random name. From here, you can change the name anytime.

You can set a different name for the *App Store* and *Play Store* using the **Display Name**.

### Project Name

Change the name of your Project using this property, this will be implemented at all places inside your project.

### Package Name

You can change the name of your package using this property.

### Display Name

Customize the Display Name of your Project. This is an optional property.


---

# 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.digia.tech/extend-and-ship/app-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.
