# Create a Guest Account

{% hint style="danger" %}
Currently, this function is only available in [KV's version of OE](https://github.com/khoivan88/open_enventory-modified_for_US) **2020-09-26** or above.
{% endhint %}

## **Details**

The idea is each group should have one ‘user’ account designated for external users (users from outside of the group, guests). When someone outside of the group comes and borrows chemical containers, this account barcode should be scanned and following by the container barcode. This specific account (made by turning on a specific permission setting `External borrow` in `Predefined permission`) is set so that during checking out of a chemical container by this account, a pop-up window would open and ask for the specific info (borrower’s name, group, contact info, and the group member assisting during checkout). This info is then saved into the history entry of that exact checkout event.

## Guide

**Step 1**: Create a new user,  ‘guests\_\<database\_name>’ for example.

* While creating this user, choose the following ‘**External borrow**’ in the ‘**Predefined permissions**’

![Choosing 'External borrow' in 'Predefined Permissions' for guests account](/files/-MIALpsHXCVNE1xpNhy6)

**Step 2**: Use this new account barcode in the **OE barcode terminal**. During checkout, a popup window like this should open to ask for more info:

![Popup window asking for more info during checking out of a chemical container by an external user](/files/-MIAMiWchge874eIR61E)

The provided info will be appended to the history entry for that particular checking out event. Example:&#x20;

![Chemical Container History entry log showing the provided contact info for guest users.](/files/-MIAPV1ImkwijPUoq6jQ)

##


---

# 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://open-enventory.gitbook.io/user-guides/user-guides/chemical-inventory/users/create-a-guest-account.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.
