> For the complete documentation index, see [llms.txt](https://docs.prismacloud.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.prismacloud.io/content-collections/application-security/get-started.md).

# Get Started with Application Security

This section provides you with step-by-step instructions and best practices to help you get up and running with the Application Security module.

| **What do you want to do?**                                                                                            | **Start here**                                                                                                                                                                                                                              |
| ---------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Enable** Application Security                                                                                        | [Enable](/content-collections/application-security/get-started/enable-application-security.md) Application Security on the Prisma Cloud platform                                                                                            |
| **Subscribe** to the Application Security module offerings                                                             | [Manage License Types](/content-collections/application-security/get-started/application-security-license-types.md) for Application Security                                                                                                |
| Configure user **roles and permissions**                                                                               | [Manage user roles and permissions](/content-collections/application-security/get-started/manage-roles-permissions.md) for Application Security                                                                                             |
| Connect your **Code and Build Providers** including VCS, CI/CD Runs and Systems, and artifactory                       | [Code and Build Providers](https://github.com/PaloAltoNetworks/pc-docs-md/tree/main/enterprise-edition/content-collections/application-security/get-started/connect-code-and-build-providers/connect-code-build-providers.md)               |
| Connect your **IDE**                                                                                                   | [Integrate Prisma Cloud plugin with your IDE](https://github.com/PaloAltoNetworks/pc-docs-md/tree/main/enterprise-edition/content-collections/application-security/ides/ides.md)                                                            |
| Scan non-default branches                                                                                              | [Non-default branch scans](/content-collections/application-security/get-started/non-default-branch-scan.md)                                                                                                                                |
| Gain **visibility** into your engineering technical stack                                                              | [Repositories](/content-collections/application-security/visibility/repositories.md)                                                                                                                                                        |
| View an **inventory** of technologies and third party tools and services across your organization’s SDLC               | [Technologies](https://github.com/PaloAltoNetworks/pc-docs-md/tree/main/enterprise-edition/content-collections/application-security/visibility/technologies/technologies.md)                                                                |
| View a repository’s **SBOM** including all open-source packages, third party services and tools used in code           | [SBOM](https://github.com/PaloAltoNetworks/pc-docs-md/tree/main/enterprise-edition/content-collections/application-security/visibility/sbom.md)                                                                                             |
| View a **dashboard** displaying a view of the top application security issues detected in your code across all systems | [Application Security Dashboard](/content-collections/dashboards/dashboards-application-security.md)                                                                                                                                        |
| **Investigate** and perform an in-depth analysis of security issues across your engineering ecosystem                  | [Application Asset Queries](https://github.com/PaloAltoNetworks/pc-docs-md/tree/main/enterprise-edition/content-collections/search-and-investigate/application-asset-queries/application-asset-queries.md)                                  |
| Monitor and fix code build issues                                                                                      | [Monitor and Manage Code Build Issues](https://github.com/PaloAltoNetworks/pc-docs-md/tree/main/enterprise-edition/content-collections/application-security/risk-management/monitor-and-manage-code-build/monitor-and-manage-code-build.md) |
| Configure **thresholds** to enforce violation failures over a certain severity                                         | [Enforcement](/content-collections/application-security/risk-management/monitor-and-manage-code-build/enforcement.md)                                                                                                                       |
| Identify, evaluate, and address **CI/CD** security risks                                                               | [CI/CD Risks](/content-collections/application-security/risk-management/ci-cd-risks.md)                                                                                                                                                     |
| Enable **notifications**                                                                                               | [Enable Notifications](/content-collections/application-security/get-started/application-security-settings/enable-notifications.md)                                                                                                         |


---

# 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.prismacloud.io/content-collections/application-security/get-started.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.
