> For the complete documentation index, see [llms.txt](https://docs.certinext.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.certinext.io/documentation/release-notes/r1522-31-dec-2024.md).

# R1522 (31-Dec-2024)

This release introduces new features as below:

> #### What's New

* **Auto-Save as Draft:** User input at each stage of certificate ordering will automatically be saved, preventing data loss during the process.
* **Payment Options (Credit and Pay Now):** Users have two payment options for certificate orders:
  * **Credit balance:** Payment can be made using available credit in the user's account.
  * **Pay Now:** Payment via online payment methods (e.g., credit/debit card, bank transfer).
* **Custom Field for Private PKI Certificates:** Users can create custom fields that will appear on certificates, providing flexibility for private public key infrastructure (PKI) certificates.
* **Billing & Invoicing:** Accounts that previously used "On-Top up" billing are now switched to On-utilization billing. Invoices will now be generated for each certificate order.
* **emSign Retail Platform Module:**
  * **New Pages:** Additional pages have been added.
    * **Summary:** A summary of the emSign platform account or order details.
    * **Requesting Certificate:** A page to view the certificate request process.
    * **Enrollment Renewals:** A page to view renewing certificates or managing enrollment.
    * **Provisioning:** A page to view for handling the provisioning of certificates.
  * **Region-based Pricing:** Prices are now displayed according to the user's region, detected through the IP address. This ensures that users see relevant pricing for their location.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.certinext.io/documentation/release-notes/r1522-31-dec-2024.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
