> For the complete documentation index, see [llms.txt](https://help.iviva.com/lucy/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.iviva.com/lucy/my-work-folders/user-interfaces/enabling-anonymous-access-to-a-user-interface.md).

# Enabling Anonymous Access to a User Interface

Anonymous access allows anyone to view your user interface without requiring a login.

To Enable Anonymous Access to a User Interface:

1. On the Lucy app **homepage,** go to the **My Work** tab on the left sidebar.
2. Search and click on the **folder** you want to open.
3. Go to the **User Interfaces** tab.
4. Search and select the desired **user interface.**
5. Hover over the **user interface** and click the **Edit** button that appears. The selected user interface will open on the widget designer page.
6. Go to the **General** tab on the right.
7. Under **Share**, you will find a shareable URL.
8. Select the **Anonymous access allowed** option for anyone to access the UI without providing any authentication credentials.
9. Click **Save Widget.**
10. Copy and paste the shareable URL into a browser and the respective user interface will be opened without requiring a Lucy account.


---

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

```
GET https://help.iviva.com/lucy/my-work-folders/user-interfaces/enabling-anonymous-access-to-a-user-interface.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.
