> For the complete documentation index, see [llms.txt](https://doc.flow.swiss/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.flow.swiss/products/ci-engine/resources/custom-images.md).

# Custom Images

### Custom Images

If a build-tool from the [Golden Image](/products/ci-engine/resources/golden-images.md#macos-15-golden) should be missing or you have specific requirements for the Image your runners are using, you can customise any of our Global Images in your Professional subscription.

For detailed instructions see: [How-to: Customise Image](/products/ci-engine/how-to/customise-image.md).

Once your Custom Image is available you can setup a new integration using it or change the image of an existing integration.

#### Important Information

* The Custom Image will be bound to your subscription and cannot be transferred or re-used between other subscriptions.
* One custom image is included in every Professional subscription, for details refer to our [pricing page](/platform/pricing.md).
* Customising an Image will occupy a single [concurrency](/products/ci-engine/resources/runners-and-concurrency.md#concurrency) of your subscription, until you finalised the image.
* Do not pre-install any other agents of your CI-provider as they might conflict with our runners.
* Do not update the macOS of the Image as it might become incompatible with CI-Engine.
  * If you have a specific need for an updated macOS version please contact our [support](https://flow.swiss/contact/#support).


---

# 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://doc.flow.swiss/products/ci-engine/resources/custom-images.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.
