> For the complete documentation index, see [llms.txt](https://docs.vectra.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.vectra.ai/operations/exposure.md).

# Exposure

{% hint style="info" %}
**Please Note:**

**Exposure** is a new heading in your Vectra UI for **Findings** and **Inventory** functionality. The **Inventory** heading represents Asset Inventory as a feature in the Vectra AI platform.

Vectra is making changes to the UI navigation menu as part of the rollout of these features. Please see [Navigation Updates in the Vectra UI](/configuration/navigation-updates-rux.md) for details.

Some of this functionality will only be available for RUX deployments and some will also be available in QUX deployments. Please see the documentation pages underneath this heading for more details.

The new updated UI, along with Findings and Asset Inventory functionality are being rolled out in stages such as:

**Private Preview**

* Please work with your Vectra account team for potential inclusion before the feature/functionality is available for public preview.

**Public Preview**

* The feature/functionality is available to customers who have the underlying required capabilties licensed. For example, if your license does not enough data retention, the feature/functionality may not be available to you.
* Please work with your Vectra account team to ensure you are licensed appropriately if the feature/functionality is not available to you when you know the feature is in public preview.
* The feature/functionality may still be incomplete or changed before GA.

**General Availability**

* The feature/functionality is available generally as long as any underlying capabilities or licensing allows.

The documentation will state the status of the feature along with any specific requirements. Please see the documentation pages underneath this heading for more details.
{% endhint %}


---

# 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.vectra.ai/operations/exposure.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.
