> For the complete documentation index, see [llms.txt](https://docs.eximee.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.eximee.com/documentation/documentation-en/budowanie-aplikacji/interfejs-uzytkownika/formularze/tworzenie-formularza/zapis-tymczasowy/autozapis-i-pola-kontaktowe.md).

# Autosave and contact fields

In the section **Autosave** Automatic parking of the application can be enabled, e.g. when the web session expires. The autosave option can be enabled separately for logged-in and non-logged-in customers. Additionally, the condition for automatic parking of the application can be specified for each channel.

{% hint style="warning" %}
**Note!**\
Automatic parking of applications for a non-logged-in customer works only if the automatic parking condition is met and in the section **Contact fields** a contact number has been specified.
{% endhint %}

<figure><img src="/files/15974b7e3878943e4ed1c55f0f0fec509c052cae" alt=""><figcaption><p><em><strong>Figure 1.</strong> Autosave section with a condition for a logged-in user</em></p></figcaption></figure>

<figure><img src="/files/5fcdf0089ea5bf2a51b15ee2dae9f6abc1e2188a" alt=""><figcaption><p><em><strong>Figure 2.</strong> Autosave section with a condition for a non-logged-in user along with completed contact fields</em></p></figcaption></figure>

### Concurrent parking (alternating advisor and customer)

{% hint style="info" %}
Availability of functionality depends on the license and may not be available in all deployments.
{% endhint %}

A section **Alternating parking of advisor and customer** contains settings for the “concurrent scenario,” in which the application can be filled out by two people. The transfer option works the same as parking for another person. In the section, we can specify the artifact with email notifications and declarations for the customer and advisor.


---

# 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://docs.eximee.com/documentation/documentation-en/budowanie-aplikacji/interfejs-uzytkownika/formularze/tworzenie-formularza/zapis-tymczasowy/autozapis-i-pola-kontaktowe.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.
