# Change App Name

1. Go to Windows Runner Config

* Open:\
  \- windows\runner\Runner.rc
* Look for this line:\
  VALUE "FileDescription", "Your App Name"\
  VALUE "InternalName", "Your App Name"\
  VALUE "ProductName", "Your App Name"
* Change "Your App Name" to your preferred name.

&#x20;

2. Change App Title (shown in Window Title Bar)

* Open:\
  \- windows\runner\main.cpp
* Find this line:\
  \- window\.Create(L"Your App Name", origin, size);
* Replace "Your App Name" with your new app name.

3. After Changes

* Run:\
  \- flutter clean\
  \- flutter build windows

&#x20;

l  Your Windows app will now display the new name in the title bar, executable, and file properties.


---

# 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://cyclone-nepal.gitbook.io/digital-hrs-zkt-offline-setup-documentation/change-app-name.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.
