# Uploading builds for distribution

There are few different ways you can upload builds to Runway for distribution using Build Distro. By far the simplest way to get started is to connect a supported CI/CD integration and configure bucket rules to pull artifacts from workflows and branches or PRs of your choosing. You can read more about how to set up bucket rules in the [Configuring bucket rules](/using-runway/build-distro/build-distro-buckets.md#configuring-bucket-rules) section.

Alternative ways you can upload builds to Runway for distribution are:

* **Manual upload:** any user with at least the **Uploader** permission to the bucket can manually upload a valid binary to a bucket that has no rules configured.&#x20;

<figure><img src="/files/cXG9Ihy3e0tT5aQMmDA9" alt="" width="375"><figcaption></figcaption></figure>

* **Build upload via the Runway Public API**: uploading builds programmatically can be achieved using Runway's Public Build Distro API. For more information, visit our [API reference docs](https://api-docs.runway.team/#tag/buildDistro/operation/uploadBucketBuild).


---

# 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.runway.team/using-runway/build-distro/uploading-builds-for-distribution.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.
