# Setting the Site URL on Windows

First, set the website link.\
Open the root folder of the MasterStudy App and go to the **lib > core > constants** folder and edit the **app\_config.dart** file (line 36,37).

You will see the following string: **const String baseUrl**. Paste your website URL here.

<div><figure><img src="/files/W9zJV9CYbkZSoAoSPKaR" alt=""><figcaption></figcaption></figure> <figure><img src="/files/1Txh5YhvWi8UaFBIujFo" alt=""><figcaption></figcaption></figure></div>

Now you can follow to the next step of adding the icon to your mobile application. See the next section.


---

# 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.stylemixthemes.com/masterstudy-app-documentation/android-app-build-on-windows-os/setting-the-site-url-on-windows.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.
