> 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/engine-server-configurations.md).

# Engine Server Configurations

| Key                                                   | Description                                                                                                                                                                                                                                                                                                                                                                                        | Default                      |
| ----------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------- |
| **`condition.ask.external.link`**                     | The address (including the HTTPS prefix) of the engine used for external user communication in a conditional task. For more information, see [Configure Access to Communication Tasks through an Engine](/xsoar-6-administrator-guide/6.12/onboard-cortex-xsoar/onboarding-in-cortex-xsoar/engines/configure-engines.md#UUID-5c9b1682-8f1b-6000-1588-9de8809be1c3).                                | N/a                          |
| **`data.collection.external.link`**                   | The address (including the HTTPS prefix) of the engine used for external user communication in a data collection task. For more information, see [Configure Access to Communication Tasks through an Engine](/xsoar-6-administrator-guide/6.12/onboard-cortex-xsoar/onboarding-in-cortex-xsoar/engines/configure-engines.md#UUID-5c9b1682-8f1b-6000-1588-9de8809be1c3).                            | N/a                          |
| **`engine.test.command.timeout`*****`<brand-name>`*** | Increases the timeout, in seconds, for a specific integration when using an engine. For example, change it to 300 seconds. Type in this format adding the brand name: **`engine.test.command.timeoutTanium`**.                                                                                                                                                                                     | **`60`**                     |
| **`engine.to.server.proxy`**                          | Whether the engine connects the server without using a proxy. For more information, see [Configure the Engine to Call the Server Without Using a Proxy](/xsoar-6-administrator-guide/6.12/onboard-cortex-xsoar/onboarding-in-cortex-xsoar/engines/configure-engines.md#UUID-23c68326-443e-d7e7-d409-34dedd2c56da).                                                                                 | **`true`**                   |
| **`engines.notification.users`**                      | Specifies which users receive an email notification when an engine disconnects. A comma-separated list of Cortex XSOAR users. For example, **`user1,user2,user3`**. For more information, see [Notify Users When an Engine Disconnects](/xsoar-6-administrator-guide/6.12/onboard-cortex-xsoar/onboarding-in-cortex-xsoar/engines/configure-engines.md#UUID-da988af6-ed4b-45cc-7f71-b09f5c94f82e). | N/a                          |
| **`workers.count.tasks`**                             | [Configures the number of workers for the server](/xsoar-6-administrator-guide/6.12/onboard-cortex-xsoar/onboarding-in-cortex-xsoar/engines/configure-engines.md#UUID-dbdfbdce-d450-e341-9ef7-d42cc95fe3ad). Useful if experiencing performance issues.                                                                                                                                            | **`4`** workers per CPU core |


---

# 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/engine-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.
