# Choose Your ONEWEB Design Patterns

When designing applications on the ONEWEB platform, it is important to understand that applications can be built using **different design patterns**, depending on their purpose and complexity.

Each design pattern represents a common way of structuring an application—whether the focus is on **user experience**, **business processes**, **system integration**, or a **combination of all three**. Choosing the right pattern helps align application design with business goals and makes it easier to evolve the application over time.

The following sections introduce the primary ONEWEB design patterns and explain when each pattern is most appropriate.


---

# 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/building-apps/app-design-fundamentals/choose-your-oneweb-design-patterns.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.
