# Logins / Accounts

Generally we try to require the *least amount* of logins and extra usernames and passwords as possible. Nobody likes yet another password. 😉

{% hint style="danger" %}
Of course we **don't write any passwords in this public document**, which everybody on the internet can read. We use a password-protected (and hopefully encrypted) storage to save the actual passwords for you to see.
{% endhint %}

The logins to most Angrezi services are **currently shared username and passwords**. This is true for the following services:

* LibreTime (user: `studio`)
* Fileserver (user: `angrezi` or `artist`)
* Mac in Studio XI (user: `angrezi`)
* Controller / Server Status / ? (user: `studio`)
* Mailinglists (no username)

For these services use **your own login**:

* LibreTime for Streaming / in Butt (user: *usually your first name*)
* SharePoint: your own HfK-Account (or Microsoft-Account)

All shared logins are stored here:

* [Common Accounts and Passwords](https://hfkbremen.sharepoint.com/:x:/r/sites/angrezihq/Freigegebene%20Dokumente/Tech/Accounts%20and%20Passwords%20%E2%80%93%20all%20Plenum.xlsx?d=w1812620617f244dda3ee58da877a6d0d\&csf=1\&web=1\&e=naRzN4)
* [Administrative Account and Passwords](https://hfkbremen.sharepoint.com/:x:/r/sites/angrezihq/Freigegebene%20Dokumente/Tech/Accounts%20and%20Passwords%20%E2%80%93%20only%20Admins.xlsx?d=w785f9f7fad864854a98f932aa088b113\&csf=1\&web=1\&e=gETYTE) (for Tech-Crew only)

*Please handle responsibly!*


---

# Agent Instructions: 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://docs.radioangrezi.de/engineering/logins.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.
