# Polytope & MCPs

**Polytope** is responsible for running your application inside containers and orchestrating them. You define what runs and how it runs (for example, your frontend) in configuration files such as `polytope.yml`. In most cases, this setup is handled automatically through Bluetext. You only need to modify these configurations if you want to change container behavior, such as injecting environment variables.

Within Polytope, you can inspect which containers are running, view their logs, and see which services your application exposes and on which ports. Polytope also provides built-in development tools that are exposed to the coding agent, as well as support for custom, self-defined tools.

Bluetext is built on top of this infrastructure. It defines higher-level tools for scaffolding code, running services through Polytope, and supporting day-to-day development workflows


---

# 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/tech-stack-overview/polytope-and-mcps.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.
