# SLA Settings

The SLA Settings can configure the SLA labels on your ticket notification. The following are 3 components that contain in this configuration:&#x20;

![SLA Settings](/files/2ktX2sYVJNbwDga7Xdld)

#### Type

You can select one of three SLA types to define the length of time an issue or ticket must be responded to or completed before the SLA is over. In the **Static** type, you can specify the SLA duration for all tickets. That means high or low severity tickets have the same SLA duration. **Severity Based** type, you can determine the duration of the SLAs based on the critical, high, medium, or low severity. While for **Agent Reply** type, you can select the duration SLA depending on when the agent replies to customer messages.

#### SLA Metric

The SLA calculation works according to the matric if the SLA matric is defined. For **Static** and **Severity Based** SLA types, you can select one of three types of SLA Metrics to determine the time the ticket must be responded to or completed before the SLA is over. The following are three types of SLA metrics for **Static** and **Severity Based**:

| Name                  | Description                                                                                                                                                                                        |
| --------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Assigned to Responded | Indicates that the SLAs ticket will be calculated from the **ticket assigned to the agent** until the agent **responds** to the ticke&#x74;**.**                                                   |
| Created to Responded  | Indicates that the SLAs ticket will be calculated from the **created date of the ticket** until the agent **responds** to the ticke&#x74;**.**                                                     |
| Resolution Time       | it’s indicated that the SLAs ticket will be calculated from the **created date of the ticket** until the ticket was **closed**. The SLAs metric ‘Resolution Time’ is only used for e-mail tickets. |

Whereas the SLA Metric on the **Agent reply** is based only on:

| Name                       | Description                                                                                                                                            |
| -------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------ |
| For Every Incoming Message | Indicates that the SLA ticket will be measured from the beginning of the customer's incoming message until the agent responds to the incoming message. |

#### SLA Duration

SLA duration allows you to define the length of time within which an issue or ticket must be responded to or completed before the SLA is over. You can input the SLA duration in seconds.


---

# Agent Instructions: 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:

```
GET https://docs.3dolphins.ai/customer-service/rule-management/configuration-rule/sla-settings.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
