# Creation

In the Admin Console, click on the 'Users' tab, then select the 'Bulk User Operations' tab. Choose 'Creation' from the options on the left. On the right, you will see options for Selecting a Blueprint, Downloading a CSV File, the User Info CSV template, and the option to Upload a CSV File, along with the upload CSV design stepper format

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

**Getting Started:**

#### **1. Select a Blueprint**

Begin by selecting a blueprint that matches the desired settings or registration template. This feature enables personalized user registration by dynamically mapping fields based on the chosen blueprint.

* Use the **Blueprint Dropdown** to select the appropriate template for your registration needs.
* The system will automatically adjust the required fields to align with the selected blueprint.

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

#### **2. Download the CSV Template**

Before adding users, it's essential to ensure you are using the correct CSV format:

* Click the **Download CSV** button to get the template.
* Open the downloaded CSV file in a spreadsheet application.
* Fill in the details for each user according to the columns in the file.
* Ensure all required fields are completed to prevent upload errors.

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

#### **3. Upload the CSV File**

Once you've populated the CSV with user information:

* Click **Upload CSV** under the 'Bulk User Creation' tab.
* Select your completed CSV file from your device.
* Follow the on-screen instructions to finalize the upload.

These steps streamline adding multiple users efficiently and help maintain data integrity.

By following these steps, you can ensure a seamless user registration experience tailored to your specific requirements.

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

#### History

The Upload User History tracks all past bulk user upload activities and provides details for review and auditing purposes. The key elements included are:

* **Time of Upload**: The date and time when the CSV file was uploaded.
* **Uploaded By**: The username of the individual who performed the upload.
* **Status**: The result of the upload process, such as Success or Failure.
* **Number of Records**: The total number of user records processed in the upload.
* **Errors**: A detailed list of any errors encountered during the upload, including line numbers and error descriptions.

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

This history helps in maintaining an audit trail and troubleshooting any issues that arise during user account creation.


---

# 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://authdocs.skill-mine.com/licentio-documentation/users/bulk-user-operations/creation.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.
