> For the complete documentation index, see [llms.txt](https://help.bizanalyst.in/biz-analyst-manual/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.bizanalyst.in/biz-analyst-manual/security/data-security.md).

# End-to-End Encryption

![](/files/-LhtR28xdf7h3CZ4NRWb)

{% hint style="info" %}
Biz Analyst ensures that your data is completely secure and encrypted at all points thus helping you make great business decisions without worrying about anything else.
{% endhint %}

* We provide complete end-end encryption of the data. The data is completely encrypted on the desktop app as well as the mobile phones. It can only be accessed by the authorised users through the Android / iOS applications.
* The data synced from Tally is stored in a separate folder in encrypted format in your computer where Biz Analyst sync application is installed. This way it can never corrupt / change / affect your original Tally data.
* The encrypted data is then transported to your mobile device via cloud. The decryption of this data happens on the mobile app, thus providing a complete end-end encryption of your data.
* Additionally, the data decrypted on your phone is stored on your phone after encrypting with a personal key which will be different for each mobile device. So, if someone had access to your phone and got access to the file on your phone's file system, they would not be able to view the data. The only way of viewing the data is through the mobile application, which can successfully decrypt the data stored on your phone.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://help.bizanalyst.in/biz-analyst-manual/security/data-security.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
