# 'Private' Mode

## Securing Your App(s)

In Fuse, modules that collect sensitive information, manipulate variables that contain sensitive information, or transmit sensitive information must all have the ‘Private’ option enabled for each module in order to maintain information security.

<div align="left"><img src="/files/-M9KhmDMcn56GYl6upuI" alt="&#x27;Private&#x27; option enabled"></div>

{% hint style="danger" %}
In order to maintain security compliance throughout your Fuse application, you must ensure that the module(s) that collect end-user input **and** the module(s) that initiate web services have the 'private' option enabled.
{% endhint %}

When the ‘Private’ option is enabled, the icon in the top left corner of the module will change from the module color to grey.

<div align="left"><img src="/files/-M9KhzNUfnR7_U7J662M" alt="Digits module with &#x27;Private&#x27; setting enabled."></div>

<div align="left"><img src="/files/-M9KiBOLsrDh8GGfKOlv" alt="REST module with &#x27;Private&#x27; setting enabled."></div>

## Verifying 'Private' Functionality

It is **highly recommended** to perform quality assurance tests on your application(s) before deployment. To do this input test data that should remain hidden. Repeat this several times to ensure the app has an opportunity to collect data from multiple calls.&#x20;

You can check call logs to ensure that privacy settings are functioning properly and verify that no sensitive data appears anywhere in the logs.&#x20;

![](/files/-M9Kih_tZlX7U5yqi3GI)


---

# 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-security/private-mode.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.
