# Exit

![](/files/-M5NbiY3yDDaRLPiaDMQ)

## **Function**

This module is used to exit or end a call.

Its primary use is to trigger post-call data transfers. This is a global setting for post-call webservices that sends any default, global webservices data to its specified location. Post-call processing is set in the application settings.

The *Exit* (<img src="/files/-M4u9_0fkf2qL_nGYS0q" alt="" data-size="line">) module can also function as a 'Return' command when used in conjunction with a [*Goto App*](/fuse/call-flow/go-to-app.md) (<img src="/files/-M4u9_0nOCo_qADAVfvZ" alt="" data-size="line">) module.

For example, assume *Application A* has a '*Goto App*' (<img src="/files/-M4u9_0nOCo_qADAVfvZ" alt="" data-size="line">) module that calls '*Application B*'.\
When the call-flow hits the '*Exit*' (<img src="/files/-M4u9_0fkf2qL_nGYS0q" alt="" data-size="line">) module in '*Application B*' it returns the caller to the place where they left off in '*Application A*', i.e. the next module after '*Goto App*' (<img src="/files/-M4u9_0nOCo_qADAVfvZ" alt="" data-size="line">).

## **Module Settings**

* None


---

# 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/exit.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.
