# Resolution Codes

Resolution codes for the project can be configured by navigating to Project Configuration ->Resolution Codes. These are used as part of incident resolution reason.

A sample Resolution Codes page is as displayed below.

![](/files/-MCLtDD2Qm-VlweU4qf9)

The above reason codes are maintained in JSON file and the file can be uploaded by clicking on '+' and selecting upload.

A Sample json file is as displayed below.

```
[
  {
    "identifier": "DB_TUNING",
    "displayName": "DB Tuning",
    "applicable_incident_categories": [
      "ALL"
    ]
  },
  {
    "identifier": "LOG_CLEANUP",
    "displayName": "Log Cleanup",
    "applicable_incident_categories": [
      "ALL"
    ]
  },
  {
    "identifier": "RESOURCE_INCREASE",
    "displayName": "Resource increase",
    "applicable_incident_categories": [
      "ALL"
    ]
  },
  {
    "identifier": "MAINTENANCE",
    "displayName": "Maintenance",
    "applicable_incident_categories": [
      "ALL"
    ]
  },
  {
    "identifier": "NO_ACTION_TAKEN",
    "displayName": "No Action Taken",
    "applicable_incident_categories": [
      "ALL"
    ]
  }
]

```


---

# 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://oiadocs.cloudfabrix.io/admin-features-guide/projects/configure-project/resolution-codes.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.
