# Support for issues

### What are the different categories of issues covered by support plans?

AppMySite classifies issues into four priority levels based on their severity:

* Priority 1- Critical: Involving production application downtime, severely affecting app availability.
* Priority 2- Urgent: Signifying major malfunctions in your application.
* Priority 3- Important: Relating to issues potentially degrading app performance or functionality.
* Priority 4- Attention: Involving issues with a moderate impact.

We aim to provide timely assistance for all issues, with a primary focus on resolving critical and urgent matters promptly


---

# 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.appmysite.com/support/support-for-issues.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.
