Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -440,6 +440,7 @@
"enterprise/quick-start",
"enterprise/analytics",
"enterprise/external-postgres",
"enterprise/support-policy",
{
"group": "K8s Install",
"pages": [
Expand Down
91 changes: 91 additions & 0 deletions enterprise/support-policy.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,91 @@
---
title: Support Policy
description: Severity levels, response commitments, and support processes for OpenHands Enterprise customers
icon: headset
---

Clear response commitments, defined severity levels, and a dedicated team
standing behind every deployment.

## Severity Levels

Every support request is classified by impact so we can respond with the right
urgency.

<CardGroup cols={2}>
<Card title="Severity 1" icon="circle-exclamation" color="#dc2626">
**Production Down**

Product is down or seriously impaired and there is no workaround currently
available.
</Card>
<Card title="Severity 2" icon="triangle-exclamation" color="#ea580c">
**Reduced Capacity**

Customer's system is functioning but in a reduced capacity, and there is no
workaround currently available or the workaround is cumbersome to use.
</Card>
<Card title="Severity 3" icon="circle-info" color="#ca8a04">
**Minor Impact**

Does not prevent normal operation of the Customer's system, or where the
situation may be temporarily circumvented using an available workaround.
</Card>
<Card title="Severity 4" icon="message-question" color="#16a34a">
**General Request**

Non-critical errors or issues, including general questions and requests for
enhancements to the product.
</Card>
</CardGroup>
Comment on lines +15 to +40
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would like to see these definitions tightened up a bit so that we have more consistency across reporters around how the same issue is classified. Let's try to use more objective statements such as we have in the current definitions.

For example "seriously impaired" is less specific and more subjective than saying "a vital feature is broken with no way to bypass it. Affects multiple teams or the entire company."

I would like a more severe sounding title for Sev 2 than "reduced capacity" otherwise I think we'll get more Sev 1 requests than we want. We previously had "major block" for this category. I am fine with alternatives but let's use something that sounds really bad.

We had decided to group minor issues with general requests or concerns as Sev 4. I am fine with that, but let's not use the term minor impact for Sev 3. It should sound worse than that. We previously called that "partial failure." We should describe the impact more crisply and objectively, for example: "system behavior is degraded, disrupting work but users are able to complete tasks."


## First Response SLA

Our commitment to acknowledging your issue. All times represent a qualified
human response, not an automated reply.

### Standard Support

Included with every Enterprise deployment. Coverage is Monday–Friday during
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Business hours, meaning what? What timezone? What hours?

business hours.

| Severity | First Response Time |
|----------|---------------------|
| **Sev 1** — Production Down | 16 business hours |

Check warning on line 54 in enterprise/support-policy.mdx

View check run for this annotation

Mintlify / Mintlify Validation (allhandsai) - vale-spellcheck

enterprise/support-policy.mdx#L54

Did you really mean 'Sev'?
| **Sev 2** — Reduced Capacity | 1 business day |

Check warning on line 55 in enterprise/support-policy.mdx

View check run for this annotation

Mintlify / Mintlify Validation (allhandsai) - vale-spellcheck

enterprise/support-policy.mdx#L55

Did you really mean 'Sev'?
| **Sev 3** — Minor Impact | 2 business days |

Check warning on line 56 in enterprise/support-policy.mdx

View check run for this annotation

Mintlify / Mintlify Validation (allhandsai) - vale-spellcheck

enterprise/support-policy.mdx#L56

Did you really mean 'Sev'?
| **Sev 4** — General Request | 3 business days |

Check warning on line 57 in enterprise/support-policy.mdx

View check run for this annotation

Mintlify / Mintlify Validation (allhandsai) - vale-spellcheck

enterprise/support-policy.mdx#L57

Did you really mean 'Sev'?

### Premium Support

For mission-critical enterprise deployments. Sev 1 coverage is 24/7 including

Check warning on line 61 in enterprise/support-policy.mdx

View check run for this annotation

Mintlify / Mintlify Validation (allhandsai) - vale-spellcheck

enterprise/support-policy.mdx#L61

Did you really mean 'Sev'?
weekends. Sev 2–4 coverage is Monday–Friday.

| Severity | First Response Time |
|----------|---------------------|
| **Sev 1** — Production Down | 30 minutes |

Check warning on line 66 in enterprise/support-policy.mdx

View check run for this annotation

Mintlify / Mintlify Validation (allhandsai) - vale-spellcheck

enterprise/support-policy.mdx#L66

Did you really mean 'Sev'?
| **Sev 2** — Reduced Capacity | 4 hours |

Check warning on line 67 in enterprise/support-policy.mdx

View check run for this annotation

Mintlify / Mintlify Validation (allhandsai) - vale-spellcheck

enterprise/support-policy.mdx#L67

Did you really mean 'Sev'?
| **Sev 3** — Minor Impact | 8 hours |

Check warning on line 68 in enterprise/support-policy.mdx

View check run for this annotation

Mintlify / Mintlify Validation (allhandsai) - vale-spellcheck

enterprise/support-policy.mdx#L68

Did you really mean 'Sev'?
| **Sev 4** — General Request | 1 business day |

Check warning on line 69 in enterprise/support-policy.mdx

View check run for this annotation

Mintlify / Mintlify Validation (allhandsai) - vale-spellcheck

enterprise/support-policy.mdx#L69

Did you really mean 'Sev'?

<Note>
The SLA times listed above represent first response commitments. While we
strive to resolve issues as quickly as possible, these times should not be
interpreted as expected time-to-resolution.
</Note>

## How to Report an Issue

Submit support requests through the
[OpenHands Support Portal](https://support.openhands.dev). The support portal
allows you to create, track, and manage all of your support requests in one
place.

<CardGroup cols={2}>
<Card title="Support Portal" icon="life-ring" href="https://support.openhands.dev">
Submit and track support requests.
</Card>
<Card title="Contact Sales" icon="envelope" href="https://openhands.dev/contact">
Learn more about Premium Support or discuss your support needs.
</Card>
</CardGroup>
Loading