> For the complete documentation index, see [llms.txt](https://docs.xlconnect.net/xlconnect-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.xlconnect.net/xlconnect-documentation/using-xlconnect/manage-users.md).

# Manage Users

### Inviting New Users <a href="#inviting-new-users" id="inviting-new-users"></a>

To invite other users to your EXL Cloud subscription, use the `Manage Access` button on the taskbar.

![](https://xlconnect.z6.web.core.windows.net/MAnageAccess.png)

This will bring up the `Manage Access Dialog`:

![](https://xlconnect.z6.web.core.windows.net/ManageAccessDialog.png)

Click `Add` to go to the next page. There do the following steps:

![](https://xlconnect.z6.web.core.windows.net/AddUserPage.png)

* Type the email addresses of the users you want to add on the left
* Optional: Type a welcome message to the new suers in the `Personal Message` dialog
* Optional: Set the access rights `Read`, `Write` or `Owner` (see below for explanation)

Then hit `Send Invites` to send the invites.

### Changing Access Rights <a href="#changing-access-rights" id="changing-access-rights"></a>

On the `Manage Access Dialog`, you can add and remove access right by (un)selecting the tick boxes `Read`, `Write` and `Owner`. Then hit `Save` to write these changes to the server.

> Make sure to always leave one Owner, else noone can edit the security anymore. If you accidentally locked yourslef out of your database please raise a ticket and we'll restore ownership to the user that originally took out the subscription.

### Removing Users <a href="#removing-users" id="removing-users"></a>

On the `Manage Access Dialog`, select the users you want to remove access for, then click `Delete` to remove their access from the database.

### What Access Rights Mean <a href="#what-access-rights-mean" id="what-access-rights-mean"></a>

#### Subscription Database vs Content Database <a href="#subscription-database-vs-content-database" id="subscription-database-vs-content-database"></a>

When you sign up to a EXL CLoud subscription, you see two databases:

* The `Subscription Database` that look like 'Your Company Name (Advanced)', if you are the owner of this database you can invite other users. You can also store edited workbooks into this folder.
* The `Content Database` that is called 'EXL Cloud Advanced Content'.

The content database is where all the Excel workbooks are that come with your subscription. These are develped by us, users only ever get read access to that.

You control the access to your `Subscription Database`, when you give people access to that, they can also read workbooks from the `Content Database` that comes with the subscription. The Access Level you set for your users only applies to the `Subscription Database`.

#### Read <a href="#read" id="read"></a>

User can open workbooks and read data from the subscription database, but not write.

#### Write <a href="#write" id="write"></a>

User can save changes to the subscription database (usually this only makes sense if they have Read access else they can't see or open any workbooks).

User with Read access can edit the workbooks that come with the subscription and save them in the Content Database. This way the workbooks can be edited to better fit users requirement like logos, themes, charts, custom calculations etc and still pull data from cloud systems.

See [Creating Custom Content](https://xlconnect.z6.web.core.windows.net/exl-custom-content/)

#### Owner <a href="#owner" id="owner"></a>

User has both Read and Write, and can also configure access for other users.

### What Invited Users Will See <a href="#what-invited-users-will-see" id="what-invited-users-will-see"></a>

Invited users will receive an invitation email and a popup when they open Excel.

#### Invitation Email <a href="#invitation-email" id="invitation-email"></a>

Invited users will receive an email in their inbox that contains the welcome message you entered.

![](https://xlconnect.z6.web.core.windows.net/IbitationEmail.png)

#### Popup in Excel <a href="#popup-in-excel" id="popup-in-excel"></a>

When users have recieved an invite, the next time they open up Excel, XLConnect will display the popup below asking thm to accept or reject the invite.&#x20;

&#x20;![](https://xlconnect.z6.web.core.windows.net/YouHaveInvites.png)


---

# 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.xlconnect.net/xlconnect-documentation/using-xlconnect/manage-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.
