> 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/managing-applications.md).

# Managing Applications

You can use the application action bar to manage multiple applications simultaneously. Depending on the selected applications, you can start scans, configure scan settings, assign owners, manage tags, and update other application settings.

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

Select one or more applications to display the action bar. The available actions depend on the selected applications.

### Available actions

| Action                                                                                                                                   | Description                                                                                                                                                                                                                                                                                                                                                              |
| ---------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| [Scan Selected Applications](/scan-and-analyze-with-ox/scanning/scanning-selected-repositories.md)                                       | Start a scan for up to five selected repository applications.                                                                                                                                                                                                                                                                                                            |
| [Application Scan Settings](/scan-and-analyze-with-ox/scanning/multi-branch-support.md)                                                  | <p>Configure the scan settings for the selected repository applications.<br><strong>Note</strong></p><p>The Application Scan Settings action is available only when <a href="/pages/LTh9ptrWrYI750v72YQW">Multi-Branch Scanning</a> is disabled.</p><p>If Multi-Branch Scanning is enabled, configure the branches to scan in the source control connector settings.</p> |
| [Pipeline Settings](/scan-and-analyze-with-ox/scanning/scanning-ci-cd-pipelines/pipeline-scan-settings.md)                               | Open the pipeline settings for the selected applications. For more information, see Pipeline Workflows.                                                                                                                                                                                                                                                                  |
| [Manage Tags](/scan-and-analyze-with-ox/analyzing-scan-results/applications-new/managing-applications/application-tags.md)               | Add, remove, or create tags for the selected applications.                                                                                                                                                                                                                                                                                                               |
| [Assign Owner](/scan-and-analyze-with-ox/analyzing-scan-results/applications-new/managing-applications/application-owners.md)            | Assign or update application owners for the selected applications.                                                                                                                                                                                                                                                                                                       |
| [Change Business Priority](/scan-and-analyze-with-ox/analyzing-scan-results/applications-new/managing-applications/business-priority.md) | Update the Business Priority of the selected applications.                                                                                                                                                                                                                                                                                                               |


---

# 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/managing-applications.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.
