> ## Documentation Index
> Fetch the complete documentation index at: https://docs.inkwell.app/llms.txt
> Use this file to discover all available pages before exploring further.

# Script Info

> Manage your script's title page metadata including title, author, contact, and draft date.

The Script Info panel lets you fill in the metadata that appears on your screenplay's title page when printing or exporting to PDF.

## Open Script Info

<Steps>
  <Step title="Show Project Panel">
    Press `Cmd/Ctrl+J` to toggle the Project Panel
  </Step>

  <Step title="Select Script Info tab">
    Click the **Script Info** tab (book icon) at the top
  </Step>
</Steps>

## Title Page Fields

### Title

**What it is**: Your screenplay's title\
**Example**: `THE LAST TRAIN`\
**Industry standard**: ALL CAPS

### Credit

**What it is**: The credit line (usually "Written by" or "Screenplay by")\
**Common options**:

* `Written by`
* `Screenplay by`
* `Story by`
* `Teleplay by` (for TV)

### Author(s)

**What it is**: Writer name(s)\
**Examples**:

* Single: `Jane Smith`
* Multiple: `Jane Smith & John Doe`
* Team: `Jane Smith and John Doe`

**Industry conventions**:

* `&` = Writing team (wrote together)
* `and` = Sequential writers (wrote separately)

### Source

**What it is**: Original source material (if adapted)\
**Examples**:

* `Based on the novel by Stephen King`
* `Based on a true story`
* Leave blank for original screenplays

### Contact

**What it is**: Contact information for submissions\
**Examples**:

* Agent: `Represented by Jane Doe, XYZ Agency`
* Direct: `jane@email.com | (555) 123-4567`
* Manager: `Management: ABC Company, manager@abc.com`

<Tip>
  For professional submissions, use your agent or manager's contact info rather than personal details.
</Tip>

### Draft Date

**What it is**: Date of this draft\
**Format**: Inkwell provides a date picker\
**Examples**: `January 15, 2025` or `1/15/2025`

<Note>
  Update the draft date when creating revisions. It helps track which version people are reading.
</Note>

## Auto-Save

All fields auto-save as you type. No need to click "Save."

Changes appear in:

* Print preview (when you press `Cmd/Ctrl+P`)
* PDF exports
* Title page displays

## Industry Best Practices

### Spec Scripts (Submissions)

**Include**:

* Title (ALL CAPS)
* Credit ("Written by")
* Author name
* Contact info (agent/manager preferred)
* Draft date

**Omit**:

* Source (unless it's adapted)
* WGA registration numbers
* Copyright symbols (implied)

### Production Scripts

**Include**:

* Title
* Credit
* Author(s)
* Draft date
* Revision color/date (e.g., "Blue Revision - 1/20/2025")

**Optional**:

* Production company
* Shooting dates
* Contact for production office

### TV Scripts

**Include**:

* Show title
* Episode title (often in quotes)
* "Written by" credit
* Episode number (e.g., "Episode 205")
* Draft date

**Example**:

```
THE WIRE
"The Cost"
Episode 210

Written by
David Simon

January 10, 2003
```

## Common Questions

<AccordionGroup>
  <Accordion title="What if I have multiple writers?">
    Use `&` for writing teams and `and` for sequential writers. Example: "Jane Smith & John Doe" (team) or "Jane Smith and John Doe" (separate contributions).
  </Accordion>

  <Accordion title="Should I include copyright?">
    No. Copyright is automatic upon creation. Don't add © symbols—it looks amateurish on spec scripts.
  </Accordion>

  <Accordion title="What if my title is lowercase?">
    Industry standard is ALL CAPS for titles on the title page. Inkwell formats it for you when printing.
  </Accordion>

  <Accordion title="Can I customize the title page layout?">
    No. Inkwell uses the industry-standard title page format. Custom layouts are non-standard and may hurt submissions.
  </Accordion>

  <Accordion title="Where does this info appear?">
    Only on the title page when printing or exporting to PDF. It doesn't appear in your script editor or Fountain exports.
  </Accordion>
</AccordionGroup>

## Next Steps

<CardGroup cols={2}>
  <Card title="Printing & PDF" icon="print" href="/printing/options">
    Learn how to print with your title page
  </Card>

  <Card title="Exporting Files" icon="file-export" href="/managing-files/exporting-files">
    Export scripts with metadata intact
  </Card>

  <Card title="Project Info" icon="lightbulb" href="/project-panel/project-info">
    Add logline and development notes
  </Card>

  <Card title="Characters" icon="users" href="/project-panel/characters">
    Manage character information
  </Card>
</CardGroup>
