> For the complete documentation index, see [llms.txt](https://docs.skyone.cloud/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.skyone.cloud/english/skyone-studio/support-case-severity-levels/slas.md).

# SLAs

**Service Level Agreements (SLAs)** for support are defined based on the criticality levels of the ticket, ensuring that response and resolution times align with the impact and urgency of each situation. Below are the levels and their respective SLAs:

### Critical

This includes tickets that result in a total disruption of essential services or severe impacts on business operations, such as the unavailability of critical systems. These cases require immediate attention, with the fastest possible response and resolution times to minimize damages.

### High

This refers to tickets that partially compromise important services or reduce the performance of key processes without completely halting operations. These tickets are treated with high priority, with prompt response and resolution times to mitigate the impacts.

### Medium

This covers tickets with limited impact, such as general support requests, operational adjustments, or clarifications. These cases have lower priority compared to higher levels and are addressed within timelines that respect the regular operational flow.

This SLA categorization ensures that resources are allocated efficiently and that tickets are resolved proportionally to their criticality, promoting operational continuity and customer satisfaction.

### SLA

<table><thead><tr><th width="158">Level</th><th>Critical</th><th>High</th><th>Medium</th></tr></thead><tbody><tr><td>L1</td><td>30 minutes</td><td>45 minutes</td><td>1 hour</td></tr><tr><td>L2</td><td>2 hours</td><td>4 hours</td><td>8 hours</td></tr><tr><td>L3</td><td>3 hours</td><td>8 hours</td><td>24 hours</td></tr></tbody></table>

{% hint style="info" %}
You may have contracted a different SLA (service level agreement). In this case, the SLA defined in your account contract overrides the rules described above.
{% endhint %}


---

# 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://docs.skyone.cloud/english/skyone-studio/support-case-severity-levels/slas.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.
