> For the complete documentation index, see [llms.txt](https://docs.nedyx.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.nedyx.com/nedyx/security/user-management/guest-access.md).

# Guest Access

With the guest access option, it is possible to use an app without authentication.

Follow these steps to allow guest access for an app.

1. As an Admin user, open the **Manage users** dialog.\
   ![](/files/M8cDCfu6I0yUsi5vh2MX)
2. At the bottom of the dialog, switch **Allow guest access** on.\
   Now it is possible for all Editors, to enable guest access for their apps as follows.
3. As an Editor of an app, open the **Share App** dialog.\
   ![](/files/oHd6G3niK5vioxa6C7Qa)\\
4. At the bottom of the dialog, switch **Guest access** on.
5. Click on **Anyone with the link** to copy a link to the app into the clipboard.

If the app is opened via this link, no authentication is required, and the user is logged in automatically as guest user.

This link can now e.g. be embedded into a web page, or shared with other users.

#### Remarks

* Please note that the use of Guest users must be permitted by the current license.
* It is not possible to assign Guest users Editor permissions for an app.
* It is possible to temporarily turn off guest access for an app or the entire workspace. All existing links are still valid after switching on again.
*


---

# 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.nedyx.com/nedyx/security/user-management/guest-access.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.
