# Data

## Data Modules

*Data* (<img src="/files/-M4u9_0Plo55MtZnIwQG" alt="" data-size="line">) modules allows an application to act on data generated during a call or from an external source and brought into a call. These modules can manipulate data or send it somewhere else using JavaScript, REST or SOAP webservices, or Email.

The [*Call Recording*](/fuse/data/call-recording.md) (<img src="/files/-M4u9_02rWeUoRM8_tsE" alt="" data-size="line">) module is somewhat of an outlier here, as it tends to function as a flow control module, but because it creates data on its own, not through user input, it's grouped with the other *Data* (<img src="/files/-M4u9_0Plo55MtZnIwQG" alt="" data-size="line">) modules.

| Module Name                                                                                                                                    | Description ​                             |
| ---------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------- |
| [<img src="/files/-M4u9_0csk7oie0Hae8M" alt="" data-size="line">](/fuse/data/email.md) [Email](/fuse/data/email.md)                            | Send an outbound email                    |
| <img src="/files/-M4u9_1iGtETTvSLfkXs" alt="" data-size="line"> [SMS](/fuse/data/sms.md)                                                       | Send an outbound SMS message              |
| [<img src="/files/-M4u9_1erfLmEXGdGKYs" alt="" data-size="line">](/fuse/data/set-variable.md) [Set Variable(s)](/fuse/data/set-variable.md)    | Define variable(s) within the application |
| [<img src="/files/-M4u9_02rWeUoRM8_tsE" alt="" data-size="line">](/fuse/data/call-recording.md) [Call Recording](/fuse/data/call-recording.md) | Toggles call recording                    |
| [<img src="/files/-M4u9_0dW34reXbZ8q03" alt="" data-size="line">](/fuse/data/evaluate-js.md) [Evaluate JS](/fuse/data/evaluate-js.md)          | Executes JavaScript                       |
| [<img src="/files/-M4u9_1ajC7GIKRSWvr_" alt="" data-size="line">](/fuse/data/rest.md) [REST](/fuse/data/rest.md)                               | Submit a REST webservice request          |
| [<img src="/files/-M4u9_1j9ZEnV0EaJNki" alt="" data-size="line">](/fuse/data/soap.md) [SOAP](/fuse/data/soap.md)                               | Submit a SOAP webservice request          |


---

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