> 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.13/learn-about-cortex-xsoar/reference/server-configurations/automation-server-configurations.md).

# Automation Server Configurations

| Key                                                      | Description                                                                                                                                                                                                                                                                                                                                                              | Default  |
| -------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | -------- |
| **`content.item.validate.script`**                       | Enables you to add an automation, which [validates](/xsoar-6-administrator-guide/6.13/learn-about-cortex-xsoar/onboarding-in-cortex-xsoar/marketplace/content-pack-contributions.md#UUID-e241c5a9-113e-f991-edfe-264fe93e8786_id8cdba2aa-1526-4a1c-a85e-77db55d76e07) content. Used when creating content. Type the name of the automation.                              | N/a      |
| **`content.item.validate.script.trust_any_Certificate`** | Whether the default automation trusts any certificate. Used when creating content. For more information, see [Validation](/xsoar-6-administrator-guide/6.13/learn-about-cortex-xsoar/onboarding-in-cortex-xsoar/marketplace/content-pack-contributions.md#UUID-e241c5a9-113e-f991-edfe-264fe93e8786_id8cdba2aa-1526-4a1c-a85e-77db55d76e07).                             | **`no`** |
| **`content.item.validate.script.use_system_proxy`**      | Whether the default automation uses the system proxy. Used when creating content. For more information, see [Validation](/xsoar-6-administrator-guide/6.13/learn-about-cortex-xsoar/onboarding-in-cortex-xsoar/marketplace/content-pack-contributions.md#UUID-e241c5a9-113e-f991-edfe-264fe93e8786_id8cdba2aa-1526-4a1c-a85e-77db55d76e07).                              | **`no`** |
| **`script.timeout`**                                     | The timeout, in minutes, to prevent blank pages when running a script. If you generate a report that runs a script and has blank pages you can [troubleshoot the script timeout for reports](/xsoar-6-administrator-guide/6.13/learn-about-cortex-xsoar/customize-and-configure-cortex-xsoar/reports/troubleshoot-reports.md#UUID-adf7472e-d04f-adf4-30ef-3b10efd60dda). | **`3`**  |


---

# 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.13/learn-about-cortex-xsoar/reference/server-configurations/automation-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.
