> 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/edit-station-setup.md).

# Edit Station Setup

On the 'Setup' tab, click 'Edit Station Setup' to edit the metadata and populate the data model associated with a BrightHub station.

<figure><img src="/files/YlJDZ9C67LFV4y2r5sT9" alt=""><figcaption></figcaption></figure>

Once in 'edit station' mode, there are a number of tabs which replicate the structure of the IEA Task 43 WRA Data Model.

An overview of each of these tabs is given below - click on the relevant links to find out about each tab in greater detail.

|                                                                                                                  |                                                                                                                                                    |
| ---------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------- |
| [Measurement Location](/brighthub-user-docs/reference-user-manual/setup-tab/measurement-location.md)             | Details the station name, type, location and mast properties or vertical profile properties for remote sensing devices.                            |
| [Logger Main Configs](/brighthub-user-docs/reference-user-manual/setup-tab/logger-main-configs.md)               | Details how the logger settings have been configured over time.                                                                                    |
| [Measurements](/brighthub-user-docs/reference-user-manual/setup-tab/measurements.md)                             | Lists the measurements made by the measurement station.                                                                                            |
| [Data Columns Names](/brighthub-user-docs/reference-user-manual/setup-tab/data-column-names.md)                  | Shows the complete list of column names extracted from the raw timeseries files uploaded to BrightHub.                                             |
| [Logger Measurement Configs](/brighthub-user-docs/reference-user-manual/setup-tab/logger-measurement-configs.md) | Describes how a sensor for a measurement point is connected and programmed into the logger.                                                        |
| [Sensors](/brighthub-user-docs/reference-user-manual/setup-tab/sensors.md)                                       | Records information about the sensors taking measurements and their calibrations.                                                                  |
| [Mounting Arrangements](/brighthub-user-docs/reference-user-manual/setup-tab/mounting-arrangements.md)           | Describes how the instruments have been mounted on a met mast or solar measurement station.                                                        |
| [Interference Structures](/brighthub-user-docs/reference-user-manual/setup-tab/interference-structures.md)       | Provides details of any physical structures which may interfere with measurements, in particular lightening finials, guy wires or aviation lights. |

For guidance on how to interact with BrightHub and edit fields on the UI, see our [guide to editing station metadata](/brighthub-user-docs/reference-user-manual/setup-tab/guide-to-editing-station-metadata.md).


---

# 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/edit-station-setup.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.
