> For the complete documentation index, see [llms.txt](https://cortex-docs.paloaltonetworks.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cortex-docs.paloaltonetworks.com/cortex-xdr-5.x/configure-cortex-xdr/cortex-xdr-data-sources/palo-alto-networks-integrations/prisma-access-browser/ingest-logs-from-prisma-access-browser.md).

# Ingest logs from Prisma Access Browser

Prisma Browser is a Palo Alto Networks browser designed specifically for enterprise use, and is fortified with security features to protect users and organizations. You can configure Cortex XDR to ingest Prisma Browser logs into a dataset called `panw_prisma_access_browser_raw`, that can be queried using XQL. This integration gives you visibility into issues that are generated by the browser. The ingested data can also be used for performing threat hunting queries and correlations within the Cortex platform.

Only one instance of this collector can be created per Cortex XSIAM tenant.

{% hint style="info" %}

### Note

If you change a device region, you must first disconnect the device from Cortex XDR and then reconnect it after the region change is complete.
{% endhint %}

1. In Cortex XDR, select **Settings** → **Data Sources & Integrations**.
2. On the **Data Sources & Integrations** page, click **+ Add New**, search for and select **Prisma Access Browser**, click **Add** or **Add Another Instance**.
3. In the **Connect Prisma Access Browser** dialog box, select the checkbox for **Connect Prisma Access Browser to this account**.
4. **Select log types**: You can either select the specific logs to ingest from this instance, or choose **Select all** to ingest all of them.
5. Click **Connect**.

   Connection can take up to several minutes.

   On the **Data Sources & Integrations** page, expand **Prisma Access Browser** to track the status of your instance.
6. Validate that data is streaming to your tenant by using XQL to query the dataset `panw_prisma_access_browser_raw`.

After you have created a Prisma Browser instance, you can use the **Data Sources & Integrations** page to view information about the integration, or delete the instance.


---

# 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://cortex-docs.paloaltonetworks.com/cortex-xdr-5.x/configure-cortex-xdr/cortex-xdr-data-sources/palo-alto-networks-integrations/prisma-access-browser/ingest-logs-from-prisma-access-browser.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.
