> For the complete documentation index, see [llms.txt](https://abdi-dev.gitbook.io/mycuterobot/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://abdi-dev.gitbook.io/mycuterobot/steps/role/giverole.md).

# Give

(from Role Step Category)

This will give a role to user

### Inputs

This step needs some input to work properly when you attempt to add this step in the sketch

| Input  | Description                                           | Type                                  |
| ------ | ----------------------------------------------------- | ------------------------------------- |
| Role   | This will be the role that going to be added to user. | [Role](/mycuterobot/inputs/role.md)   |
| Member | This will be the user who will get the role           | [User](/mycuterobot/inputs/member.md) |

### Placeholders

This step provides 1 [placeholders](/mycuterobot/tutorials/placeholder.md) for your use

| Placeholder                               | Description                         |
| ----------------------------------------- | ----------------------------------- |
| [role](/mycuterobot/placeholders/role.md) | The role that got added to the user |

#### Using Placeholders

[placeholder](/mycuterobot/tutorials/placeholder.md) of a step, can be used only if you provided the step number after the [placeholder](/mycuterobot/tutorials/placeholder.md) name\
For example, using [placeholder](/mycuterobot/tutorials/placeholder.md) `role` that provided from the step number 3

```
<role3>
```
