# Registration Request Status

| **Status**                                 | **Description**                                                                                                                                        |
| ------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------ |
| Draft                                      | When a user has saved a Company Registration application as draft (by clicking on the Save as Draft button), and not submitted the application yet.    |
| <p>Submitted/Pending  </p><p>Approval </p> | After a requestor submits a request, its status is “Pending Approval”.                                                                                 |
| Partially approved                         | When at least one service provider is approved and other service providers are pending approval, then the status of the request is Partially approved. |
| Approved                                   | When all roles and service providers in a request are approved, its status is Approved.                                                                |
| Rejected                                   | Registration request is rejected by CNS Helpdesk.                                                                                                      |
| On Hold                                    | Any request which is Pending Approval can be put in a On-Hold status, in order for the company admin to edit any additional information.               |
| Partially Rejected                         | If any one service provider is rejected and others are approved, then the company’s status is Partially Rejected.                                      |
| Suspended                                  | When CNS Helpdesk suspends a company, its status becomes ‘Suspended’. Suspension can happen only after a company has been already approved.            |
| Amendment Pending                          | After a Company Admin amends the Company details and submits this request, its status is “Amendment Pending”.                                          |

**Service Status**

| Active      | When a service is activated after deactivation, its status changes to Active. |
| ----------- | ----------------------------------------------------------------------------- |
| Deactivated | When the service is deactivated, its status is Deactivated.                   |


---

# 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://cnsonline.gitbook.io/client-registration/registration-request-status.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.
