> 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/settings-tab.md).

# Settings Tab

The settings tab in a measurement station allows for configuration of the permissions for the station, and various admin actions that may be required.

**Manage Access**

This section provides an interface to configure the permissions of the measurement station. The primary owner of the measurement station is set as the owner selected when \[creating a measurement station]\(#Uploading data to BrightHub). This is either the individual user who created the station, or an organisation that individual is a member of.

Clicking the button "Add User / Organization" brings up the following:

*image of add user/org box*

Here you can insert the email of an individual user who has a BrightHub account, and the permission you wish to grant them. You may also add an entire organisation to a station, and the highest permission any member of that organisation can have on the station.

Once Users/Organisations are added to a station, the permissions can be changed at any point. The \[Station Sharing Guide]\(#Station Sharing Guide) details the different levels of permission.

**Admin Actions**

Any User with the permission "Admin" has access to the functions listed in Admin Actions.

"Manage Client" allows you to add or modify the client organisation who is responsible for the measurement station. This should be set if you are an organisation carrying out work data monitoring for a client who has set up their own organisation on BrightHub. This allows

"Transfer station ownership" allows you to specify the new owner of the site, be that an individual user or an organisation.

You are also able to delete the station from this view.


---

# 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/settings-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.
