> 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/regenerate-court-bundle.md).

# Regenerate a court bundle after making changes

Replace a stale court bundle after reordering or editing the Document Index.

If you reorder rows, add headings, or change columns after generating a bundle, the previous bundle is stale. Regenerate it:

1. In the <img src="https://2262431129-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FlnHu06wl3NH457iwjBmr%2Fuploads%2Fgit-blob-320692e120077fab01f6944df1edd4eec4881a4c%2Ftab-index.svg?alt=media" alt="Index tab" data-size="line"> tab, click <img src="https://2262431129-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FlnHu06wl3NH457iwjBmr%2Fuploads%2Fgit-blob-18aade7469e7cdfedfa27099287f4625db64a04b%2Fbtn-create-bundle-toolbar.svg?alt=media" alt="Create Bundle" data-size="line"> in the toolbar.
2. Click <img src="https://2262431129-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FlnHu06wl3NH457iwjBmr%2Fuploads%2Fgit-blob-9b8d448dbc3a5f29cf3b425479c7ab574e9969ad%2Fbtn-create-bundle.svg?alt=media" alt="Create Bundle" data-size="line"> in the panel to build the bundle again.
3. If any documents have processing issues, a warning dialog lists them — click **Create Bundle Anyway** to continue or <img src="https://2262431129-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FlnHu06wl3NH457iwjBmr%2Fuploads%2Fgit-blob-bbff6c32497cde9d3297b45db292f7a2bddd04d6%2Fbtn-cancel.svg?alt=media" alt="Cancel" data-size="line"> to fix them first.
4. If anything in the collection you are regenerating has not been charged before, a **Confirm Export** dialog shows what it will cost — click **Export** to commit the charge and continue, or <img src="https://2262431129-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FlnHu06wl3NH457iwjBmr%2Fuploads%2Fgit-blob-bbff6c32497cde9d3297b45db292f7a2bddd04d6%2Fbtn-cancel.svg?alt=media" alt="Cancel" data-size="line"> to stop. Documents you have moved to the Bin are not charged.
5. Because a bundle already exists **for this collection**, BriefTech warns **Existing bundle files detected** — "Starting a new bundle will overwrite previous results." Click **Proceed** to regenerate, or <img src="https://2262431129-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FlnHu06wl3NH457iwjBmr%2Fuploads%2Fgit-blob-bbff6c32497cde9d3297b45db292f7a2bddd04d6%2Fbtn-cancel.svg?alt=media" alt="Cancel" data-size="line"> to keep the current bundle.

See [Court bundle settings](/reference/court-bundle-settings.md) and [Generate a paginated court bundle](/how-to-guides/bundle/generate-paginated-bundle.md) for the full dialog sequence.

{% hint style="warning" %}
**Heads up:** Clicking **Proceed** clears the previous bundle's files immediately, before the new one is assembled — a run that fails partway leaves you with neither. Download anything you still need from the current bundle before regenerating.
{% endhint %}

Your court bundle is rebuilt and now reflects the current Document Index — the stale version is replaced.

## Related

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>From Document Index to court bundle</strong></td><td>How the index and the bundle share one source of truth.</td><td><a href="/concepts/index-and-court-bundle.md">From Document Index to court bundle</a></td></tr><tr><td><strong>Generate a paginated court bundle</strong></td><td>Produce a paginated court bundle with cover page, TOC, and bookmarks.</td><td><a href="/how-to-guides/bundle/generate-paginated-bundle.md">Generate a paginated court bundle</a></td></tr><tr><td><strong>Court bundle settings</strong></td><td>The full set of court bundle generation settings and their defaults.</td><td><a href="/reference/court-bundle-settings.md">Court bundle settings</a></td></tr><tr><td><strong>Prepare a Bundle with BriefTech</strong></td><td>A guided, end-to-end walkthrough — take any set of documents from upload to a finished, paginated bundle ready for filing or sharing.</td><td><a href="/get-started/prepare-any-bundle.md">Prepare a Bundle with BriefTech</a></td></tr></tbody></table>


---

# 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/regenerate-court-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.
