# First usage

Open the URL in web browser what you have set in config.php -> login page will be shown

Default admin credentials are the followings:

<div align="left"><figure><img src="/files/kpnlR8WstXcyqUym3mZ4" alt=""><figcaption></figcaption></figure></div>

{% hint style="info" %}
You can also open the [official demo page](https://ultimatewebsolutions.net/budgy/) on a separate tab and use the "Copy password" link to have the default password on your clipboard so now you can paste it easily.
{% endhint %}

After successful login, navigate to the **Profile** page, edit details and set your:

* Username
* Email
* New Password
* Confirm New Password

{% hint style="warning" %}
Please set strong password having at lest 10 characters, including numbers, lowercase- uppercase letters and  also special characters as well.
{% endhint %}

Click Update. You can test your new password if you log out and log in again.


---

# 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://ultimatewebsolutions.gitbook.io/budgy-documentation/install/first-usage.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.
