# 1: Dissolution Status Codes

These codes are used to indicate the particular current status of a company that has previously been dissolved. Available codes are as follows:

| Code | Status                     |
| ---- | -------------------------- |
| C    | Closed company.            |
| D    | Dissolved company.         |
| R    | Restored to the register.  |
| N    | Not available.             |
| O    | Out of business indicator. |
| P    | Out of business indicator. |


---

# 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://developer.redflagalert.net/appendix/dissolution-status-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.
