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

# Installation

Zur Installation von SWOT One nutzen Sie bitte den Web-Installer Klicken Sie zunächst auf folgenden Link [www.swot.de/support/downloads](https://www.swot.de/support/download/), um den SWOT-Installer herunterzuladen. Starten Sie den SWOT Installer, um mit dem Setup zu beginnen. Der Installer ermittelt alle fehlenden Programme und Dienste und lädt diese herunter. Die Dateien werden im Pfad der **SWOT\_Installer.exe** gespeichert, von hier kann auch die Installation zu einem späteren Zeitpunkt fortgesetzt werden.

<figure><img src="/files/bAG0IQDaIER2joQymOYF" alt=""><figcaption><p>Setup Dialog</p></figcaption></figure>

Beim Start des Setups erfolgt automatisch eine Prüfung auf das Vorhandensein eines lokalen **MS SQL Servers**.

Entsprechend dem Ergebnis dieser Überprüfung werden die Programme zur Installation vorgeschlagen. *SWOT One* wird immer zur Installation angeboten. Auch die Client Tools sind immer zur Installation auswählbar.

{% hint style="info" %}
Ohne die Installation der **MS SQL Client Tools** ist es nicht möglich eine Verbindung zum MS SQL Server herzustellen.

Weiterhin wird es unmöglich sein, folgende Funktionen des **SWOT Browsers** zu verwenden:

* Erstellen, Sichern und Wiederherstellen der SWOT Datenbank
* Erstellen, Importieren, Exportieren von Mandanten
  {% endhint %}

Bei der Auswahl von **SWOT One** und **Installieren** wird *SWOT One* komplett und ohne **MS SQL Server** Komponenten installiert.


---

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