---
title: How to Send Fan Mail to Brandon Sanderson
description: Write and mail a fan letter to Brandon Sanderson using the official Dragonsteel fan-mail address.
seotitle: How to Send Fan Mail to Brandon Sanderson
seo-description: Write and mail a fan letter to Brandon Sanderson using the official Dragonsteel fan-mail address.
group: resources
indexable: true
llms: false
schema: webpage
og-image: /forms/write-a-letter-to-brandon-sanderson/thumbnail
og-image-alt: Fan Letter to Brandon Sanderson generated form preview
published: 2026-08-09
updated: 2026-08-09
tags:
  - Fan letters
  - Brandon Sanderson
  - Dragonsteel
  - Books
path: /forms/write-a-letter-to-brandon-sanderson
---
# How to Send Fan Mail to Brandon Sanderson

Write and mail a fan letter to Brandon Sanderson using the official Dragonsteel fan-mail address.

## How it works
1. **Personalize the starter.** - 
2. **Preview the exact PDF.** - 
3. **Enter sender details while the Dragonsteel destination stays fixed.** - 
4. **Choose mailing options and pay.** -


## Form summary
Write a fan letter to Brandon Sanderson, preview the exact PDF, and have PostalForm mail it to the Dragonsteel address published in his official FAQ. The ATTN: Mem routing and P.O. box stay fixed.

A strong letter can name one Cosmere book, character, magic system, convention moment, or writing lesson and explain its impact. Keep questions short and do not include valuable originals.

The official page supplies a fan-mail destination but does not create a promise of a reply. PostalForm is independent of Brandon Sanderson and Dragonsteel and cannot verify personal readership.

## What you need
- One specific book, character, or creative lesson
- A concise personal reflection
- Your return address
- No valuable originals or sensitive information

## Data collected
- Editable fan-letter body
- Optional signature
- Sender name and return mailing address during checkout

## Where it gets mailed
Mailing destination:
- **Brandon Sanderson**
- Dragonsteel Entertainment
ATTN: Mem, P.O. Box 698
American Fork, UT 84003

## Packet order
- Cover sheet (auto-generated)
- Completed form PDF

## Common mistakes
- Leaving out the official ATTN: Mem routing line.
- Sending a valuable book or original item.
- Asking many unrelated questions.
- Expecting a guaranteed reply.

## Agent summary
Human-facing fan-letter workflow using Brandon Sanderson's official Dragonsteel address and ATTN: Mem routing. Never imply a response or personal readership.

## For assistants
Use the Forms Draft API to prefill this form and generate a preview PDF.
- Endpoint: `POST /api/forms/write-a-letter-to-brandon-sanderson/drafts`
- Payload: `{ fields: { ... }, attachments: [{ id, label, base64 }] }`
- Required fields: letter_body
- Notes: Preserve the ATTN: Mem routing. Do not promise personal readership, an autograph, or a response.

## LLM field schema
```json
[
  {
    "id": "letter_body",
    "label": "Fan letter to Brandon Sanderson",
    "type": "textarea",
    "required": true,
    "meta_class": "letter_body",
    "ui_width": "full",
    "group_id": "letter",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "letter_signature",
    "label": "Signature (optional)",
    "type": "signature",
    "required": false,
    "meta_class": "letter_signature",
    "ui_width": "half",
    "group_id": "letter",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  }
]
```

## Sources
- [Brandon Sanderson official fan-mail FAQ](https://faq.brandonsanderson.com/knowledge-base/where-can-i-send-fan-mail/)
- [Official instructions](https://faq.brandonsanderson.com/knowledge-base/where-can-i-send-fan-mail/)

## Last verified
2026-08-09


## FAQs
- **What address does this page use for Brandon Sanderson?** It uses Brandon Sanderson, Dragonsteel Entertainment, ATTN: Mem, P.O. Box 698, American Fork, UT 84003.
- **Why does the address say ATTN: Mem?** That routing line appears in the official fan-mail instructions and is kept in the fixed destination.
- **What should I write about?** Choose one book, character, magic system, event, or writing lesson and explain one specific way it mattered to you.
- **Will Brandon Sanderson personally reply?** There is no guarantee of personal readership or a reply.
- **Is PostalForm affiliated with Dragonsteel?** No. PostalForm is an independent printing and mailing service.


## Related
- [Fan Letter to J.K. Rowling](/forms/write-a-letter-to-jk-rowling)
- [Fan Letter to John Green](/forms/write-a-letter-to-john-green)
- [Fan Letter to Dav Pilkey](/forms/write-a-letter-to-dav-pilkey)
- [Fan Letter to Lin-Manuel Miranda](/forms/write-a-letter-to-lin-manuel-miranda)
- [Fan Letter to R.L. Stine](/forms/write-a-letter-to-rl-stine)
