> For the complete documentation index, see [llms.txt](https://cortex-docs.paloaltonetworks.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cortex-docs.paloaltonetworks.com/cortex-xsoar-8-saas-release-notes/features-introduced-in-previous-releases/features-introduced-in-2023/july-2023.md).

# July 2023

This section describes the main features of the Cortex XSOAR 8.3 release.

## Feature Enhancements

| Feature                                     | Description                                                                                                                                                                                                                                                                                                                                                                                                     |
| ------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Improved Auditing                           | The Management Audit Logs now include auditing of actions for incident layouts and incident fields.                                                                                                                                                                                                                                                                                                             |
| Changed Data Collection Description to Data | When viewing or editing a role in the Roles page, under **Data**, the description was changed from Collected Data to Data.                                                                                                                                                                                                                                                                                      |
| Manage User Groups in the Cortex Gateway    | To expand the current Cortex Gateway capabilities, you can view and manage user groups for Cortex XSOAR. User groups can either assume a role, or manage other nested user groups. This capability allows much more granular control over users and their permissions.                                                                                                                                          |
| Manage RBAC settings in the Cortex Gateway  | To expand the current Cortex Gateway capabilities, you can view and manage tenants and role-based access control (RBAC) settings for Cortex XSOAR from within the gateway. Roles created in the tenant will be automatically propagated to the gateway to provide full visibility over your permission posture.                                                                                                 |
| Improved Navigation                         | You can now navigate directly to a specific incident via the incident ID or incident name, using `Ctrl+ k` for Windows or `command-k` for macOS to streamline your navigation through the system.                                                                                                                                                                                                               |
| Indicator Verdict                           | <ul><li>The indicator verdict now considers the results of reputation commands or scripts that run in a playbook or manually.</li><li>Enrichment and score calculations of file indicators now include recorded information about the file's different hashes.</li><li>When creating or editing an indicator, in the Verdict field, clicking the Calculate button now provides more accurate results.</li></ul> |
| Mark as Indicator                           | In the War Room, when hovering over text, you can create an indicator directly from a War Room entry to save time in the course of an investigation.                                                                                                                                                                                                                                                            |
| Detach and Attach Lists for Editing         | You can now edit a list from a content pack by detaching it. Detaching a list enables you to edit and save without having to duplicate the list.                                                                                                                                                                                                                                                                |
| Disable keyboard shortcuts                  | You can now choose to disable keyboard shortcuts by toggling the option in User Preferences > Preferences > General > Enable Shortcuts.                                                                                                                                                                                                                                                                         |
| Navigation Quick Launcher                   | The Quick Launcher enables you to navigate to any page or incident that you are involved in.                                                                                                                                                                                                                                                                                                                    |
| Support for RHEL on Engines                 | Cortex XSOAR now supports RHEL v8.8 and v9.0 for engines.                                                                                                                                                                                                                                                                                                                                                       |


---

# 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://cortex-docs.paloaltonetworks.com/cortex-xsoar-8-saas-release-notes/features-introduced-in-previous-releases/features-introduced-in-2023/july-2023.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.
