> 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/customer-terms.md).

# Customer Terms

These Customer Terms (“Terms”) govern the use of Atlassian Marketplace applications (“Apps”) provided by **SuperApp Systems**.

### 1. License Grant

Subject to these Terms, SuperApp Systems grants the customer a non-exclusive, non-transferable, limited license to use the Apps for internal business purposes in accordance with the applicable Atlassian Marketplace terms and the purchased subscription.

### 2. Permitted Use

Customers may use the Apps only:

* With supported Atlassian products
* In compliance with applicable laws and regulations
* In accordance with Atlassian Marketplace Terms of Use

Customers may not copy, modify, reverse engineer, or redistribute the Apps, except as permitted by law.

### 3. Ownership

The Apps and all related intellectual property rights are owned by SuperApp Systems.\
No rights are granted other than those expressly stated in these Terms.

### 4. Support and Maintenance

Support is provided in accordance with the published Support Service Level Agreement (SLA).\
SuperApp Systems may update or modify the Apps to maintain compatibility, security, or functionality.

### 5. Data and Privacy

Use of the Apps is subject to the **Data Security and Privacy Statement** published by SuperApp Systems.\
Customers retain ownership of their data.

### 6. Disclaimer

The Apps are provided “as is” and “as available,” without warranties of any kind, except as required by applicable law.

### 7. Limitation of Liability

To the maximum extent permitted by law, SuperApp Systems shall not be liable for indirect, incidental, or consequential damages arising from the use of the Apps.

### 8. Termination

These Terms remain in effect while the customer uses the Apps.\
The license terminates automatically upon subscription expiration or app uninstallation.

### 9. Governing Terms

These Terms operate in conjunction with Atlassian Marketplace Terms.\
In the event of a conflict, Atlassian Marketplace Terms shall prevail.

### 10. Changes to Terms

SuperApp Systems may update these Terms from time to time. Updated versions will be published with the Apps.

### 11. Contact

For questions regarding these Terms, please contact:\
**<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/customer-terms.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.
