> For the complete documentation index, see [llms.txt](https://docs.plumvoice.com/fuse/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.plumvoice.com/fuse/call-flow.md).

# Call-Flow

## Call-Flow Modules

*Call-flow* (<img src="/files/-M4u9_-z10rHoOYpuonS" alt="" data-size="line">) modules create the directional roadmap for a voice application (also called 'branching'). These modules determine the call-flow and workflow logic of an application and are what end-users pass through in order to reach input or data modules. If you think of the path that end-users follow through a call as a road, then the *Call-flow* (<img src="/files/-M4u9_-z10rHoOYpuonS" alt="" data-size="line">) modules are the road signs that direct them where to go.

The [*Prompt*](/fuse/call-flow/prompt.md) (<img src="/files/-M4u9_1MzyyDWNLg7bX1" alt="" data-size="line">) module does not perform any branching functions on its own, but it is grouped with the other *Call-flow* (<img src="/files/-M4u9_-z10rHoOYpuonS" alt="" data-size="line">) modules because it provides critical context for workflow logic and is typically used in conjunction with other *Call-flow* (<img src="/files/-M4u9_-z10rHoOYpuonS" alt="" data-size="line">) modules.

| Module Name                                                                                                                                                    | Description ​                                                                                     |
| -------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------- |
| [<img src="/files/-M4u9_1MzyyDWNLg7bX1" alt="" data-size="line">](/fuse/call-flow/prompt.md) [Prompt](/fuse/call-flow/prompt.md)                               | A simple prompt                                                                                   |
| [<img src="/files/-M4u9_1rIyfqQ9Ly7uyd" alt="" data-size="line">](/fuse/call-flow/transfer.md) [Transfer](/fuse/call-flow/transfer.md)                         | This module transfers the caller the a new desired phone number                                   |
| [<img src="/files/-M4u9_0oXHI-C_cQ2Dk8" alt="" data-size="line">](/fuse/call-flow/go-to-app.md) [Goto App](/fuse/call-flow/go-to-app.md)                       | Re-directs the call-flow to another Fuse application                                              |
| [<img src="/files/-M4u9_0nOCo_qADAVfvZ" alt="" data-size="line">](/fuse/call-flow/go-to-page.md) [Goto Page](/fuse/call-flow/go-to-page.md)                    | Re-directs the call-flow to another page within the current application                           |
| [<img src="/files/-M4u9_-yddKq0elF-SOr" alt="" data-size="line">](/fuse/call-flow/compare-variable.md) [Compare Variable](/fuse/call-flow/compare-variable.md) | Compare variables and re-direct the call based on the result                                      |
| [<img src="/files/-M4u9_-xqXFdLDRt2mUd" alt="" data-size="line">](/fuse/call-flow/counter.md) [Counter](/fuse/call-flow/counter.md)                            | Give callers multiple chances to complete a task, then re-direct the call based on their response |
| [<img src="/files/-M4u9_0fkf2qL_nGYS0q" alt="" data-size="line">](/fuse/call-flow/exit.md) [Exit](/fuse/call-flow/exit.md)                                     | Disconnect the caller from the application                                                        |
| [<img src="/files/-M4u9_0-cHgW1cI0apaj" alt="" data-size="line">](/fuse/call-flow/call-log.md) [Call Log](/fuse/call-flow/call-log.md)                         | Add custom logging to your call logs                                                              |
| [<img src="/files/-M4u9_0rO1eR0OqAu0Yr" alt="" data-size="line">](/fuse/call-flow/label.md) [Label](/fuse/call-flow/label.md)                                  | Sticky notes for annotating an application                                                        |
| [<img src="/files/-M4u9_1qQI6-FlCceVse" alt="" data-size="line">](/fuse/call-flow/subdialog.md) [Subdialog](/fuse/call-flow/subdialog.md)                      | Re-directs the call-flow to an external VoiceXML application                                      |
