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

# Writing Style

> Choose how Cleft formats notes, set standing rules, and create custom note styles

Writing Style controls how Cleft turns a rough recording into a readable note. Choose a style before you record, keep a standing rule Cleft follows every time, or create your own reusable styles with Cleft Plus.

<Note>
  Everyone can use the built-in styles. Cleft Plus adds Your Rules, up to two custom styles, and Copy Format.
</Note>

<Tabs>
  <Tab title="iOS / iPadOS">
    <div style={{ maxWidth: '260px', margin: '0 auto 1.5rem' }}>
      <Frame caption="Your Rules and Output Styles on iPhone">
        <picture>
          <source media="(prefers-color-scheme: dark)" />

          <img src="https://mintcdn.com/cleft/slm0qmOqBrADyp6Y/images/screenshots/settings/ios/cleft-v1140-settings-ios-writing-style-rules-light.png?fit=max&auto=format&n=slm0qmOqBrADyp6Y&q=85&s=b4e00cbf5f05c3e24ccf900934b5dea0" alt="Cleft Writing Style settings on iPhone showing Your Rules and the Output Styles list." style={{ width: '100%', height: 'auto' }} width="1179" height="2556" data-path="images/screenshots/settings/ios/cleft-v1140-settings-ios-writing-style-rules-light.png" />
        </picture>
      </Frame>
    </div>

    <Steps>
      <Step title="Open Writing Style">
        Tap **Settings → Writing Style**.
      </Step>

      <Step title="Choose your default style">
        Pick Structured, Structured Prose, Clean Transcript, or one of your custom styles.
      </Step>

      <Step title="Add a rule (Plus)">
        Add a standing instruction in **Your Rules**, part of Cleft Plus. Changes save automatically.
      </Step>
    </Steps>
  </Tab>

  <Tab title="macOS">
    <div style={{ maxWidth: '760px', margin: '0 auto 1.5rem' }}>
      <Frame caption="Writing Style settings on Mac">
        <picture>
          <source media="(prefers-color-scheme: dark)" />

          <img src="https://mintcdn.com/cleft/koaf1ccU1owGHXMv/images/screenshots/cleft-v1140-writing-style-macos-light.png?fit=max&auto=format&n=koaf1ccU1owGHXMv&q=85&s=9cece7169dc317ad9ca1d0acda07c57d" alt="Cleft Writing Style settings on Mac showing Your Rules, Output Styles, and Copy Format." style={{ display: 'block', width: '100%', height: 'auto' }} width="1092" height="824" data-path="images/screenshots/cleft-v1140-writing-style-macos-light.png" />
        </picture>
      </Frame>
    </div>

    <Steps>
      <Step title="Open Writing Style">
        Go to **Settings → Writing Style** or press `⌘.`.
      </Step>

      <Step title="Choose your default style">
        Pick Structured, Structured Prose, Clean Transcript, or one of your custom styles.
      </Step>

      <Step title="Add a rule (Plus)">
        Add a standing instruction in **Your Rules**, part of Cleft Plus. Changes save automatically.
      </Step>
    </Steps>
  </Tab>
</Tabs>

## Built-in Styles

| Style            | Best for                                                 |
| ---------------- | -------------------------------------------------------- |
| Structured       | Clean summaries with headings, bullets, and action items |
| Structured Prose | Flowing prose without bullet-heavy formatting            |
| Clean Transcript | Keeping your words close to the original transcript      |

The style selector on the recording screen and the default in Settings use the same saved list. Pick a style before recording to shape that note, or regenerate a note later with a different style.

<div style={{ maxWidth: '280px', margin: '2rem auto' }}>
  <Frame caption="Pick an output style before recording">
    <picture>
      <source media="(prefers-color-scheme: dark)" />

      <img src="https://mintcdn.com/cleft/koaf1ccU1owGHXMv/images/screenshots/cleft-v1140-recording-style-ios-light.png?fit=max&auto=format&n=koaf1ccU1owGHXMv&q=85&s=751e28e51f0bda914d30f2dfaf8f8649" alt="Cleft recording screen on iPhone with an output style selector above the recording controls." style={{ width: '100%', height: 'auto' }} width="1179" height="2556" data-path="images/screenshots/cleft-v1140-recording-style-ios-light.png" />
    </picture>
  </Frame>
</div>

## Your Rules

Use **Your Rules** for one standing instruction that applies across your styles.

Examples:

```text theme={null}
No adverbs.
```

```text theme={null}
Keep decisions and follow-ups at the top.
```

```text theme={null}
Preserve my questions exactly as spoken.
```

Your Rules is part of Cleft Plus. Plus and trial users get up to 500 characters for a standing instruction, enough for a specific house style. On Free, use the examples above as a starting point, then upgrade to Plus to have Cleft apply your own rule every time.

## Custom Styles

Cleft Plus lets you create up to two custom styles. Each style has a name and its own instructions, so you can switch between formats without rewriting the same prompt.

Good custom style examples:

```text theme={null}
Name: Launch Brief
Instructions: Summarize the idea, audience, blockers, and next action. Keep it concise.
```

```text theme={null}
Name: Code Review
Instructions: Pull out risks, decisions, test notes, and follow-up questions. Avoid fluff.
```

With Cleft Plus, you can reorder built-in and custom styles together. That order follows you across iPhone, iPad, Mac, Apple Watch, and CarPlay.

## Copy Format

Writing Style also controls how copied notes behave:

* **Plain text.** Best for email, messages, and apps that do not need Markdown.
* **Markdown.** Best for Obsidian, GitHub, docs, and other Markdown-first workflows.
* **Cleft Signature.** Add or remove the Cleft signature from copied notes.

## Tips

* Put universal preferences in **Your Rules**.
* Put format-specific instructions in a **custom style**.
* Keep style instructions concrete: "Group decisions and follow-ups first" works better than "make it useful".
* Use **Clean Transcript** when exact wording matters more than summary quality.

<Tip>
  Need more ideas? Check out [Style Inspirations](/user-guides/custom-instructions-library) in the Cookbook, or browse the [Custom Instructions recipe archive](/user-guides/custom-instructions-recipes) for a larger set of examples.
</Tip>
