> 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-agentix/configure-cortex-agentix/users-and-roles-management/roles-management/role-permissions-by-component/configuration-permissions/data-sources-permissions.md).

# Data Sources permissions

Enables the configuration and management of cloud and third-party data source integrations. This includes Cloud Service Provider (CSP) integrations (AWS, Azure, GCP), Cloud Workload Protection (CWP) instances, Cloud Access Security (CAS) connectors, and Outposts. S

Data Sources & Integrations page

Data Sources is managed under **Settings** → **Configurations** → **Data Collection** → **Data Sources & Integrations**. Access levels to the **Data Sources & Integrations** are determined with the Integrations permissions:

* Data Sources permission only: Users can view the page and manage cloud accounts (CSP).
* Integrations permission only: Users can view the page and manage data collection integration instances, specifically automation and feed integrations.
* Both permissions: Users have full visibility and can manage both data sources and integrations on the same page.

| Permission | Description                                                                                                                                                                                     | Roles Example                                                                                                                                                                                                         |
| ---------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| None       | Users cannot access the **Data Sources & Integrations** page.                                                                                                                                   | SOC Tier-1 Analyst: Data source configuration is outside Tier-1 responsibilities.                                                                                                                                     |
| View       | Read-only access to view all configured instances, connection status, last sync times, and configuration details on the **Data Sources & Integrations** page.                                   | <ul><li>SOC Tier-2 and 3 Analysts: May need to verify data source status/configurations during investigations.</li><li>Threat Hunter: May need to understand data sources for comprehensive threat hunting.</li></ul> |
| View/Edit  | Full control over data source management. Users can add new sources via the wizard, modify settings (credentials, sync intervals), enable/disable sources, and manage associated content items. | Security Engineer: Primary responsibility for configuring and maintaining data sources.                                                                                                                               |

**Required and recommended permissions**

Consider adding the following permissions:

| Permission   | Permission Level | Reason                                                                                                            |
| ------------ | ---------------- | ----------------------------------------------------------------------------------------------------------------- |
| Integrations | View/Edit        | Data Sources & Integrations is a shared page; need to manage integrations on the same page. Strongly recommended. |
| Marketplace  | View/Edit        | Browse and install new data source content packs from the Marketplace. Strongly recommended.                      |


---

# 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-agentix/configure-cortex-agentix/users-and-roles-management/roles-management/role-permissions-by-component/configuration-permissions/data-sources-permissions.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.
