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

# Support Service Level Agreement (SLA)

This Support Service Level Agreement (“SLA”) outlines the support response commitments provided by **SuperApp Systems** for its Atlassian Marketplace applications.

### Support Channels

Customer support is provided through:

* **Service Desk:** <https://superapp-systems.atlassian.net/servicedesk/customer/portals>
* **Email:** <support@superapp-systems.atlassian.net>

### Support Hours

* **Monday to Friday, 9:00 AM – 6:00 PM (New York / Eastern Time)**
* Excluding public holidays

### Issue Priorities

| Priority          | Description                                   |
| ----------------- | --------------------------------------------- |
| **P1 – Critical** | App is unavailable or causes major disruption |
| **P2 – High**     | Core functionality significantly impacted     |
| **P3 – Medium**   | Minor issue or workaround available           |
| **P4 – Low**      | General questions or feature requests         |

### Target Response Times

| Priority      | Target Response Time    |
| ------------- | ----------------------- |
| P1 – Critical | Within 4 business hours |
| P2 – High     | Within 1 business day   |
| P3 – Medium   | Within 2 business days  |
| P4 – Low      | Within 3 business days  |

**Response Time** refers to the time between request submission and the first response from the support team.

### Resolution

SuperApp Systems makes reasonable efforts to resolve reported issues in a timely manner. Resolution time may vary depending on issue complexity, Atlassian platform dependencies, and customer cooperation.

### Exclusions

This SLA does not cover:

* Atlassian platform outages
* Issues caused by third-party apps or integrations
* Unsupported or end-of-life Atlassian versions


---

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