> ## 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.

# FAQ

> Frequently asked questions about Inkwell.

Quick answers to the most common questions about Inkwell.

## General

<AccordionGroup>
  <Accordion title="Is Inkwell free?">
    Inkwell has a free tier with 100 welcome credits at signup plus 15 monthly credits thereafter. Pro plans with 500 credits/month and additional features are available at $10/month or $100/year.
  </Accordion>

  <Accordion title="What platforms does Inkwell support?">
    Inkwell works on macOS (10.15+) and Windows (10/11). A Linux version may be available in the future.
  </Accordion>

  <Accordion title="Do I need an internet connection?">
    Inkwell works offline for writing, saving, and printing. You **need** internet for:

    * Quill AI features
    * Account management
    * Downloading updates
  </Accordion>

  <Accordion title="Where are my scripts stored?">
    Scripts are saved locally on your computer as `.ink` files wherever you choose to save them. They are NOT automatically uploaded to the cloud.
  </Accordion>

  <Accordion title="Can I use Inkwell on multiple computers?">
    Yes! Your Inkwell account works on all your devices. However, scripts must be manually transferred (via cloud storage, USB, etc.) since they're stored locally.
  </Accordion>
</AccordionGroup>

## File Management

<AccordionGroup>
  <Accordion title="What file format does Inkwell use?">
    Inkwell uses `.ink` files, a JSON-based format that stores your script, formatting, metadata, and version history. You can export to PDF, Fountain (`.fountain`), and Final Draft (`.fdx`).
  </Accordion>

  <Accordion title="Can I open Final Draft files in Inkwell?">
    Yes! Use **File → Import → Import from Final Draft** to import `.fdx` files. Some advanced Final Draft features may not transfer perfectly.
  </Accordion>

  <Accordion title="How do I share my script with someone who doesn't have Inkwell?">
    Export to PDF (`Cmd+Shift+P`) for universal compatibility, or export to Fountain/Final Draft if they use screenplay software.
  </Accordion>

  <Accordion title="Does Inkwell have cloud sync?">
    Not currently. Scripts are saved locally. You can manually sync via iCloud Drive, Dropbox, Google Drive, or other cloud storage services by saving your `.ink` files to those folders.
  </Accordion>

  <Accordion title="How often does auto-save happen?">
    Inkwell auto-saves every few seconds as you type. You can also manually save with `Cmd+S` anytime.
  </Accordion>
</AccordionGroup>

## Writing & Formatting

<AccordionGroup>
  <Accordion title="Does Inkwell follow industry-standard screenplay format?">
    Yes! Inkwell adheres to Hollywood screenplay formatting standards. Your printed/exported scripts will look professional and industry-ready.
  </Accordion>

  <Accordion title="How do I force an element type?">
    Inkwell auto-detects element types (scene heading, action, dialogue, etc.) based on what you type. You rarely need to manually change types. If needed, formatting rules are covered in [Formatting Basics](/writing/formatting-basics).
  </Accordion>

  <Accordion title="Can I write TV scripts in Inkwell?">
    Yes! Inkwell supports standard screenplay format used for both feature films and TV scripts. Use sections (`#`) to organize acts and scenes.
  </Accordion>

  <Accordion title="How do I add a title page?">
    Go to **Project Panel → Script Info** tab and fill in title, author, contact, etc. This automatically generates a proper title page when printing or exporting.
  </Accordion>

  <Accordion title="Can I use custom fonts?">
    No. Inkwell uses Courier Prime (the modern industry standard) for all scripts. This ensures consistency and proper page count estimation.
  </Accordion>
</AccordionGroup>

## Quill AI

<AccordionGroup>
  <Accordion title="What AI models does Quill use?">
    Quill is powered by Claude (Anthropic) for chat and uses Google Gemini for embeddings (scene similarity search). There's no model picker — Quill chooses the right model for each task server-side. See [How Quill Picks a Model](/quill-ai/model-selection).
  </Accordion>

  <Accordion title="How many credits do I get?">
    Free plan: 100 welcome credits at signup + 15 credits/month. Pro plan: 500 credits/month at $10/month (or $100/year). Credit cost per request varies with the size and complexity of the task — short questions cost a few credits, long agentic edits with attached files cost more. See [Credits & Billing](/quill-ai/credits-billing).
  </Accordion>

  <Accordion title="Can Quill write my entire script?">
    Technically yes, but Quill works best as a **collaborative tool** for brainstorming, editing, and problem-solving—not as a ghostwriter. Your creative vision and voice should drive the script.
  </Accordion>

  <Accordion title="Is my script data sent to AI companies?">
    When you use Quill AI, relevant portions of your script and conversation history are sent to AI providers (OpenAI, Google, Anthropic) to generate responses. Your full script is stored locally and never uploaded elsewhere.
  </Accordion>

  <Accordion title="Does Quill learn from my writing?">
    No. Quill doesn't retain information between sessions or learn from your writing style permanently. Each conversation uses current script context but doesn't build a long-term profile.
  </Accordion>
</AccordionGroup>

## Printing & Exporting

