> 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/xsoar-6-administrator-guide/6.12/reference-docs/reference/server-configurations/marketplace-server-configurations.md).

# Marketplace Server Configurations

| Key                                                | Description                                                                                                                                                                                                                                                                                                                                                                                                                                               | Default     |
| -------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------- |
| **`content.pack.verify`**                          | Whether to import custom Content Packs that are not provided by Cortex XSOAR.                                                                                                                                                                                                                                                                                                                                                                             | **`true`**  |
| **`jobs.marketplacePacks.schedule`**               | Changes the background sync schedule in hours. Can be used if having [Marketplace connectivity issues](/xsoar-6-administrator-guide/6.12/onboard-cortex-xsoar/onboarding-in-cortex-xsoar/marketplace/marketplace-troubleshooting.md#UUID-70618f42-85c0-ca96-d366-6500054ae07e_id934bbb0c-8487-44da-bb07-af2892789c78).                                                                                                                                    | **`2`**     |
| **`marketplace.content.pack.fetch.headertimeout`** | Determines the HTTP header timeout in seconds for downloading Marketplace content. Can be used if having [Marketplace timeout issues](/xsoar-6-administrator-guide/6.12/onboard-cortex-xsoar/onboarding-in-cortex-xsoar/marketplace/marketplace-troubleshooting.md#UUID-70618f42-85c0-ca96-d366-6500054ae07e_idad79a7da-284c-4bdd-aaf3-acb1ec4dcb2a).                                                                                                     | **`15`**    |
| **`marketplace.content.pack.fetch.insecure`**      | Do not check for a secure certificate. Can be used if having [Marketplace connectivity issues](/xsoar-6-administrator-guide/6.12/onboard-cortex-xsoar/onboarding-in-cortex-xsoar/marketplace/marketplace-troubleshooting.md#UUID-70618f42-85c0-ca96-d366-6500054ae07e_id934bbb0c-8487-44da-bb07-af2892789c78).                                                                                                                                            | **`false`** |
| **`marketplace.content.pack.fetch.proxy`**         | Enables you to connect to the marketplace without a proxy. Can be used if having [Marketplace connectivity issues](/xsoar-6-administrator-guide/6.12/onboard-cortex-xsoar/onboarding-in-cortex-xsoar/marketplace/marketplace-troubleshooting.md#UUID-70618f42-85c0-ca96-d366-6500054ae07e_id934bbb0c-8487-44da-bb07-af2892789c78).                                                                                                                        | **`true`**  |
| **`marketplace.content.pack.fetch.timeout`**       | Determines the time to wait in seconds for the server's response headers, after writing the request (including the body). It does not include the time to read the response body. Can be used if having [Marketplace connectivity issues](/xsoar-6-administrator-guide/6.12/onboard-cortex-xsoar/onboarding-in-cortex-xsoar/marketplace/marketplace-troubleshooting.md#UUID-70618f42-85c0-ca96-d366-6500054ae07e_id934bbb0c-8487-44da-bb07-af2892789c78). | **`300`**   |
| **`marketplace.sync.enabled`**                     | Turns off marketplace synchronization in the Cloud for the Content Packs. Can be used if you [install a content pack offline](/xsoar-6-administrator-guide/6.12/onboard-cortex-xsoar/onboarding-in-cortex-xsoar/marketplace/install-a-content-pack-offline.md).                                                                                                                                                                                           | **`true`**  |
| **`content.pack.notification.hours.of.the.day`**   | A comma-separated list of numbers representing the hours of the day from 0 to 23. For example, 5,17 sends notifications at 5:00 AM and 5:00 PM.                                                                                                                                                                                                                                                                                                           | N/A         |
| **`email.releasenotes.max.length`**                | How many lines of the release note to include when sending content pack update notifications by email.                                                                                                                                                                                                                                                                                                                                                    | 7           |


---

# 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/xsoar-6-administrator-guide/6.12/reference-docs/reference/server-configurations/marketplace-server-configurations.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.
