> For the complete documentation index, see [llms.txt](https://docs.discordbotstudio.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.discordbotstudio.org/response-nodes/interaction-category/get-interaction-option.md).

# Get Interaction Option

Slash commands can have options which trail the actual command. You can think of these like function parameters or arguments.

Using this node allows you to get the value of an option that was used with the slash command.&#x20;

| Field             | Description                                            |
| ----------------- | ------------------------------------------------------ |
| **Interaction**   | The interaction object to get the option from          |
| **Option type**   | What the type of this option is                        |
| **Option name**   | The name of this option                                |
| **Variable name** | The name of the variable to save the option value into |
| **Variable type** | The type to save the new variable as                   |
