# Design ONEWEB Architecture

Before installing ONEWEB, you should define the **overall platform architecture** that best fits your business and application requirements.

ONEWEB is an **enterprise‑grade application development platform** built on **Java EE technology** and follows a **three‑tier architecture** consisting of:

* Web Tier
* Application Tier
* Database Tier

This layered architecture provides clear separation of concerns and supports scalability as system usage grows.

In addition to traditional deployments, ONEWEB also supports **containerized architecture** for cloud environments. Multiple deployment models are available to address different levels of availability, scalability, and operational complexity.

At a high level, the standard ONEWEB architecture options include:

* **Standalone Architecture**
* **High Availability Architecture**
* **Cloud Architecture**

Each architecture option is explained in detail in the following sub‑sections.


---

# 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/oneweb-platform-th/getting-started/installation-guide/plan-your-oneweb-installation/design-oneweb-architecture.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.
