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