> For the complete documentation index, see [llms.txt](https://survey.fmpx.docs.frox-it.de/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://survey.fmpx.docs.frox-it.de/anhang/systemvoraussetzungen.md).

# Systemvoraussetzungen

&#x20;

| **Bereich**           | **Systemvoraussetzung**                                                                                                                                                                                                   |
| --------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Betriebssystem        | <p>Windows 11 version 21H2 (build 22000) oder höher</p><p>Windows 10 version 21H2 (build 19044) oder höher</p>                                                                                                            |
| CPU-Geschwindigkeit   | 2.6 GHz oder höher                                                                                                                                                                                                        |
| Prozessor             | Intel i7, 6-core / 3.6 Ghz AMD Ryzen7, 6-core                                                                                                                                                                             |
| Speicher/RAM          | 16 GB                                                                                                                                                                                                                     |
| Video/Graphik Adapter | <p>Direct3D feature level 10\_0 minimum</p><p>Default: DirectX 11 hardware support<br>Fallback to DirectX 11 software rendering if hardware support is not available.</p>                                                 |
| Speicherplatz         | mindestens 1.5 GB Festplattenspeicher für das Programm, sowie zusätzlicher Speicher für Projekte, empfohlen mindestens 500 MB oder mehr.                                                                                  |
| .Net Desktop Runtime  | mindestens .Net Desktop Runtime v8.0                                                                                                                                                                                      |
| Installation          | Das Setup wird über einen Link zum Download bereitgestellt. Ist die Software einmal installiert, werden alle weiteren Setups über den in der Software integrierten Updater angezeigt und zur Installation bereitgestellt. |
| KIVID®-Feld OEM       | 10.0.2007.8                                                                                                                                                                                                               |

&#x20;

**FX Survey steht in deutscher und englischer Sprache zur Verfügung.**

Falls man trotz eines anderen Betriebssystems in einer anderen Landessprache die englische bzw. deutsche Version nutzen möchte, kann dies in den Programmeinstellungen festgelegt werden, allerdings erscheinen dann Standardbeschriftungen wie \<Yes>, \<No>, \<Cancel> bzw. \<Ja>, \<Nein>, \<Abbrechen> etc. systembedingt in der Landessprache des Betriebssystems.


---

# 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://survey.fmpx.docs.frox-it.de/anhang/systemvoraussetzungen.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.
