> For the complete documentation index, see [llms.txt](https://help.brieftech.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.brieftech.ai/how-to-guides/bundle.md).

# Build Bundles

{% hint style="info" %}
**New to bundles?**

* For a guided walkthrough from documents to a filing-ready bundle, follow [Prepare a Bundle with BriefTech](/get-started/prepare-any-bundle.md).

* Preparing a Record of Appeal? Start with the guided tutorial — [Prepare Your First Record of Appeal (Singapore)](/get-started/prepare-record-of-appeal-singapore.md) — then follow [Prepare Records of Appeal for the Singapore & Malaysian Courts](/how-to-guides/bundle/prepare-records-of-appeal-bundle.md).

* For how the index and the bundle relate, see [From Document Index to court bundle](/concepts/index-and-court-bundle.md).
  {% endhint %}

* [Generate a paginated court bundle](/how-to-guides/bundle/generate-paginated-bundle.md) — Produce the paginated bundle PDFs — one per volume — with a cover page, an optional intro document, table of contents, tab pages, bookmarks, and stamped page numbers.

* [Prepare Records of Appeal for the Singapore & Malaysian Courts](/how-to-guides/bundle/prepare-records-of-appeal-bundle.md) — Take a matter's documents from upload to a filing-ready, paginated Record of Appeal for the Singapore or Malaysian courts — split into volumes, cover pages in place, paginated per volume.

* [Regenerate a court bundle after making changes](/how-to-guides/bundle/regenerate-court-bundle.md) — Re-run bundle generation after edits to the Document Index or settings.

For every bundle option and its default, see the [Court bundle settings](/reference/court-bundle-settings.md) reference.

***

**Next step:** your finished bundle downloads straight from the Create Bundle panel — a card per volume, plus a Complete Bundle (ZIP). To also deliver the Document Index as a Word or Excel file, or to hand over the original files separately, see [Export Files](/how-to-guides/export.md).


---

# 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://help.brieftech.ai/how-to-guides/bundle.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.
