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

# Creating Newsletters

> Build a newsletter from articles, events and press releases – segment by segment.

Newsletters in BeatSquares are built from **segments**. Some segments are filled with your own text, others are generated from articles, events, or press releases. You work on segments one at a time, review the generated variants, and verify each one before publishing.

Prefer a visual walkthrough? Follow the interactive guide below:

<iframe src="https://app.tango.us/app/embed/1ce188a7-c800-4603-9334-362c20c3bdc2" style={{ minHeight: '640px', width: '100%', border: 0 }} sandbox="allow-scripts allow-top-navigation-by-user-activation allow-popups allow-same-origin" title="Create Newsletters" referrerPolicy="strict-origin-when-cross-origin" allowFullScreen />

<Note>
  Newsletters can only be created inside a Square with the output format **Newsletter**. If you don't have one yet, see [Creating Squares](/core-features/creating-squares).
</Note>

## Understanding segments and templates

Your newsletter follows a default **template** (also called a *blueprint*) that defines its structure – which segments appear, in what order, and how each one is filled. Your template is configured together with the BeatSquares team during onboarding.

A newsletter can contain different types of segments:

* **Manual segments** – filled in by hand with your own text. Typically used for editorials, where an editor wants to add a personal note or framing.
* **Article-based segments** – automatically generated from selected articles, events, or press releases.
* **Static segments** – the same content every time (e.g. recurring headers or footers).

<Tip>
  If you want to change the structure of your newsletter (e.g. add a new segment type or change the order permanently), reach out to the BeatSquares team.
</Tip>

## 1. Create the newsletter

<Steps>
  <Step title="Open your newsletter Square">
    From the Dashboard, open the Square you want to create a newsletter in.
  </Step>

  <Step title="Click 'Create newsletter'">
    Start a new newsletter from the Square interface.
  </Step>

  <Step title="Name your newsletter">
    Type a name in the name field. You can change it later.
  </Step>
</Steps>

## 2. Fill in your segments

You can work on segments in any order – jump between manual and article-based ones as you like. The only exception is the overview segment, which can only be generated once all other segments are verified.

### Manual segments (e.g. editorials)

<Steps>
  <Step title="Open the segment">
    Click **Click to add content** on the segment you want to fill.
  </Step>

  <Step title="Add or paste your text">
    Type or paste your custom text (for example, a greeting like *"Guten Morgen!"* or a full editorial).
  </Step>

  <Step title="Save">
    Click **Save** to confirm the segment.
  </Step>
</Steps>

### Article-based segments

<Steps>
  <Step title="Add an article">
    Click **Add article to Segment** to open the article picker.
  </Step>

  <Step title="Select articles">
    Check the articles you want to include. Available articles depend on the categories configured in your Square.
  </Step>

  <Step title="Generate">
    Click **Generate** to create newsletter content based on the selected articles.
  </Step>
</Steps>

Repeat this for each article-based segment in your newsletter.

### Reorder segments

Each segment has **Move up** and **Move down** buttons. Use them to change the order in which segments appear in the final newsletter.

## 3. Review and edit

Once a segment is generated, you can review the variants and fine-tune the content.

<Steps>
  <Step title="Open your newsletter">
    Click the newsletter name to view all segments.
  </Step>

  <Step title="Compare variants">
    BeatSquares generates multiple variants per segment. Click **Var 2**, **Var 3**, etc. to compare different tones, lengths, or angles.
  </Step>

  <Step title="Edit if needed">
    Click **edit** on a segment to make manual changes to the text.
  </Step>

  <Step title="Verify">
    When you're happy with a segment, click **Verify** to lock it in.
  </Step>
</Steps>

## 4. Regenerate a segment

Not happy with a segment? Click **Regenerate** to:

* Switch to a **different article** for the same segment
* Pick a **different content source** (e.g. *Events* or *Press Releases* instead of articles)
* Generate **fresh variants** from the same input

After regenerating, verify the segment again to lock in your changes.

## 5. Generate the overview segment

Overview segments use the content of all other segments to generate a summary or intro. They can only be generated once all other segments are verified.

<Steps>
  <Step title="Verify all other segments">
    Make sure every content segment is verified before continuing.
  </Step>

  <Step title="Generate the overview">
    Click **Generate segment** on the overview segment to create it.
  </Step>

  <Step title="Verify the overview">
    Review the result and verify it like any other segment.
  </Step>
</Steps>

## 6. Publish and send

<Steps>
  <Step title="Publish">
    Click **Publish** to finalize your newsletter.
  </Step>

  <Step title="Open the published newsletter">
    Click your newsletter name to view the final version.
  </Step>
</Steps>

### Send it out

You have two options to send your newsletter:

* **Copy to clipboard** – Click **Copy to clipboard** to copy the complete HTML newsletter and paste it into any email tool.
* **Direct sending via integration** – BeatSquares can integrate with email tools like **Brevo** for direct sending. If you'd like to set this up, reach out to the BeatSquares team.

## Tips

* **Use manual segments for personal framing** – a short editorial can make a newsletter feel less automated.
* **Compare variants before editing** – the AI often surprises you with a better angle than the one you'd default to.
* **Verify segments as you go** – verifying signals teammates that the segment is reviewed and ready.
* **Generate the overview last** – it needs all other segments verified to work.

## What's next?

<CardGroup cols={2}>
  <Card title="Creating WhatsApp Messages" icon="comment" href="/core-features/creating-whatsapp-messages">
    Build a WhatsApp message from a single article.
  </Card>

  <Card title="Creating Podcasts" icon="microphone" href="/core-features/creating-podcasts">
    Turn articles into a podcast episode.
  </Card>

  <Card title="Creating LinkedIn Carousels" icon="linkedin" href="/core-features/creating-linkedin-carousels">
    Turn articles into a LinkedIn carousel post.
  </Card>

  <Card title="Structured Templates" icon="table-cells" href="/core-features/structured-templates">
    Customize your newsletter layout with structured blocks.
  </Card>

  <Card title="Manually Adding Articles" icon="file-pen" href="/core-features/manually-adding-articles">
    Expand the article pool your newsletter draws from.
  </Card>

  <Card title="Creating Squares" icon="plus" href="/core-features/creating-squares">
    Set up a new Square as a foundation.
  </Card>
</CardGroup>
