> For the complete documentation index, see [llms.txt](https://datawarehouse-foundations.reapit.cloud/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://datawarehouse-foundations.reapit.cloud/provisioning-user-accounts.md).

# Provisioning User Accounts

{% hint style="info" %}
It is a mandatory requirement to enable MFA on every Snowflake user account, please visit '[Enabling MFA on Snowflake](/enabling-mfa-on-snowflake.md)' after creating your user account.&#x20;
{% endhint %}

To access your organisation's data warehouse, you must first create the user accounts to access it. You can manage and create as many user accounts as you wish without any additional costs. We recommend that each individual user or application is provided with a unique set of credentials.

To setup a User Account:&#x20;

* Navigate to ‘Users'
* Select 'Provision User Account'
* Enter a 'Username'
* Enter a 'Password' (passwords must be at least 8 characters contain 1 number and should contain a mix of lowercase and uppercase letters)
* Confirm your password
* Select 'Provision'

**Please note:** Creating the first user account is a long running process and can take several minutes to complete.

Once your user account(s) have been created, you will have the ability to update the password or to 'Deactivate' it, removing access to any data for that user.


---

# 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://datawarehouse-foundations.reapit.cloud/provisioning-user-accounts.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.
