> For the complete documentation index, see [llms.txt](https://docs.bitaffair.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bitaffair.io/technische-vorraussetzungen/browser-and-internet.md).

# Browser & Internet

### Browser

Alle Anwendungen sind kompatibel mit den aktuellen Versionen aller gängigen Browser, einschließlich Chrome, Firefox, Safari und Edge. Eine reibungslose Nutzung der Anwendungen setzt voraus, dass die verwendeten Browser regelmäßig aktualisiert werden, um Sicherheitslücken zu schließen und die Leistung zu optimieren. In der Regel werden diese Updates automatisch im Hintergrund installiert.

Sollten dennoch Darstellungsprobleme oder Funktionseinschränkungen auftreten, empfehlen wir, den Browser auf die neueste Version zu aktualisieren oder einen alternativen unterstützten Browser auszuprobieren.

Informationen zu den aktuellsten Versionen der gängigen Browser finden Sie auf der Webseite [browsehappy.com](https://browsehappy.com).

### Bandbreite der Internetverbindung

Für die optimale Nutzung der Anwendungen ist eine stabile Internetverbindung erforderlich. Wir empfehlen eine Breitbandverbindung mit mindestens 5 Mbit/s, um eine schnelle Ladezeit und eine reibungslose Nutzung aller Funktionen zu gewährleisten. Bei Anwendungen, die größere Datenmengen übertragen, wie Video- oder Bildinhalte (Streaming), kann eine höhere Bandbreite sinnvoll sein. Eine instabile oder langsame Verbindung kann dazu führen, dass Funktionen eingeschränkt sind oder Inhalte verzögert geladen werden.


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.bitaffair.io/technische-vorraussetzungen/browser-and-internet.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
