> 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-owners-and-activity-tab.md).

# Application Details: Owners & Activity tab

The Owners & Activity tab provides information about the people responsible for the application, the technologies used, and repository activity and metadata.

Use this tab to identify application owners, understand the application's technology stack, and review repository information.

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

## Owners

The Owners section lists the users responsible for different aspects of the application.

You can assign one or more owners to each ownership role.

| Owner type          | Description                                                                    |
| ------------------- | ------------------------------------------------------------------------------ |
| **Business Owners** | Responsible for the business aspects of the application.                       |
| **Security Owners** | Responsible for the application's security posture and remediation activities. |
| **Dev Owners**      | Responsible for developing and maintaining the application.                    |
| **Watchers**        | Users who want to monitor the application without being assigned ownership.    |

Select Add owner to assign an owner to the selected role.

## Languages

The Languages section displays the programming languages and file types detected in the application.

For each language, OX displays:

* The percentage of the repository represented by the language.
* A visual distribution of the application's technology stack.

Use this information to quickly understand the primary technologies used by the application.

## Activity

The Activity section displays repository metadata and activity information collected from the connected source control provider.

| Field                  | Description                                                                |
| ---------------------- | -------------------------------------------------------------------------- |
| **Creator**            | User who created the repository.                                           |
| **Type**               | Repository type.                                                           |
| **Access Level**       | Indicates whether the repository is public or private.                     |
| **Watchers**           | Number of users watching the repository.                                   |
| **Tags**               | Repository tags imported from the source control provider, when available. |
| **YAMLs**              | Number of YAML files detected in the repository.                           |
| **Repo Size**          | Repository size.                                                           |
| **Push Events**        | Number of push events detected, when available.                            |
| **Pull Requests**      | Number of pull requests associated with the repository, when available.    |
| **Branches**           | Number of branches in the repository.                                      |
| **Downloads**          | Indicates whether repository downloads are enabled.                        |
| **Forks**              | Number of repository forks.                                                |
| **Analyzed Branch**    | Branch currently analyzed by OX.                                           |
| **Creation Date**      | Date when the repository was created.                                      |
| **Latest Code Change** | Date of the most recent 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.        |
| **Latest Scan Type**   | Type of the most recent scan performed for the application.                |

Some fields may not be available for all source control providers or repositories. When information is unavailable, OX displays no value for the corresponding field.


---

# 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-owners-and-activity-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.
