> For the complete documentation index, see [llms.txt](https://docs.octoxlabs.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.octoxlabs.com/release-notes/octoxlabs-6.x/release-notes-v6.2.0.md).

# Release Notes - v6.2.0

This update introduces the expansion of **Query AI** across all inventories, a new **Domain Inventory**,&#x20;**Multiple Certificate Import**, several new integrations, and enhancements to existing integrations.&#x20;Below is a structured overview of the key improvements included in this release

### 1. Query AI Expansion

With the **6.0.0 release**, we introduced **AI-powered support** to the Query Wizard, enabling users to&#x20;generate queries by interacting with AI instead of manually writing them. Initially, this capability was&#x20;available **only for Device Assets**.

With this release, the **AI Query Wizard is now available across all inventories**, providing a unified&#x20;and consistent query-building experience throughout the product.

The **Query AI configuration needs to be completed only once** and applies globally—**there is no&#x20;need for inventory-specific configuration**. If you have not completed the configuration yet, please&#x20;feel free to contact our team for assistance

### 2. New Domain Inventory

With the **Domain Inventory**, you can centrally manage your domain assets using data collected&#x20;through **Cloudflare DNS** and **Akamai** integrations. This inventory provides full visibility into your&#x20;domain records and related metadata in a single place.

All **standard inventory capabilities** are supported, including the **Query Wizard**, enabling you to&#x20;create, save, and reuse queries across the platform.

With your **Saved Queries**, you can:

* Add charts or widgets to your dashboards.
* Generate scheduled or on-demand reports.

#### 2.1. Domain Inventory Listing Page

On the domain listing screen, data retrieved from Cloudflare DNS and Akamai integrations will be&#x20;displayed.

#### 2.2. Domain Inventory Detail Page

The domain detail page provides in-depth information about each domain, including DNS records&#x20;and integration-specific details.

### 3. Multiple Certificate Import

Previously, under **Custom Certificates**, users were only able to upload certificate files one at a&#x20;time. With this update, users can now **upload multiple certificate files in a single operation,**&#x20;significantly simplifying certificate management.

Only **ZIP-formatted files** are supported for multiple uploads. The ZIP archive **must not contain&#x20;password-protected PFX files** or any file formats not **supported by the existing single certificate&#x20;import flow**. Unsupported or invalid files will be **skipped during the upload process.**

Upload process notifications will be delivered to users via the **Notifications page**, accessible from&#x20;the top-right corner of the product interface. Three different completion notifications may be&#x20;displayed:

* **If no certificates could be uploaded:**
  * Multiple Certificate process failed. Please check System Activities for details.
* **If some certificates could not be uploaded:**
  * Multiple Certificate upload completed with errors in some files. Please check System    \
    Activities for details.
* **If all certificates were uploaded successfully:**
  * Multiple Certificate upload completed successfully

### New Adapters

* Morphisec
* Cato Networks
* Halo Service Desk
* UpGuard
* Rapid 7 Insight Cloud SEC
* Cloudflare DNS
* Akamai

### Minor Features

* Add enability to **Custom Certificate Inventory** to support **PFX format** file upload
* Add functional enhancements and user interface improvements
* Add user interface improvements to **Action Center** flow create page
* Update **Task Create – Jira job** for better usage
* Add following jobs to Action Center workflow
  * Windows – Run Command
  * Linux - Run Command
  * Windows - Copy To
  * Linux – Copy To
  * Azure – Tag Device
  * Restart Docker Service
  * Linear Task Create&#x20;
* Update on following adapters:
  * FortiNac
  * FortiWEB
* Add adjustable sleep time field for suitable adapters

### Resolved Issues

* Fix list index out of range issue
* Fix **AttributeError** on **ManageEngine EC** adapter
* Fix **Internal Server issue** on **IBM Guardium** adapte


---

# 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.octoxlabs.com/release-notes/octoxlabs-6.x/release-notes-v6.2.0.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.
