# Application Verification

After completing the ONEWEB platform installation, the **Application layer** should be verified to ensure that design‑time functionality is working correctly.

This verification focuses on **App Designer**, which is a core component used to manage application metadata, entities, and UI structure.

***

#### Verify App Designer Access

Open a web browser and log in to the ONEWEB application using the following URL:

```
http://<Application Server IP>:<Port>/FrontWeb
```

A successful login confirms that:

* ONEWEB Application Server is running
* IAM and authentication services are functioning
* Application UI is accessible

<figure><img src="https://2015371994-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FMpDjHWFRUtZ5nJcSfVXd%2Fuploads%2FeNeUyc3opzGuTlcx9jTi%2F0?alt=media" alt=""><figcaption></figcaption></figure>

***

#### Verify Entity Management in App Designer

Once logged in:

1. Navigate to **App Designer**
2. Select **Import Entity**

This verifies that:

* App Designer is properly deployed
* Database connectivity for design‑time operations is working

<figure><img src="https://2015371994-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FMpDjHWFRUtZ5nJcSfVXd%2Fuploads%2FcJNGglVGVYTvgeP56BUz%2F1?alt=media" alt=""><figcaption></figcaption></figure>

***

#### Import Sample Entity Configuration

Import the following entity configuration file:

```
EN_v001.entity.cfg.json
```

Successful import confirms that:

* Entity configuration APIs are operational
* App Designer can read and write metadata to the database

<figure><img src="https://2015371994-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FMpDjHWFRUtZ5nJcSfVXd%2Fuploads%2FCOBVsEvpmwe6b0gWtpbf%2F2?alt=media" alt=""><figcaption></figcaption></figure>

***

#### Verify Menu Configuration

After importing the entity:

1. Go to **App Designer**
2. Navigate to **Menu Configuration**
3. Create a new menu under the **APP Zone**

This step verifies that:

* UI configuration features are functional
* Application metadata changes can be saved and managed

<figure><img src="https://2015371994-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FMpDjHWFRUtZ5nJcSfVXd%2Fuploads%2FjDwg1sTXIOj1WAhqXjsT%2F3?alt=media" alt=""><figcaption></figcaption></figure>

***

#### Verification Result

If all steps above complete successfully, it confirms that:

* ONEWEB Application Server is running correctly
* App Designer is deployed and accessible
* Database connectivity for application metadata is functional
* Core design‑time features are working as expected

The ONEWEB platform is now ready for:

* Application modeling
* UI and menu configuration
* Further verification of Process and Integration components


---

# 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.onewebstack.com/getting-started/platform-configuration/platform-components-overview-and-management/verify-oneweb-installation/application-verification.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.
