> For the complete documentation index, see [llms.txt](https://brightwind.gitbook.io/brighthub-user-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://brightwind.gitbook.io/brighthub-user-docs/quick-start-guide/navigate-map-page.md).

# Navigate Map Page

Once you have created and logged into your free [BrightHub account](/brighthub-user-docs/quick-start-guide/create-a-brighthub-user-account.md), you will enter the [BrightHub Map Page](https://brighthub.io/map-view).

<figure><img src="/files/742qw9QBqx6WFz5glAqx" alt=""><figcaption><p>BrightHub Map Page</p></figcaption></figure>

Follow the interactive walkthrough prompts to orient yourself on the map page.

***

{% columns %}
{% column width="50%" %}

## Search for a Measurement Station

Measurement stations appear on the map as icons according to their 'Station Type', as shown in the Station Type list in the sidebar.

You can search for a measurement station in several ways:

* type in the search bar
* select from the dropdown in the search bar
* filter by 'Visibility' to show your private data and/or open data
* filter by 'Data Retrieval' to show stations with 'Active' or 'Inactive Data Retrieval'
* filter by selecting the 'Station Type'
* filter for stations with data from a particular time period using the 'Time Range' bar

{% endcolumn %}

{% column %}

<figure><img src="/files/v5JiKg4APgfHC43QEMAM" alt="" width="241"><figcaption></figcaption></figure>
{% endcolumn %}
{% endcolumns %}

{% columns %}
{% column %}

## Navigate to a Measurement Station

To navigate to a measurement station from the map page:

1. Click on the relevant icon on the map
2. Click 'Go to Station'
   {% endcolumn %}

{% column %}

<div align="center"><figure><img src="/files/DDZjX3UGLWXKI6Cg78AB" alt="" width="375"><figcaption></figcaption></figure></div>
{% endcolumn %}
{% endcolumns %}

{% columns %}
{% column %}

## View Reanalysis Nodes

To view reanalysis nodes on the map:

1. Click on MERRA-2 and/or ERA5 in the Reanalysis Datasets section of the sidebar.
2. Icons appear to show location of reanalysis nodes. You may need to zoom in for these to be visible on the map.
3. Click on your chosen reanalysis node if you would like to [download reanalysis data](/brighthub-user-docs/quick-start-guide/download-reanalysis-data.md).
   {% endcolumn %}

{% column %}

<figure><img src="/files/I3EnzkNVhPrExnjMI32G" alt=""><figcaption></figcaption></figure>
{% endcolumn %}
{% endcolumns %}

{% columns %}
{% column %}

### &#x20;

## Toggle Between Base Maps

To toggle between base maps on BrightHub:

1. Click on the 'Base Map' drop down in the sidebar.
2. Select your preferred base map type from sources including Google Maps, Big/Azure Maps and HERE WeGo Maps.
   {% endcolumn %}

{% column %}

<figure><img src="/files/6uChkimooXDesbbbUmuK" alt=""><figcaption></figcaption></figure>
{% endcolumn %}
{% endcolumns %}

***

To find out more about navigating the Map Page on BrightHub, watch this introductory video:

{% embed url="<https://www.youtube.com/watch?index=7&list=PLqq5HO3e47n8xBRdq8N5wNfoW66lJ8BWp&v=RYnvsTx-aMg>" %}
BrightHub Map Page
{% endembed %}


---

# 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:

```
GET https://brightwind.gitbook.io/brighthub-user-docs/quick-start-guide/navigate-map-page.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.
