# Polytope

<figure><img src="https://files.gitbook.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FMC5f8eBq0EnvZAEn6FZR%2Fuploads%2FBw6QGXH7blvORNnOYX71%2Fimage.png?alt=media&#x26;token=ffc28ba2-a3b5-44c1-a7d7-51d5f29198c3" alt=""><figcaption></figcaption></figure>

Bluetext is built on top of [Polytope](https://docs.bluetext.dev/www.polytope.com) which is a container orchestration platform.&#x20;

Polytope makes it easy to build, run, and iterate on your software. It gives you a unified interface for running all your services and workflows (CI, DataOps, MLOps, DevOps, ...) - on your machine, in the cloud or on-prem. This interface is accessible to your agents through MCP tools.

## Installing Polytope ​

Installing Polytope on macOS and Linux is super simple. Windows is a bit more involved since you need an new version of Windows Subsystem For Linux (WSL2) installed.&#x20;

The installation procedure differs depending on operating system, so we have separate installation instructions for each operating system.&#x20;

* [For macOS users](/polytope/installation-for-macos-users.md)
* [For Windows users](/polytope/installation-for-windows-users.md)
* [For Linux users](/polytope/installation-for-linux-users.md)


---

# Agent Instructions: 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:

```
GET https://docs.bluetext.dev/polytope.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
