# Basic Actions

- [Add & Remove Tag](https://docs.rapidbott.com/help-center/flow-builder/steps/add-and-remove-tag.md)
- [Subscribe and Unsubscribe to Bot](https://docs.rapidbott.com/help-center/flow-builder/steps/subscribe-and-unsubscribe-to-bot.md): Users can subscribe to or unsubscribe from the bot via the Flow Builder or Live Chat. You can also set triggers for both actions.
- [Set Email Opt-in & Opt-Out](https://docs.rapidbott.com/help-center/flow-builder/steps/set-email-opt-in-and-opt-out.md)
- [Set SMS Opt-in & Opt-Out](https://docs.rapidbott.com/help-center/flow-builder/steps/set-sms-opt-in-and-opt-out.md)
- [Steps](https://docs.rapidbott.com/help-center/flow-builder/steps/steps.md)
- [Question step](https://docs.rapidbott.com/help-center/flow-builder/steps/question-step.md)
- [Variable Operation](https://docs.rapidbott.com/help-center/flow-builder/steps/variable-operation.md)
- [JSON Operation](https://docs.rapidbott.com/help-center/flow-builder/steps/json-operation.md)
- [Send Notification](https://docs.rapidbott.com/help-center/flow-builder/steps/send-notification.md)
- [Condition Step](https://docs.rapidbott.com/help-center/flow-builder/steps/condition-step.md)
- [Split Step](https://docs.rapidbott.com/help-center/flow-builder/steps/split-step.md)
- [Go To Step](https://docs.rapidbott.com/help-center/flow-builder/steps/go-to-step.md)
- [Mark Conversation Open/Pending/Spam/Done/Invalid](https://docs.rapidbott.com/help-center/flow-builder/steps/mark-conversation-open-pending-spam-done-invalid.md)
- [Add note to teammates](https://docs.rapidbott.com/help-center/flow-builder/steps/add-note-to-teammates.md)
- [Delete Bot User](https://docs.rapidbott.com/help-center/flow-builder/steps/delete-bot-user.md)
- [Assign to agent/agent group](https://docs.rapidbott.com/help-center/flow-builder/steps/assign-to-agent-agent-group.md)
- [Resume Bot Automation](https://docs.rapidbott.com/help-center/flow-builder/steps/resume-bot-automation.md)
- [Talk to human/Pause automation](https://docs.rapidbott.com/help-center/flow-builder/steps/talk-to-human-pause-automation.md)


---

# 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://docs.rapidbott.com/help-center/flow-builder/steps.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.
