> For the complete documentation index, see [llms.txt](https://docs.allganize.ai/allganize-alli-works-userguide-en/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.allganize.ai/allganize-alli-works-userguide-en/set-access-permissions-per-app.md).

# Set access permissions per app

Within the Alli Works page, you can control access permissions so that only specific users can access each app.\
This option is useful when different departments need to use different apps.

In the app management menu, click the three-dot icon of the desired app and select 'Edit App Info.'

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

In the access permissions list at the bottom of the Edit App Info popup, you can set member permissions for that app.&#x20;

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

**Access Permission Management**

By default, apps are public to all members. Administrators (admins) have edit permissions for all apps.

**If you want to make an app visible only to specific groups and members**

1. Turn OFF the 'This project is viewable by all users' option.
2. Specify specific groups and members
   * Select Group: Select a specific group to set access permissions for multiple users at once.
   * Search Members: Select individual members to grant app access permissions.

**Per-App Access Control Roles**

* Viewer: Can only view the app and cannot perform actions like editing.
* Editor: Can view and edit the app.


---

# 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.allganize.ai/allganize-alli-works-userguide-en/set-access-permissions-per-app.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.
