> 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-xsoar-6.12-hosted-service-guide/hosted-service/hosted-service-constraints.md).

# Hosted Service Constraints

Due to security and performance factors, the following limitations apply to the Hosted Service:

* If you are running a version of Cortex XSOAR earlier than v6.2, you do not have direct access to add or change server configurations (i.e. advanced features that are not available via the Cortex XSOAR GUI). Server configurations must be requested via support tickets. The advanced configuration page is read only. If you are running Cortex XSOAR v6.2 or later, you can add or change most server configurations through the Cortex XSOAR Settings → About → **Troubleshooting** page. For security and compliance reasons, a limited number of server configurations are not available through the web interface, and must be requested via support ticket.
* You cannot SSH into a hosted instance. You can access only the web interface via HTTPS (port 443) and the API.
* You cannot use the remote repository feature if you have a private repository that uses SSH.
* You cannot schedule or automate backups through the Cortex XSOAR backup page.
* You cannot install a customer operated agent, such as a log collector, antivirus, anti-malware software, etc. on the servers’ operating system.
* You cannot disable telemetry.
* When using EDL and webhook integrations, you must use the https (instance name) option, and not the URL/port option.
* Shared agents are connected via Cortex XSOAR engines and not through the hosted server.
* The hosted service does not support a remote database, a distributed database, or live backup. All architecture design and maintenance is done by Palo Alto Networks.
* Debug mode is enabled by default for logs and cannot be changed.
* Palo Alto Networks does not install engines or provide hosting for engines. You can deploy engines on your own premises.


---

# 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-xsoar-6.12-hosted-service-guide/hosted-service/hosted-service-constraints.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.
