> For the complete documentation index, see [llms.txt](https://docs.ox.security/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ox.security/scan-and-analyze-with-ox/analyzing-scan-results/applications-new/application-details/application-details-explore-tab.md).

# Application Details: Explore tab

The Explore tab provides an overview of the application's security posture, inventory, technologies, and deployment. Use this tab to quickly understand the application, review its security findings, and navigate to related assets.

<figure><img src="/files/1XDjJWojHxDSEydlxbiO" alt="" width="563"><figcaption></figcaption></figure>

## Categories

The Categories section summarizes the application's findings by security category.

Each category displays:

* The highest detected severity.
* The total number of findings.
* The distribution of findings by severity.

Select View *n* Issues to open the Active Issues page filtered for the current application.

The available categories depend on the security capabilities enabled for your organization.

## Application information

The application information panel displays general information about the application.

| Field                  | Description                                                                                            |
| ---------------------- | ------------------------------------------------------------------------------------------------------ |
| **Type**               | Type of application or repository.                                                                     |
| **Access Level**       | Indicates whether the repository is public or private.                                                 |
| **Analyzed Branch**    | Branch currently analyzed by OX.                                                                       |
| **Latest Code Change** | Time since the latest code change detected in the repository.                                          |
| **First Seen in OX**   | Date when OX first discovered the application.                                                         |
| **OX in Pipeline**     | Indicates whether pipeline scanning is enabled for the application.                                    |
| **Languages**          | Programming languages detected in the application. Select the field to view the language distribution. |

## Inventory

The Inventory section summarizes the assets and components discovered for the application.

Select an inventory item to open the corresponding page or view additional information.

| Item                      | Description                                                     |
| ------------------------- | --------------------------------------------------------------- |
| **Developers**            | Developers associated with the application.                     |
| **Files**                 | Files discovered in the repository.                             |
| **Commits**               | Commits analyzed by OX.                                         |
| **Artifacts**             | Container artifacts associated with the application.            |
| **Dependencies (Images)** | Container image dependencies associated with the application.   |
| **Dependencies (Code)**   | Code dependencies identified during analysis.                   |
| **SaaS Items**            | SaaS applications and services associated with the application. |
| **APIs**                  | APIs discovered for the application.                            |

## Tags

The Tags section displays the tags assigned to the application.

Tags help organize applications and can be used for filtering, reporting, and defining scopes.

Select the Edit icon to add or remove tags assigned to the application.

## Application Flow

The Application Flow visualizes the application's software supply chain, from the source repository to the deployed runtime resources.

The flow is built automatically from the integrations connected to OX and may include:

* Source control repositories
* CI/CD platforms
* Container registries
* Cloud providers
* Kubernetes environments

Each node displays the connected resource and, when applicable, the number of associated assets. Select a node to view additional details about that resource.

The Application Flow helps you understand how the application moves through your development and deployment pipeline and provides quick navigation between related assets.


---

# 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.ox.security/scan-and-analyze-with-ox/analyzing-scan-results/applications-new/application-details/application-details-explore-tab.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.
