# Roles and Permissions

Since security is paramount, the ParqEx API employs somewhat strict account permissions for its users and developers. There are two main roles: **Admin** and U**ser**. An *Admin* has administrative privileges over that account, including:

* Marketplace (Owner functionality): Manage listing information, availability, price, publish/unpublish listings, etc.
* Marketplace (Renter functionality): Book parking, manage vehicle lists, manage user profiles.
* GuestParq & GuestAccess: Manage guest lists, Transfer reservations to guests, manage access.
* Access+: Operate any access point on their account, manage permissions, guest & vehicle information.&#x20;
* Enforcer: Manage DO NOT TOW vehicle lists, manage parking notices, update parking notice status.

**A ParqEx account has only one Admin but can have unlimited users.** A user has more limited permissions and is restricted to the permissions they are granted:

* Marketplace (Renter Only): View properties, reserve and pay for parking, view orders, manage their personal profile and vehicle information.&#x20;
* GuestParq & GuestAccess: Reserve or transfer their parking to guests/visitors, Depending on their permission level they may be able to give access to certain doors.&#x20;
* Access+: Operate access points (doors, gates, garage, elevators, etc.). Avail LPR with Access+ services to gain access to parking areas.


---

# 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.parqex.com/-MUyxAVrX9S4wky8UoX6/overview/roles-and-permissions.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.
