# Permissions

## Permissions Reference

### Store

* **View Store** – Allow viewing store settings
* **Update Store** – Allow editing store settings

### Product

* **Create Product** – Allow creating new products
* **View Products** – Allow viewing products
* **Update Products** – Allow updating products
* **Delete Products** – Allow deleting products

### Customer

* **Create Customers** – Allow creating new customers
* **View Customers** – Allow viewing customers
* **Update Customers** – Allow updating customers
* **Manage Inventories** – Allows managing customers inventories

### Role

* **View Roles** – Allow viewing roles
* **Update Roles** – Allow updating roles
* **Create Roles** – Allow creating new roles
* **Delete Roles** – Allow deleting roles
* **Assign Roles** – Allow assigning roles to members

### Gameserver

* **View Game Servers** – Allow viewing game servers
* **Create Game Servers** – Allow creating game servers
* **Update Game Servers** – Allow updating game servers
* **Delete Game Servers** – Allow deleting game servers
* **Resend Game Server Commands** – Allow resending commands for game servers

### Apikey

* **View API Keys** – Allow viewing API keys
* **Delete API Keys** – Allow deleting API keys
* **Create API Keys** – Allow creating API keys
* **Update API Keys** – Allow updating API keys

### Branding

* **Update Branding** – Allows updating store branding

### Order

* **View Orders** – Allow viewing orders
* **Create Orders** – Allow creating orders
* **Manage Orders** – Allow managing order

### Subscription

* **View Subscriptions** – Allow viewing subscriptions
* **Cancel Subscriptions** – Allow cancelling subscriptions

### Payment

* **View Payments** – Allow viewing payments
* **Manage Payment Methods** – Allow managing payment method settings

### Coupon

* **View Coupons** – Allow viewing coupons
* **Delete Coupons** – Allow deleting coupons
* **Create Coupons** – Allow creating coupons
* **Update Coupons** – Allow updating coupons

### Tag

* **View Tags** – Allow viewing tags
* **Create Tags** – Allow creating tags
* **Update Tags** – Allow updating tags
* **Delete Tags** – Allow deleting tags

### Sale

* **View Sales** – Allow viewing sales
* **Delete Sales** – Allow deleting sales
* **Create Sales** – Allow creating sales
* **Update Sales** – Allow updating sales

### Refund

* **View Refunds** – Allow viewing refunds
* **Create Refunds** – Allow creating refunds

### Billing

* **Manage Billing** – Allow managing billing settings

### Webstore

* **View Webstore** – Allow viewing webstore details
* **Update Webstore Details** – Allow updating webstore details
* **Delete Webstore Details** – Allow deleting webstore details

### Giftcard

* **View Gift Cards** – Allow viewing giftcards
* **Update Gift Cards** – Allow updating giftcards
* **Create Gift Cards** – Allow creating giftcards
* **Cancel Gift Cards** – Allow canceling giftcards

### Invite

* **View Invites** – Allow viewing invites
* **Manage Invites** – Allow sending and canceling invitations
* **Kick Members** – Allow kicking members

### Stats

* **Read Revenue Stats** – Allow reading revenue stats

### Ban

* **View Bans** – Allow viewing bans
* **Delete Bans** – Allow deleting bans
* **Create Bans** – Allow creating bans
* **Update Bans** – Allow updating bans

### Webhook

* **View Webhooks** – Allow viewing webhooks
* **Delete Webhooks** – Allow deleting webhooks
* **Create Webhooks** – Allow creating webhooks
* **Update Webhooks** – Allow updating webhooks
* **View Webhook History** – Allow viewing webhook execution history

### Affiliate

* **View Affiliate Links** – Allow viewing affiliate links
* **Create Affiliate Links** – Allow creating affiliate links
* **Update Affiliate Links** – Allow updating affiliate links
* **Delete Affiliate Links** – Allow deleting affiliate links

### Discord

* **View Discord Servers** – Allow viewing discord servers
* **Create Discord Servers** – Allow creating discord servers
* **Delete Discord Servers** – Allow deleting discord servers
* **View Discord Links** – Allows viewing of active discord user links
* **Create Discord Links** – Allows creation of discord user links for customer inventory items
* **Delete Discord Links** – Allows deletion of discord user links for customer inventory items

### Global

* **View Global Commands** – Allow viewing global commands
* **Create Global Commands** – Allow creating new global commands
* **Update Global Commands** – Allow modifying existing global commands
* **Delete Global Comands** – Allow deleting global commands

### Custom

* **Create Custom Variables** – Allow creating new custom variables
* **Update Custom Variables** – Allow updating custom variables
* **Delete Custom Variables** – Allow deleting custom variables
* **Read Custom Variables** – Allow reading custom variables


---

# 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://guides.paynow.gg/access/roles/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.
