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

# Start

Der Reiter “Start” erscheint automatisch als Hauptbildschirm beim Öffnen von SWOT Personal. Das Modul lässt sich, wie alle anderen Zusatzmodule ebenfalls, über den SWOT Browser öffnen. SWOT Personal startet direkt in der Mitarbeiterübersicht mit dem zuletzt bearbeiteten Wertebereich, wenn dieser beim angemeldeten Benutzer bekannt ist.

<figure><img src="/files/vskvBLE3x91bzSDtTsRH" alt=""><figcaption><p>Abbildung 4 Ansicht im Kontextmenü</p></figcaption></figure>

Im Startbildschirm lässt sich per Rechtsmausklick auf die Mitarbeiterzeile das Kontextmenü öffnen (s. Abbildung 5). Alle drei Standardfunktionen, wie das Bearbeiten von Zeilen, die Neuanlage von Mitarbeitern und das Löschen sind direkt wählbar. Darüber hinaus wurden an dieser Stelle häufig benutzte Funktionen, wie „Berechnen“ und „Lohnart-Spalten auswählen“, die bereits im Hauptmenü eingerichtet sind, hier mitintegriert, um die Bearbeitung noch effektiver zu gestalten. Die beiden zuletzt genannten Funktionen werden unter 2.4.1 noch detaillierter aufgegriffen. Die drei Standardfunktionen sind ebenfalls im Hauptmenü wiederzufinden.

<figure><img src="/files/yZ1BpAQv9ETaPsKW1zSG" alt=""><figcaption><p>Abbildung 5 Filterfunktionen im Hauptmenü</p></figcaption></figure>

**Wie in Abbildung 6 dargestellt, kann durch einen einfachen Klick auf den Pfeil des Wertebereichs, die Ansicht von Plan zu Vorschau oder andersherum umgestellt werden. Dies gilt ebenso für den Bereich der Kostenstellen, der einzeln oder zusammengefasst dargestellt werden kann.**

**Die Filterfunktion kann auch auf jede beliebige Spalte angewendet werden (s. Abbildung 7).**

<figure><img src="/files/VjpOX76KpOQaYUSQ0zap" alt=""><figcaption><p>Abbildung 6 Filterfunktionen in Spalten</p></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-personal/start.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.
