# User & Role Management

The Arcwise administrative portal at [https://admin.arcwise.app](https://admin.arcwise.app/) is the central way to manage (1) user access to Arcwise and (2) connections to Snowflake & dbt instances.

### Logging into the admin portal

1. Navigate to <https://admin.arcwise.app>
2. Click “Login with Google” and choose your **corporate Google Workspace account** (i.e. <name@company.com>, not your Gmail account.)
3. If successful, you should be taken to a “Manage Users” page where you can manage users in your organization.

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

### Inviting Users

1. Click the “Invite User” button on the right side of the page. This should bring up a “Invite User” form with email and role fields.
2. Enter the company email address for the user you would like to add.
3. Select a **role** for this user:
   1. **Admin:** Has full management permissions in the Arcwise admin portal (can add/remove/re-assign user roles and edit all data connections).
   2. **Editor:** Can edit data connections in the admin portal but **not** user roles.
   3. **User:** End-user of the Arcwise application. Will be able to log in and access connected data through the Google Sheets add-on but not in the admin portal.
4. Once you press save, access will be granted. (NOTE: At the moment we won’t send any email notifications).
5. Access can be removed through the “Delete” buttons. You can also click on entries in the “Role” column to change a user’s role.


---

# 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.arcwise.app/arcwise-setup/user-and-role-management.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.
