> For the complete documentation index, see [llms.txt](https://nearchip.gitbook.io/qwiktest/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://nearchip.gitbook.io/qwiktest/installation/post-installation-steps.md).

# Post Installation Steps

After installation, please make sure to verify the following steps.

### **Step 1: Update Email SMTP Settings**

By default, the installation will create an admin user with the following credentials.&#x20;

* **User Name:** admin
* **Password:** password
* **Email:** <admin@qwiktest.com>

Login to the account and update Email SMTP settings in the [Email Settings](/qwiktest/configurations/email-settings.md) section.

{% hint style="danger" %}
The application **MUST HAVE** a working SMTP configuration for user registration and password resets.
{% endhint %}

{% content-ref url="/pages/-Mcdyc-4B50AQ7BiUgSe" %}
[Email Settings](/qwiktest/configurations/email-settings.md)
{% endcontent-ref %}

### **Step 2: Change Default Email & Password**

You need to change the password and email immediately. You will ask to verify your email.

1. Login to the account, visit the profile page.
2. Change the email from the Profile Information section.
3. Change password from the Update Password section.

### **Step 3: Update Timezone**

By default, the timezone is set to UTC. You can change this to your time zone from the [Localization Settings.](/qwiktest/configurations/localization-settings.md#update-locale-and-timezone)

{% content-ref url="/pages/-Mch6Z2NBgOpHHo\_GMEe" %}
[Localization Settings](/qwiktest/configurations/localization-settings.md)
{% endcontent-ref %}

### **Step 4: Update Site Info, Logo, Icon, and Home Page**

You can update the site info from the [Site Settings](/qwiktest/configurations/site-settings.md) section.&#x20;

You can update the home page from the [Home Page Settings](/qwiktest/configurations/home-page-settings.md) section.

{% content-ref url="/pages/-Mcdy0cwRyeBvk3oCV3A" %}
[Site Settings](/qwiktest/configurations/site-settings.md)
{% endcontent-ref %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://nearchip.gitbook.io/qwiktest/installation/post-installation-steps.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
