> 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/die-funktionen-der-menus/menu-datei/projekt-speichern.md).

# Projekt speichern

Es ist wichtig, das Projekt regelmäßig zu speichern. Es gibt dafür zwei Möglichkeiten.

## **In der Werkzeugleiste** &#x20;

Speichern über das Diskettensymbol \<Projekt speichern>.

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

## **Über das Menü Datei**

*Menü Datei / Projekt speichern*

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

Während des Speichervorgangs erhalten Sie folgende Information.

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

## **Auto-Speicherung**

&#x20;Im Menü Extras / Programmeinstellungen gibt es den Reiter „Auto-Speicherung“.

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

Hier kann eingestellt werden, in welchem zeitlichen Abstand man daran erinnert werden möchte zu speichern.

Es erscheint dann jeweils der folgende Dialog:

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

Es kann außerdem eingestellt werden, nach wie vielen Autospeicher-Vorgängen eine bak-Datei erstellt werden soll. Die Datei wird unter dem Namen *Projektname*.fmpx.bak im gleichen Ordner wie das Projekt abgelegt. Alle weiteren bak-Dateien erhalten zusätzlich einen Zeitstempel, die Dateien werden nicht überschrieben.

<figure><img src="/files/KUmUjduF5XQCaItFZ2vg" 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://survey.fmpx.docs.frox-it.de/die-funktionen-der-menus/menu-datei/projekt-speichern.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.
