# User passes

Add passes to users so they can identify themselves at Readers and get through doors you’ve allowed them access to. There are four types of passes:

* Mobile passes
* NFC cards
* CSN cards (any card with a serial number)
* PINs

{% hint style="info" %}
You can add passes before creating any access schedules
{% endhint %}

### Mobile passes

Users can create a mobile pass by downloading Accessia app on their device and logging in. When a user is created, they receive a welcome email asking them to do so

{% hint style="info" %}
Users must give Accessia app permission to access the device’s Bluetooth, location, and background location to use Accessia app as a pass
{% endhint %}

### NFC cards

{% hint style="info" %}
Adding a NFC pass requires a NFC card writer
{% endhint %}

Add an NFC pass to a user from the **user’s profile**

1. Go to the **Passes** tab
2. Click ‘Add NFC card’ in the upper right corner
3. Select the port with your NFC card writer
4. Place the NFC card on the card writer and wait till the card has been added to the user
5. Click close

### CSN cards

{% hint style="info" %}
A CSN card can be any card with a serial number - for example a Wiegand 26-bit Prox H10301 card
{% endhint %}

Add an CSN pass to a user from the **user’s profile**

1. Go to the **Passes** tab
2. Click ‘Add CSN card’ in the upper right corner
3. Select which the card type under **Configuration**
4. Fill the field(s) for that card type
5. Click save

### PINs

PINs can be used at keypads for access

{% hint style="info" %}
By default, PINs can only be used for two-factor authentication. To enable PIN as single factor authentication, see [door settings](/site-setup/adding-doors/door-settings.md)
{% endhint %}

Add PINs to a user from the **user’s profile**

1. Go to the **Passes** tab
2. Click ‘Add PIN’ in the upper right corner
3. Select a PIN or generate a random PIN
4. Click Save

{% hint style="info" %}
Users can only have one PIN each and PINs must be unique
{% endhint %}


---

# 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.accessia.com/users-and-groups/user-passes.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.
