# Onboarding

The Onboarding wizard appears after successfully logging into the application. First-time users or users upgrading to the latest version can follow this wizard to set up their preferences.

{% hint style="info" %}
If Administrators set the **ovaledge.onboarding.widget.enable** value as true, the onboarding widget is enabled for the users.&#x20;
{% endhint %}

**Step#1: Personal Information and Notification Preferences**

This step allows reviewing and updating the personal information and notification preferences.&#x20;

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

The personal information section allows reviewing the profile details, including usernames, teams, and assigned roles. This section also offers control over notification preferences.

Clicking on the "**Save & Continue**" applies the chosen notification preferences, while selecting "Skip this Step" retains the default settings.

**Step#2: Widget Selection**

In this step, we can Personalize the homepage by selecting the hide/show option beside each widget.

<figure><img src="/files/1DWL8IK3Myqu7adn7ixu" alt=""><figcaption></figcaption></figure>

Click on the "Save & Continue," the widgets are saved and displayed on the Home Page.

***

Copyright © 2025, OvalEdge LLC, Peachtree Corners, GA USA


---

# 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.ovaledge.com/release8.1/home/home-page/onboarding.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.
