# Live and Edit mode

When an app is opened for the first time by a user, it starts in Live mode, which is the mode of the productive usage of the app. Here the user has all the interaction options with the app that the editor of the app has provided.

**Remarks**

* In Live mode, every user has a separate "session". Meaning that if a user switches a menu or enters data into table or cell widget, this change has no impact on the sessions of other users.
* It is possible to close a running app and open it afterwards, to continue using the app at the same state when it has been left.
* A session ends automatically if it has not been used for a certain time (60 minutes). Afterwards, opening the app again starts with all default settings like widget content or menu settings.

If the app has been opened by a user who has Edit permissions on the app (see chapter [App Roles](/nedyx/security/user-management/app-roles.md)), the Edit mode can be entered by clicking on the "Edit mode" button <img src="/files/zuMChXIVTvhfQ03kc8yb" alt="" data-size="line"> in the header bar.

The Edit mode is the environment where apps are built. Pages can be created, widgets can be added to pages, it is possible to change widget positions and styles, define database connection and much more.

**Remarks**

* In Edit mode, all changes are auto-saved and are immediately available for all other users of the app.
* It is possible that multiple editors apply changes on the same app. These changes are available for the other editors immediately as well, so it is recommended to coordinate such a multi-editor development. In the future, nedyx will provide enhanced options to automatically inform editors about changes of other editors.


---

# Agent Instructions: 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:

```
GET https://docs.nedyx.com/nedyx/working-with-nedyx/live-and-edit-mode.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
