> For the complete documentation index, see [llms.txt](https://despeed.gitbook.io/despeed-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://despeed.gitbook.io/despeed-docs/despeed-network/our-approach/our-approach-1.md).

# Mapping

DeSpeed’s Mapping feature compiles real-time internet speed data from user contributions, transforming it into an **interactive, hyperlocal map**. This map provides an insightful, accessible view of global connectivity, enabling both users and enterprises to make informed decisions about internet services. By visualizing current internet speeds worldwide, DeSpeed’s mapping system empowers users with actionable information to help improve their connectivity experience.

### Hyperlocal Data Visualisation

The DeSpeed map displays data using a honeycomb pattern, breaking down connectivity insights into hexagonal cells for each area. Each cell reflects speed test results from a specific location, creating a detailed, hyperlocal view of internet performance. This layout allows users to:

* Instantly identify areas of strong or weak connectivity.
* Make meaningful comparisons across neighbouring locations.
* Gain insights into connectivity trends at a neighbourhood level.

All internet speeds displayed on the DeSpeed map are measured in **Megabytes (MB)** per second, providing a standardised view of performance across regions. This measurement captures both download and upload speeds, allowing for easy comparisons and clear insights into internet quality.

#### Connection Type Filters: Cellular and Broadband Networks

Users can customise their map view by filtering data based on **connection type**:

* **Cellular Networks**: Displays speed data specifically for mobile networks, helping users compare mobile connectivity across providers.
* **Broadband Networks**: Shows fixed-line ISP performance, offering a focused look at residential and business internet quality in each area.

This filtering option allows users to narrow down their research, enabling tailored comparisons by connection type.

### Key Insights Available on the DeSpeed Map

The Mapping feature provides detailed insights to help users assess and compare internet service quality. Key metrics include:

* **Top ISP for Each Region**: Identifies the highest-performing ISP in a specific area, helping users select the most reliable provider.
* **Average Best Speeds Across ISPs**: Displays the average best speeds across all ISPs within a region, enabling quick performance comparisons.
* **Local Speed Test Count**: Shows the total number of speed tests performed in a user’s local area, reflecting the volume of user engagement and testing activity.

### Mapping's Role in Global Connectivity

DeSpeed’s Mapping feature translates user-generated speed tests into an actionable, decentralised resource for evaluating internet connectivity worldwide. By displaying transparent, up-to-date data on a hyperlocal level, DeSpeed empowers users and enterprises to better understand and improve their internet experiences, making the mapping system a vital tool in global connectivity enhancement.


---

# 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://despeed.gitbook.io/despeed-docs/despeed-network/our-approach/our-approach-1.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.
