# Create an admin access group

Before you begin building your first application, you need to make sure there is at least one access group in the organization. This guide will walk you through the process of verifying whether an access group already exists and how to create one if it doesn't.

In this example, we'll utilize an access group named *Access group for my first app*.

1. Navigate to **Groups**.
2. Verify whether the admin group "Access group for my first app" has already been created. If it has, proceed to  [Add as user](#add-a-user-to-an-access-group). If not, go to [Create new access group](#create-a-new-access-group) and follow the instructions.

## Create a new access group

1. Navigate to **Groups**.
2. Click on **Create Group**.
3. Select **Admin Group**.
4. Name the group Access group for my first app.
5. Grant access to Create Application Packages and Edit all Application Packages.
6. Click **Add user** and add yourself as a user.
7. Click **Save**.

{% tabs %}
{% tab title="Create group" %}

<figure><img src="/files/hHLuGEfxn7sKjEELFf2b" alt=""><figcaption></figcaption></figure>
{% endtab %}

{% tab title="Configure group" %}

<figure><img src="/files/xpv1jcHDXRdjnP0wCBT3" alt=""><figcaption></figcaption></figure>
{% endtab %}
{% endtabs %}

## Add a user to an access group

1. Navigate to **Groups**.
2. Find the access group *Access group for my first app*, click on the three-dot menu and select Edit.
3. Click **Add user** and add yourself as a user.
4. Click **Save**.

{% tabs %}
{% tab title="Edit access group" %}

<figure><img src="/files/BLULkxcd9X87um9Ul2Yf" alt=""><figcaption></figcaption></figure>
{% endtab %}

{% tab title="Add user" %}

<figure><img src="/files/AI2FZtly2kbOS62BSNcX" alt=""><figcaption></figcaption></figure>
{% endtab %}
{% endtabs %}


---

# 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.novacura.com/flow-connect/quick-start/create-an-admin-access-group.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.
