> 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/product-offering.md).

# Product Offering

Qualoo offers a variety of products to its clients, focusing initially on its core offerings and gradually expanding into additional products and services. This phased approach allows Qualoo to prioritize its resources and to meet the most immediate needs of its clients.

### **Core Products:**

1. **Qualoo Data:** The raw data from the performance tests conducted by Qualoo's Test Nodes provide a wealth of information about network performance, latency, throughput, and more. This data is invaluable for internet service providers, regulators, and other stakeholders who need a detailed, ground-level understanding of internet performance.
2. **Qualoo Insights:** This is a client dashboard that provides custom analytics based on the client's needs. For example, an ISP could use Qualoo Insights to get a heatmap of their network's performance, highlighting areas where connectivity is strong or weak alongside a prioritized list of issues across their network, along with recommendations for how to address them. We can also provide real time warnings of upcoming issues allowing ISPs to react quickly to issues.

### **Adjacent Products:**

As Qualoo matures and expands, it plans to offer additional products and services, including:

1. **Training:** Qualoo can provide training to clients on how to use Qualoo Data and Qualoo Insights to their full potential. This could include training on how to interpret the data, how to identify and prioritize issues, and how to use the insights provided to improve network performance.
2. **Consulting:** Qualoo's team of experts can provide consulting services, leveraging the insights provided by Qualoo Data and Insights to help clients make important decisions. This could involve advising on where and how to upgrade network infrastructure, how to manage network performance issues, and more.
3. **Outsourcing:** For clients that require additional support, Qualoo can take on operational responsibilities, such as running a Network Operations Centre (NOC). This allows clients to focus on their core competencies while benefiting from Qualoo's expertise in network performance management.

These products and services together provide a comprehensive solution for improving and managing internet performance, tailored to the needs of each individual client.


---

# 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/product-offering.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.
