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


---

# 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.plumvoice.com/fuse/call-flow.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.
