# Share with your users

Add users to your app by clicking add users on the top or going to app settings > add users. Choose a role for the user.&#x20;

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

Once you have added users you can share the app with them by giving them the URL to your app. This can be found in the search bar at the top or by going to app settings > URL. &#x20;

### Table groups

Add multiple users at one time by using a table from your existing data.&#x20;

Click on the **App settings** icon on the top right, select the **Users** tab and select **Create table group.**&#x20;

Then you will be prompted to give your group a name, select a role and the field the email address is in. Each user needs to have their own unique email address in order to sign in.&#x20;

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

### Share your app

For your users to sign in, you will need to give the the URL of your app, this can be found in the General section of the App settings.&#x20;

{% hint style="info" %}
Portals will have a URL that looks like this: <https://plantshops.stackerportal.com/home>
{% endhint %}

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

{% hint style="warning" %}
Make sure you set up [permissions](https://docs.stackerhq.com/stacker/~/revisions/ERmTStRl6onjH8yItRgh/builder-agent-mode/add-user-permissions), if needed, before sharing the URL with your users or team.&#x20;
{% endhint %}


---

# 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.stackerhq.com/stacker-astra/builder-agent-mode/share-with-your-users.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.
