> ## Documentation Index
> Fetch the complete documentation index at: https://developers.argosidentity.com/llms.txt
> Use this file to discover all available pages before exploring further.

# May 2026 update

> ARGOS Omni product update for May 2026

Hello from ARGOS Omni.

Here is what shipped in May.

***

## Edit step engines directly

<span style={{backgroundColor: '#EEF4FF', color: '#0064FF', padding: '4px 12px', borderRadius: '16px', fontSize: '13px', fontWeight: '600'}}>New Feature</span>

The engines assigned automatically from your policy can now be **changed step by step.** On the workflow edit screen, use the **n engine(s)** button on the right of an action row (**Select engines** when none are assigned).

<Frame caption="Editing step engines — pick from the full engine catalog with checkboxes.">
  <img src="https://mintcdn.com/argosidentity/uzgj8WfVduVpDN5-/images/omni/en/workflow-edit-step-engines.png?fit=max&auto=format&n=uzgj8WfVduVpDN5-&q=85&s=842f1419582ab57f4c138a2cb8ac21ee" alt="Editing step engines" width="3733" height="1938" data-path="images/omni/en/workflow-edit-step-engines.png" />
</Frame>

Each engine shows its name and description, so you can confirm what it does right there. One action can take several engines.

When the policy wording alone does not attach the engine you wanted, you can correct it here instead of rewriting the policy — [editing a workflow](/en/omni/dashboard/workflow-setup/editing-a-workflow#editing-step-engines).

***

## Three Korean KYB engines

<span style={{backgroundColor: '#EEF4FF', color: '#0064FF', padding: '4px 12px', borderRadius: '16px', fontSize: '13px', fontWeight: '600'}}>New Feature</span>

Engines for verifying Korean corporate entities were added.

| Engine                                   | What it does                                                                                                 |
| ---------------------------------------- | ------------------------------------------------------------------------------------------------------------ |
| Business Registration Status Check - KOR | Looks up taxpayer status (active or closed) and tax type from a business registration number                 |
| Business Info Verification - KOR         | Checks whether the submitted registration number, representative name, and opening date match public records |
| Bank Account Owner Name Lookup - KOR     | Looks up the account holder name from a bank code and account number                                         |

Put clauses such as "look up the registration status by business registration number" or "look up the account holder by account number" in your policy and they are assigned automatically — [AI model and engines](/en/omni/dashboard/workflow-setup/engine-selection#engine-catalog).

<Note>
  The `- KOR` engines support Korean businesses and accounts only.
</Note>

***

## Better document recognition

<span style={{backgroundColor: '#F0FDF4', color: '#16A34A', padding: '4px 12px', borderRadius: '16px', fontSize: '13px', fontWeight: '600'}}>Feature Improvement</span>

Text that would not come through cleanly on poorly scanned documents now does.

* **PDFs are read from their text layer first.** A PDF that already contains text skips OCR entirely, which is both more accurate and faster.
* Low-contrast scans go through image enhancement before recognition.

Check the extraction result in the content area of **View details** on an item. The text you see there is everything the agent reads.

***

## Redesigned audit log

<span style={{backgroundColor: '#F0FDF4', color: '#16A34A', padding: '4px 12px', borderRadius: '16px', fontSize: '13px', fontWeight: '600'}}>Feature Improvement</span>

The Audit tab of an analysis is now organized along two axes, **summary and per-step records**. The top gives you total steps, passed, needs review, and token usage at a glance; below it you expand each step for detail.

External engine calls are recorded with each step too, so you can see which tool was called with what input and what came back.

***

## Related pages

* [Editing a workflow](/en/omni/dashboard/workflow-setup/editing-a-workflow) — editing step engines
* [AI model and engines](/en/omni/dashboard/workflow-setup/engine-selection) — the engine catalog
* [Analysis results](/en/omni/dashboard/analysis-results) — reading the Audit tab
