> 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/enable-application-security.md).

# Enable Application Security

To enable Application Security within Prisma Cloud, follow these instructions to activate a 30-day trial subscription. After completing the trial, you can seamlessly transition to a full Application Security module subscription, based on the [license types](/content-collections/application-security/get-started/application-security-license-types.md) available.

1. [Log in](/content-collections/get-started/access-prisma-cloud.md) to Prisma Cloud from your Prisma Cloud account.
2. Select **Profile > View Subscriptions** and then select **Subscribe** for **Application Security**.

   The 30-day trial period begins after you have successfully integrated Code Repositories on Version Control Systems (VCS), CI/CD Runs or Systems, Package Registries, or IDEs. You can conveniently monitor the remaining trial days from **Profile > View Subscriptions**. If you have Prisma Cloud credits available, you will continue to have seamless access to the extensive Application Security capabilities even after the trial period.

   On activating the subscription, you will instantly gain access to the Infrastructure-as-code (IaC) Security and Software Composition Analysis (SCA) security. Additionally, you have the flexibility to enable Secrets Security and CI/CD Security, further enhancing your security posture.

   For a comprehensive understanding of Prisma Cloud Enterprise Edition licensing options, select **Settings > Licensing > Optimize My Subscription**. For more details refer to [Prisma Cloud License Types](/content-collections/administration/prisma-cloud-licenses.md).

   Latest Prisma Cloud tenants are pre-subscribed to Cloud Application Security. Please check your **Subscription** status on the console.


---

# 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/enable-application-security.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.
