> For the complete documentation index, see [llms.txt](https://superapp-systems.gitbook.io/legal/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://superapp-systems.gitbook.io/legal/data-security-and-privacy-statement.md).

# Data Security and Privacy Statement

This Data Security and Privacy Statement explains how **SuperApp Systems** collects, uses, and protects user data in its Atlassian Marketplace applications.

### Data Collection and Usage

Our apps collect and process only the data necessary to provide their intended functionality. This may include:

* Atlassian user account identifiers (such as account ID)
* App-related configuration data
* Usage data required for app features and troubleshooting

We do not collect personal data beyond what is required to operate the app.

### Data Storage

* Data is stored securely using industry-standard cloud infrastructure.
* Access to data is restricted to authorized personnel only.
* We do not sell, rent, or share customer data with third parties, except as required to operate the app or comply with legal obligations.

### Data Transmission

* All data transmitted between the app and backend services is encrypted using secure protocols (HTTPS/TLS).
* Authentication and authorization rely on Atlassian-provided mechanisms where applicable.

### Data Retention

* Data is retained only for as long as necessary to provide the app’s functionality or comply with legal requirements.
* Upon app uninstallation, any app-specific stored data is deleted or anonymized within a reasonable timeframe, unless retention is required by law.

### Third-Party Services

Our apps do not transfer customer data to third-party services, except for infrastructure providers necessary for hosting and monitoring.

### Compliance

SuperApp Systems follows industry best practices for data security and privacy and aligns with applicable data protection regulations, including GDPR where relevant.

### Customer Control

Customers retain full ownership of their data. Requests related to data access or deletion can be submitted via our support channels.

### Contact

If you have questions regarding data security or privacy, please contact us at:\
**<support@superapp-systems.atlassian.net>**


---

# 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://superapp-systems.gitbook.io/legal/data-security-and-privacy-statement.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.
