> For the complete documentation index, see [llms.txt](https://manuals.dialox.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://manuals.dialox.ai/store/skills/base-flows.md).

# Base flows

The Base flows skill provides the basic framework for your bot and the capability to design your bot using Flows. Without it you cannot design Flows using the visual modeller and your bot will not function unless you write your own [Bubblescript](https://developer.botsquad.com) scripts.

The Base flows skill contains the following node types:

Send:

* [Send email](/studio/flows/nodes/send-email.md)
* [Send SMS](/studio/flows/nodes/send-sms.md)
* [Send whatsapp](/studio/flows/nodes/send-whatsapp.md)

Ask:

* [Iterate](/studio/flows/nodes/iterate-iterate.md)
* [Iterate continue](/studio/flows/nodes/iterate-continue.md)
* [Ask choice](/studio/flows/nodes/ask-choice.md)
* [Ask open](/studio/flows/nodes/ask-open.md)
* [Ask name](/studio/flows/nodes/ask-name.md)
* [Ask phone](/studio/flows/nodes/ask-phone.md)
* [Ask language](/studio/flows/nodes/ask-language.md)
* [Ask date](/studio/flows/nodes/ask-date.md)
* [Ask time](/studio/flows/nodes/ask-time.md)
* [Ask custom entity](/studio/flows/nodes/ask-custom-entity.md)

Note:

* [Note create](/studio/flows/nodes/note-create.md)
* [Note update](/studio/flows/nodes/note-update.md)

Control flow:

* [Pause](/studio/flows/nodes/control-flow-pause.md)
* [Branch](/studio/flows/nodes/control-flow-branch.md)
* [Invoke dialog](/studio/flows/nodes/control-flow-invoke-dialog.md)
* [Switch language](/studio/flows/nodes/control-flow-switch-language.md)
* [Goto flow](/studio/flows/nodes/control-flow-go-to-flow.md)
* [Restart](/studio/flows/nodes/control-flow-restart.md)
* [Close](/studio/flows/nodes/control-flow-close.md)


---

# 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:

```
GET https://manuals.dialox.ai/store/skills/base-flows.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.
