# State diagram

The following diagram shows the state (status) transition process of a certificate. It shows the possible states a certificate can have and the transition between those states.

<figure><img src="/files/IgvFzrCigF4bNQU9V7Ll" alt=""><figcaption><p>The state transition diagram of a certificate.</p></figcaption></figure>

<table data-full-width="false"><thead><tr><th width="152">State</th><th>Definition</th></tr></thead><tbody><tr><td><strong>New</strong></td><td>This is the initial status of a certificate, and it's assigned by the platform when the certificate is being created.</td></tr><tr><td><strong>Pending</strong></td><td>The certificate has been created successfully, and it's awaiting approval by the vendor.</td></tr><tr><td><strong>Active</strong></td><td>The certificate is active and can be used when placing an order.</td></tr><tr><td><strong>Expired</strong></td><td>The certificate has expired. Expired certificates can be renewed by re-enrolling in the program.</td></tr><tr><td><strong>Updating</strong></td><td>The certificate is being updated due to re-enrollment in the program.</td></tr><tr><td><strong>Terminated</strong></td><td>The certificate has been terminated. Terminated certificates can't be used to re-enroll in a program. </td></tr></tbody></table>


---

# 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.platform.softwareone.com/developer-resources/rest-api/program-api/certificate/certificate-state-diagram.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.
