Situation guide

How to Make a Table of Authorities Without Uploading Your Brief

Updated
Updated
Reading time
9 min read
On this page4 sections
  1. Why uploading a brief is a concern
  2. Which TOA options upload, and which stay local
  3. How to verify that a browser tool does not upload your brief
  4. If you cannot use any new tool at all

The short answer

if your brief cannot leave your computer, you have two kinds of options: tools that run locally (Word for Windows' built-in Mark Citation feature, a hand-built table, or a browser tool that processes the PDF on your own machine) and tools that send the document to someone else's server (upload services, cloud-backed add-ins, general AI chatbots). You do not have to take a vendor's word for which kind a browser tool is: the browser's own developer tools show every network request a page makes, and you can watch whether your file leaves. Below: why uploading matters, which TOA options send the brief out, and a five-minute check you can run on any tool. It is general information, not legal or ethics advice.

Why uploading a brief is a concern

A Table of Authorities looks like clerical work, but to build one a tool has to read the whole brief: the argument, the record cites, the facts section, and anything quoted from sealed exhibits. Uploading the brief to generate a TOA is, in practical terms, sharing the entire work product with the vendor that runs the server.

For lawyers, the baseline is the duty of confidentiality. Model Rule 1.6(c) requires “reasonable efforts” to prevent unauthorized disclosure of, or access to, client information. Comment [18] to the rule lists the factors for what is reasonable, including the sensitivity of the information, the likelihood of disclosure if more safeguards are not used, and the cost and difficulty of those safeguards. The rule does not ban cloud services. It does mean someone has to decide, matter by matter, whether sending a brief to a given vendor is reasonable, and many organizations answer that question in advance with a blanket policy.

ABA Formal Opinion 512 addresses generative AI directly. It asks lawyers to evaluate the risk that information entered into a generative AI tool will be disclosed or accessed by others, including inside the lawyer's own firm, and says that for tools that learn from the information entered, the client's informed consent is needed before confidential information goes in. It also says boilerplate consent language in an engagement letter is not enough, and that lawyers should read the tool's terms of use and privacy policy or consult someone who understands them. A TOA generated by pasting a brief into a chatbot falls squarely within that analysis.

Who usually cannot upload

  • Public defenders and court-appointed counsel, whose offices often restrict unapproved cloud tools and whose briefs may discuss sealed or juvenile records.
  • In-house counsel, whose company's information-security policy governs which vendors may receive company documents, and approval can take months.
  • Firms under outside-counsel guidelines that prohibit sending client documents to unapproved third parties or to any AI tool without written consent.
  • Anyone filing under seal or under a protective order, where the brief quotes material the court has restricted.

Which TOA options upload, and which stay local

The table below sorts common approaches by where the brief goes. For named products it relies on each vendor's public positioning only; if a vendor offers a private deployment or specific contractual terms, that is something to confirm with the vendor, not something this page can verify.

Where your brief goes, by TOA method
MethodWhere the brief is processedLeaves your machine?Notes
Word for Windows: Mark Citation + Insert Table of AuthoritiesLocally, inside WordNo, unless the file itself is stored or synced to a cloud driveManual marking of every citation; Microsoft says TOA is not supported in Word for Mac or Word for the web
Building the table by handLocallyNoSlowest option; page numbers must be re-checked after every edit
Cloud-backed Word add-ins (e.g. Clearbrief, as published on its site)Vendor's servers, per the vendor's public materialsYes, under the vendor's security termsSome publish certifications such as SOC 2; your policy may still require approval
Other Word add-ins (Best Authority, Benchly, research-suite add-ins)Varies by product and planCheck the vendor's documentationWindows Word add-ins; account and licensing requirements vary
Upload services (e.g. Jurisage's upload-based TOA page)Vendor's serversYes, by designYou send the PDF or document and receive a table
Human formatting services (e.g. TypeLaw)The service's staff and systemsYes, by designPeople handle the brief; engagement terms govern confidentiality
General AI chatbots (ChatGPT, Claude, Gemini and similar)The AI provider's serversYesData use and retention terms differ by plan; see ABA Formal Opinion 512
BriefAuthority (in development)In your browser, on your computer, per its designNo: built so the PDF is never uploadedSpecification as designed; confirmed at launch. Verifiable with the steps below

How to verify that a browser tool does not upload your brief

Every major browser ships with developer tools that record each request a page makes. Checking a tool takes about five minutes, and you can do it with a harmless test PDF before you ever load a real brief.

The five-minute check (six steps)

  1. Open the tool's page in Chrome, Edge, Firefox or Safari (in Safari, first enable the Develop menu in Settings › Advanced).
  2. Open the Network panel. In Chrome or Edge press ⌘⌥I on a Mac (Ctrl+Shift+I on Windows) and click Network. Tick Preserve log so nothing disappears, then clear the list.
  3. Load a test PDF of a known size, for example a 2 MB sample brief, and let the tool finish processing.
  4. Read the request list. Sort by the Size column and look at the Method column. An upload shows up as a POST or PUT request roughly the size of your file, or as a large WebSocket (WS) transfer. Small requests for fonts, scripts or page analytics are normal; a request carrying megabytes after you drop the file is not.
  5. Go offline and repeat. Load the tool's page, then turn off Wi-Fi (or choose Offline in the Network panel's throttling menu) and process the PDF again. A tool that truly works locally keeps working; a tool that needs a server shows an error or stalls.
  6. Keep a note of what you saw, with the date and tool version, if your office needs to document why a tool was approved.

Two caveats. The check shows what the page did during your test, so repeat it after updates if your policy requires. And browser extensions can read the pages you visit: for confidential work, use a browser profile without third-party extensions.

If you cannot use any new tool at all

Some offices will not approve any new software on short notice. Then the local options are Word for Windows' built-in feature (mark each citation with Alt+Shift+I, then insert the table) or a hand-built table. Either way, build or check it after the last edit, against the printed pages you will file, including roman-numeral front matter; FRAP 28(a)(3) requires page references, and local rules add more.

Frequently asked

Is it an ethics violation to upload a brief to a TOA service?

Not automatically. Model Rule 1.6(c) requires reasonable efforts to protect client information, and what is reasonable depends on the sensitivity of the matter, the vendor's safeguards, and your jurisdiction's version of the rule. Many firms and agencies also have policies stricter than the rule. This page is not ethics advice; ask your firm's general counsel, ethics counsel or your state bar's ethics hotline.

Can I use ChatGPT to make a table of authorities for a confidential brief?

Pasting or uploading the brief sends its text to the AI provider. ABA Formal Opinion 512 asks lawyers to assess that disclosure risk, read the tool's terms, and in some cases obtain the client's informed consent first. Separately, a chatbot does not guarantee page numbers that match your final PDF or a complete list. See the ChatGPT page linked below.

Does Word's built-in Table of Authorities upload anything?

Word for Windows marks citations and builds the table inside the program on your computer. If the document itself is saved to OneDrive, SharePoint or another synced folder, the file is stored in that cloud as usual, which is a separate question from how the TOA is generated. Microsoft says the TOA feature is not supported in Word for Mac or Word for the web.

How can I tell if a website uploads my PDF?

Open the browser's developer tools, go to the Network panel, clear it, then load a test PDF. Look for POST or PUT requests, or WebSocket traffic, roughly the size of your file. Then go offline after the page loads and try again: a tool that works locally keeps working without a connection.

Does BriefAuthority store or see my brief?

It is designed not to receive the brief at all: the PDF is processed in your browser, on your computer. BriefAuthority is pre-launch, so treat this as the specification, confirmed at launch, and verify it yourself with the Network-panel and offline checks described on this page.

Sources

  1. American Bar Association — Model Rule 1.6: Confidentiality of Informationamericanbar.org
  2. American Bar Association — Comment on Rule 1.6americanbar.org
  3. ABA Standing Committee on Ethics and Professional Responsibility — Formal Opinion 512, Generative Artificial Intelligence Tools (July 29, 2024)americanbar.org
  4. Microsoft Support — Create a table of authoritiessupport.microsoft.com
  5. Chrome for Developers — Inspect network activitydeveloper.chrome.com
  6. Chrome for Developers — Throttling (including Offline)developer.chrome.com
  7. Firefox Source Docs — Network Monitorfirefox-source-docs.mozilla.org
  8. Apple Support — Use the developer tools in the Develop menu in Safari on Macsupport.apple.com
  9. Clearbrief — Pricing and security (as published)clearbrief.com
  10. Jurisage — Table of Authorities page (as published)jurisage.com
  11. Legal Information Institute — Federal Rules of Appellate Procedure, Rule 28law.cornell.edu

BriefAuthority · launch price $39

In development · early access

Early access