> For the complete documentation index, see [llms.txt](https://docs.adaptiva.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.adaptiva.com/platform-install/installation-guide/install-introduction.md).

# OneSite platform installation

This guide explains how to install the Adaptiva Platform components, which includes the Adaptiva server service and the Adaptiva Client agent. The installation is the same for all Adaptiva products (like OneSite Patch) since they are built upon the Adaptiva Platform. The server setup process installs components shared between OneSite Anywhere, OneSite for ConfigMgr, OneSite for Intune, OneSite for Workspace ONE, OneSite Patch, OneSite Health, and OneSite Wake. You can enable these products simply by adding the appropriate license key in the Admin Portal.

## Install the OneSite Platform

The Adaptiva Server will be installed first (which will include the Adaptiva Client on the server), followed by the workbench and finally, the endpoint devices.

* [Prerequisites](/platform-install/server-install/install-platform-prerequisites.md)
* [Install the OneSite Platform](/platform-install/server-install/install-platform.md)
* [Client installation](/platform-install/client-install-and-uninstall/client-install.md)

### Additional configuration

Some additional configuration may be required depending on your network topology or SQL configuration.

* [Network and connectivity requirements](/platform-install/additional-configuration/platform-communication-ports.md)
* [SPNs and Delegation](/platform-install/additional-configuration/platform-spns-delegation.md)
* [Optional Answer File](/platform-install/server-install/install-platform/install-platform-answer-file.md)

### Uninstall the OneSite Platform

The products also uninstall cleanly and leave no files or database entries behind.

* [Uninstall the Adaptiva Server](https://github.com/AdaptivaDocs/docs/blob/main/platform/install-guide/uninstall-adaptiva-server.md)
* [Uninstall client](https://docs.adaptiva.com/platform-install/client-install-and-uninstall/client-uninstall)


---

# 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.adaptiva.com/platform-install/installation-guide/install-introduction.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.
