> For the complete documentation index, see [llms.txt](https://wiki.swot.de/handbuch/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.swot.de/handbuch/swot-cloud.md).

# SWOT Cloud

Die SWOT Cloud erreichen Sie über die Applikation SWOT CloudConnect.

### Installation

Laden Sie sich die Installationsdatei unter folgendem Link herunter:

{% embed url="<https://www.swot.de/files/downloads/public/swot-cloudconnect-setup.exe>" %}

Folgen Sie den Installationsanweisungen um die SWOT CloudConnect Applikation zu installieren.

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

### Nutzung

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

Geben Sie einfach ihre SWOT Cloud Benutzernamen und Passwort ein und klicken Sie auf den Button "Jetzt starten" um eine Verbindung zu ihrer SWOT Cloud herzustellen.\
Mit einem Häkchen auf "Passwort speichern" müssen Sie ihre Daten bei dem nächsten Start nicht erneut eingeben.

{% hint style="info" %}
Wichtig: Nutzen Sie dafür ihre normalen Zugangsaccount, nicht den Admin Account. Dieser ist lediglich für administrative Änderungen bei einer bereits bestehenden Verbindung zu nutzen.
{% endhint %}

### Einstellungen

Unter den "Einstellungen" können Sie entscheiden, ob sie lokale Drucker, oder Festplatten auf ihrer SWOT Cloud sehen und benutzen möchten. Dies kann hilfreich sein, wenn sie z.B. Reports ausdrucken wollen, oder Daten zwischen ihrer lokalen Maschine und der SWOT Cloud austauschen möchten.

<figure><img src="/files/8rBjUEy2OSIBAUa3jkKX" alt=""><figcaption></figcaption></figure>


---

# 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://wiki.swot.de/handbuch/swot-cloud.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.
