> For the complete documentation index, see [llms.txt](https://docs.we360.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.we360.ai/deployment-and-it-ops/readme.md).

# IT Ops

Technical documentation for IT teams deploying and managing <code class="expression">space.vars.company\_name</code> infrastructure.

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><i class="fa-download">:download:</i></td><td><strong>Agent Deployment Hub</strong></td><td>Manual installation, mass deployment, and mobile deployment guides for all platforms.</td><td><a href="/pages/VhawjnlIAyY5am2U4hEo">/pages/VhawjnlIAyY5am2U4hEo</a></td></tr><tr><td><i class="fa-gears">:gears:</i></td><td><strong>Agent Runtime &#x26; Update Reference</strong></td><td>Runtime components, log locations, how auto-update works, and local commands to inspect it.</td><td><a href="/pages/STSpjPxWmuP4gLBkjMrN">/pages/STSpjPxWmuP4gLBkjMrN</a></td></tr><tr><td><i class="fa-building">:building:</i></td><td><strong>Infrastructure Management (On-Premise)</strong></td><td>Complete guide for on-premise infrastructure setup and management.</td><td><a href="/pages/c13yzYpS08mTVST6gAT6">/pages/c13yzYpS08mTVST6gAT6</a></td></tr><tr><td><i class="fa-cloud">:cloud:</i></td><td><strong>Infrastructure Management (Cloud)</strong></td><td>Complete guide for cloud infrastructure setup and management.</td><td><a href="/pages/Emo16F4mNZfDraVdfWpb">/pages/Emo16F4mNZfDraVdfWpb</a></td></tr><tr><td><i class="fa-plug">:plug:</i></td><td><strong>Integrations</strong></td><td>Portal-managed integrations and OAuth guidance for direct API access.</td><td><a href="/pages/GqFWHKGYp4qRzY6JjD8m">/pages/GqFWHKGYp4qRzY6JjD8m</a></td></tr><tr><td><i class="fa-shield">:shield:</i></td><td><strong>Network &#x26; Security Hardening</strong></td><td>Firewall allowlists, AV/EDR exclusions, and security best practices.</td><td><a href="/pages/6WmPqiH6e8XHzEF3r9Wl">/pages/6WmPqiH6e8XHzEF3r9Wl</a></td></tr><tr><td><i class="fa-stethoscope">:stethoscope:</i></td><td><strong>Desktop Doctor</strong></td><td>Diagnostic utility for on-machine triage — network, AV, process, database, and log collection.</td><td><a href="/pages/hrTocgJVRcvjRydADb2i">/pages/hrTocgJVRcvjRydADb2i</a></td></tr><tr><td><i class="fa-magnifying-glass">:magnifying-glass:</i></td><td><strong>Tracker Failure Diagnostic Guide</strong></td><td>Identify and resolve the most common causes of agent failure: installation, auth, network, AV, and data capture issues.</td><td><a href="/pages/srao6TorF8EMea9H5c8g">/pages/srao6TorF8EMea9H5c8g</a></td></tr></tbody></table>


---

# 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://docs.we360.ai/deployment-and-it-ops/readme.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.
