> 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/reference-user-manual/setup-tab.md).

# Setup tab

The 'SETUP' tab provides an overview of the station setup and allows you to edit the setup and upload data files, depending on your user permission level.

<figure><img src="/files/qWsA3Mq9ClCCoxa9sZm1" alt=""><figcaption><p>BrightHub Setup tab</p></figcaption></figure>

\
The setup tab has 4 distinct functions:

{% stepper %}
{% step %}

### Measurements

* Measurements provides a high level view of measurement points as well as configuration changes to the measurement points.
* The Measurements section provides a summary of the measurement names, measurement types, heights and orientations as well as an indication of any config changes that have occurred in the history of the measurement period.
* Configuration changes display as a change in colour of the "Configuration Timeline" - if you hover over the config bar for a particular measurement point it will display the changes that occurred to the config.
  {% endstep %}

{% step %}

### Detailed Setup Breakdown

Detailed Setup Breakdown provides an in-depth summary of the setup of each of the measurement points and associated configurations and sensors.
{% endstep %}

{% step %}

### Add Timeseries Files

Add Timeseries Files allows you to manually upload additional data.&#x20;

Click 'Add Timeseries Files' and upload your raw logger files using the method described for [creating a BrightHub station](/brighthub-user-docs/station-setup-guide/create-a-brighthub-station.md) by uploading raw logger timeseries files.

<figure><img src="/files/aVavusFPMgAk2pmDgoxA" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Edit Station Setup

* Edit Station Setup is used when you want to edit the metadata associated with the station.
* To add or edit details relating to the metadata on BrightHub, click on on 'Edit Station Setup'.
* Within 'Edit Station Setup' mode, there are several tabs detailing the metadata associated with the station.
* The following pages are dedicated to [navigating Edit Station Setup](/brighthub-user-docs/reference-user-manual/setup-tab/edit-station-setup.md) mode.

<figure><img src="/files/YlJDZ9C67LFV4y2r5sT9" alt=""><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}


---

# 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/reference-user-manual/setup-tab.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.
