> For the complete documentation index, see [llms.txt](https://docs.digitalriver.com/salesforce-b2b/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.digitalriver.com/salesforce-b2b/2.1.0/integrating-the-digital-river-salesforce-b2b-commerce-app/step-11-manage-permission-sets.md).

# Step 13: Manage permission sets

Assign the following Digital River permission sets to yourself or applicable users:

* **DRB2B Fulfillment Permission Set**–This permission set is required for fulfillments. Assign the [Fulfillment Integration User](/salesforce-b2b/2.1.0/integrating-the-digital-river-salesforce-b2b-commerce-app/step-8-set-up-digital-river-fulfillments.md#step-7b-create-a-profile) to this permission set.
* **DRB2B Permission Set**–Allows you to upsert CC Cart, CC Order, CC Transaction Payment, CC Invoice, CC Cart Item, and CC Stored Payment objects. Assign all storefront users who will place an order from the storefront to this permission set.
* **DR2B Refund Permission Set**–Allows Service Representatives to request refunds. Assign users who will [initiate refunds](https://app.gitbook.com/@digital-river/s/salesforce-b2b/~/drafts/-MRazfhnbBY5nfyqbUlx/v/2.0/appendix/issuing-refunds) (such as Service Representatives) to the DRB2B Refund Permission Set.

{% hint style="info" %}
**Note:** It is recommended to automate adding all storefront users to the DRB2B Permission Set.
{% endhint %}

To assign users to a permission set:

1. Type `permission sets` in the **Quick Find** field and press **Enter**. \
   ![](/files/-MRVTZPODb1nsdG_E0s9)
2. Click **Permission Sets**. The Permission Sets page appears. ![](/files/-MRVTh14b7UCPaF_RLUC)
3. Under the **Permission Set Label** column, click the permission set you want to add users to. This example shows assigning **DRB2B Permission Set** to users. \
   ![](/files/-MRVTt_AeAijD_fXk50h)
4. From the Permission Set page, click **Manage Assignments**. ![](/files/-MRVU42PEDKBlJU0Hj0R)
5. Click **Add Assignments**. \
   ![](/files/-MRVU949A4FjgcW623MA)
6. Select one or more users who you want to assign to this permission set and click **Assign**.\
   &#x20;![](/files/-MRVUFP6n4kDR75cY1Ra)\
   The assigned users now appear in the modified permission set.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.digitalriver.com/salesforce-b2b/2.1.0/integrating-the-digital-river-salesforce-b2b-commerce-app/step-11-manage-permission-sets.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
