> For the complete documentation index, see [llms.txt](https://docs.novacura.com/flow-connect/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.novacura.com/flow-connect/working-with-connect/user-administration/access/manage-access.md).

# Manage access

Developer and runtime access are configured within the application package settings. Developer access is restricted to admin groups, while runtime access is limited to end user groups.

Developer access is initially established when creating a new application package but can be adjusted at any time thereafter.

{% hint style="info" %}
Admin groups with the system permission "Edit all Application Packages" will have the ability to edit all packages without requiring explicit access defined on the package.
{% endhint %}

To control access, open the application package, then click on the **Share** button. The share screen will be opened and display the current developer and end user access.&#x20;

<div align="left"><figure><img src="/files/SXqlAX2U9tn84QXOyIch" alt="" width="272"><figcaption></figcaption></figure></div>

To edit the permissions, select the **Grant Access** button.

Navigate to the Admin Groups tab to toggle specific group permissions on or off. Within the End User Groups section, configure permissions for the test and production environments.

<div align="left"><figure><img src="/files/Q2wVncGlIfpEWWLQJbeH" alt="" width="272"><figcaption></figcaption></figure></div>


---

# 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://docs.novacura.com/flow-connect/working-with-connect/user-administration/access/manage-access.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.
