# Assigning Roles to Recipients

{% embed url="<https://youtu.be/OZR--6Bol3c>" %}

### There are **5** different roles available in the BoloForms add-on:

* Can Approve- This role is for the recipients that can approve/reject a request.
* Get Notification- This role is for the recipients who will get notified only in the process of the approval workflow.&#x20;

  (For eg. In a multi-step approval workflow, if a recipient with the Role 'get notified only' is added in step number 2, they'll get notified with the status of the approval of recipient in step number 1.)
* Receive PDF- This role is for the people who want to receive a pdf copy for the confirmation of the approval request.
* Take Signature- In this role the user has to sign and approve. His/her signature will be visible in dashboard
* Acknowledge - In this role user has to acknowledge that they have received this request

### Steps to assign different Roles:

1. From your Google Form, open the add-on.
2. Add a recipient.
3. Click the drop-down menu in front of the 'Role'.
4. Choose the desired role, and click 'Save Settings'

<figure><img src="/files/ptsdL0Mz5EurQq78yNyE" alt="" width="276"><figcaption><p>Types of Roles</p></figcaption></figure>


---

# 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://approval-docs.boloforms.com/guides/gsuite-add-on/assigning-roles-to-recipients.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.