<AccordionGroup>
  <Accordion title="How do I create a PDF?">
    Press `Cmd+Shift+P` or go to **File → Create PDF**. Configure options in the print dialog, then export.
  </Accordion>

  <Accordion title="Why does my page count differ from Final Draft?">
    Page count can vary slightly between software due to subtle differences in spacing and formatting engines. Inkwell's count is accurate for its rendering, but exact page breaks may differ from other software.
  </Accordion>

  <Accordion title="Can I print revision pages only?">
    Not currently. Revision tracking marks changed text, but you must print the full script. Industry practice is to print full scripts with revision marks visible.
  </Accordion>

  <Accordion title="How do I add watermarks?">
    In the Print/PDF dialog, enable **Watermark** and enter your text. Watermarks appear diagonally across each page. See [Printing Options](/printing/options#watermarks) for details.
  </Accordion>

  <Accordion title="Can I export to Microsoft Word?">
    No. Screenplay formatting is very specific and doesn't translate well to Word. Export to PDF for universal compatibility or Fountain for other screenplay software.
  </Accordion>
</AccordionGroup>

## Features & Settings

<AccordionGroup>
  <Accordion title="What is Typewriter Mode?">
    Typewriter Mode keeps your cursor vertically centered on screen as you type, reducing eye strain. Enable it in **View → Typewriter Scrolling**. See [Typewriter Mode](/customization/typewriter-mode).
  </Accordion>

  <Accordion title="How do I hide the sidebar?">
    Press `Cmd+Shift+D` or go to **View → Show Drawer** to toggle the Project Panel (Focus Mode). This hides navigation, characters, and project info.
  </Accordion>

  <Accordion title="Can I change the theme?">
    Yes! Press `Cmd+,` to open Settings and choose from Light, Dark, Sepia, Midnight, or System themes. See [Themes](/customization/themes).
  </Accordion>

  <Accordion title="What are sections and how do I use them?">
    Sections (`#`, `##`, etc.) create hierarchical structure for organizing acts, sequences, and beats. They appear in Navigation but don't print by default. See [Navigation Panel](/project-panel/navigation).
  </Accordion>

  <Accordion title="How do I track revisions?">
    Enable **Screenplay → Revision Mode**, select a color, then use `Cmd+[` to mark text as revised. Revision marks can print in color or appear as asterisks. See your application menu for details.
  </Accordion>
</AccordionGroup>

## Troubleshooting

<AccordionGroup>
  <Accordion title="My script won't open. What do I do?">
    Check the `.ink-history` folder next to your script for backup versions. If the file is corrupted, contact support—we may be able to recover it. See [Troubleshooting](/reference/troubleshooting).
  </Accordion>

  <Accordion title="Inkwell is running slowly. How do I fix it?">
    Try:

    * Compress version history (save indicator → Save History → Compress)
    * Close other applications
    * Restart Inkwell
    * Ensure adequate free RAM and disk space

    See [Troubleshooting](/reference/troubleshooting#performance-issues).
  </Accordion>

  <Accordion title="Quill AI isn't working. What's wrong?">
    Common causes:

    * No internet connection
    * Out of credits
    * Firewall blocking access

    Try refreshing (`Cmd+R`) or check your credit balance. See [Troubleshooting](/reference/troubleshooting#quill-ai-issues).
  </Accordion>

  <Accordion title="Where can I get help?">
    * Email: [support@inkwellwriter.com](mailto:support@inkwellwriter.com)
    * Documentation: docs.inkwellwriter.com
    * Community forum: community.inkwellwriter.com
    * Discord: discord.gg/inkwell
  </Accordion>
</AccordionGroup>

## Account & Billing

<AccordionGroup>
  <Accordion title="How do I upgrade to Pro?">
    Click your user menu (top right) → **Manage Subscription** → Choose Pro plan. Or visit the Inkwell website to subscribe.
  </Accordion>

  <Accordion title="Can I cancel anytime?">
    Yes. Pro subscriptions can be canceled at any time. You keep Pro features until the end of your billing period.
  </Accordion>

  <Accordion title="What happens if I run out of credits?">
    Free users wait until next month for credits to refresh, or purchase additional credits. Pro users get 500 credits/month and can also purchase more if needed.
  </Accordion>

  <Accordion title="Do credits roll over?">
    No. Unused monthly credits do not carry over to the next month. Purchased credit packs (separate from monthly allotment) don't expire.
  </Accordion>

  <Accordion title="Is there a student discount?">
    Check the Inkwell website or contact support for current student/educator pricing.
  </Accordion>
</AccordionGroup>

## Still Have Questions?

If your question isn't answered here:

* **Search the docs**: Use the search bar at the top
* **Email support**: [support@inkwellwriter.com](mailto:support@inkwellwriter.com)
* **Community forum**: community.inkwellwriter.com
* **Discord**: discord.gg/inkwell

## Next Steps

<CardGroup cols={2}>
  <Card title="Troubleshooting" icon="wrench" href="/reference/troubleshooting">
    Resolve common issues
  </Card>

  <Card title="Keyboard Shortcuts" icon="keyboard" href="/reference/keyboard-shortcuts">
    Master Inkwell shortcuts
  </Card>

  <Card title="Getting Started" icon="rocket" href="/getting-started/first-script">
    New to Inkwell? Start here
  </Card>

  <Card title="Using Quill AI" icon="comments" href="/quill-ai/using-quill">
    Learn how to use Quill effectively
  </Card>
</CardGroup>
