> For the complete documentation index, see [llms.txt](https://whitepaper.qualoo.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://whitepaper.qualoo.io/design-principles-for-qualoo.md).

# Design Principles for Qualoo

Reflecting the current industry landscape and Qualoo's work on the ASEAN Quality of Experience (QoE) Guidelines, we've established several guiding principles that underpin our vision for Qualoo.&#x20;

These guiding principles form the basis of Qualoo's strategic vision and contribute to its overarching mission - to help create a better internet for everyone. Let's delve into how these principles manifest within Qualoo's vision:

1. **Cooperation**: Qualoo aims to facilitate a collaborative environment between various stakeholders of the internet ecosystem. This includes ISPs, regulators, and end-users, to collectively work on enhancing internet performance. This cooperative approach extends beyond national borders, as evident in Qualoo's collaboration with ASEAN.
2. **Transparency**: By making network performance data accessible and understandable, Qualoo aims to demystify the industry and provide clear information to all stakeholders. This not only helps ISPs maintain their network but also empowers end-users by enabling them to understand the service they are receiving.
3. **Inclusion**: The aim is to involve end-users actively in the process of internet enhancement. This participation fosters a shared responsibility for the internet, its use, and its quality. End-users' experiences, represented by the Quality of Experience (QoE) metric, are crucial in this endeavor.
4. **Insight**: Data is key to driving improvement in internet performance. By capturing and analyzing crucial data, Qualoo aims to offer precise insights into internet performance, including QoE. This information allows stakeholders to identify and address issues proactively, leading to better internet service for all.

By adopting these guiding principles, Qualoo aspires to transform the current landscape of the internet industry and pave the way towards a reliable, high-quality, and user-centric internet experience for all.


---

# 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://whitepaper.qualoo.io/design-principles-for-qualoo.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.
