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

# Configure Posting Time Slots for Each Account in Warmr

> Set time slots for each account and Warmr fills them with queued content, wrapping every post with warmup activity before and after it.

Warmr uses a slot-based scheduling system. You define the times of day you want an account to post, and Warmr handles everything else. It pulls content from your queue in order, wraps each post in warmup activity, and locks each slot once it is claimed to prevent double-posting. You do not need to babysit the schedule; once slots are set and content is queued, Warmr runs autonomously.

<iframe className="w-full aspect-video rounded-xl" src="https://www.youtube.com/embed/PFAO5lxNrhU?rel=0&list=PLqezdr4LtvlLUgYSHr6ccsba-uFiseWgl" title="Draft and schedule a post in Warmr" frameBorder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowFullScreen />

## How scheduling works

You assign one or more **time slots** to each account. At each scheduled time, Warmr:

1. Runs warmup activity (scrolling, liking, following) **before** the post to simulate natural pre-posting behaviour
2. Posts the next piece of content from the account's queue
3. Runs a second warmup pass **after** the post to replicate how a real user behaves following a publish

Slots are locked as soon as they are claimed, so there is no risk of the same content going out twice even if Warmr restarts mid-session.

## Set a posting schedule

<Steps>
  <Step title="Select an account in Warmr">
    Open the **Devices** panel and click the account you want to schedule.
  </Step>

  <Step title="Go to Schedule">
    Click the **Schedule** tab within the account view.
  </Step>

  <Step title="Add a time slot">
    Click **+** and choose a time from the picker, for example, **9:00 AM**. The slot appears in the schedule grid.
  </Step>

  <Step title="Add more slots as needed">
    Repeat the previous step for each posting window you want. A typical setup might be **9 AM**, **2 PM**, and **8 PM** for three posts per day.
  </Step>

  <Step title="Save your schedule">
    Click **Save**. Warmr begins filling those slots from the content queue at the next scheduled time, provided the account has matured and content is available.
  </Step>
</Steps>

## Managing your content queue

<CardGroup cols={2}>
  <Card title="From anywhere: app.warmr.so" icon="cloud-upload">
    Drop content from any browser at [app.warmr.so](https://app.warmr.so), on your phone or laptop. It lands in the queue automatically and is distributed across accounts in the posting rotation. The easiest option for day-to-day use.
  </Card>

  <Card title="From your Mac" icon="monitor">
    Drag content files straight into the Warmr app on your Mac to add them to an account's queue. Useful for precise, per-account control when you're already at your laptop.
  </Card>
</CardGroup>

<Tip>
  Three to four posting slots per day per account is a healthy cadence for most platforms. Avoid scheduling posts less than two hours apart. Platforms can interpret rapid repeat posting as inauthentic behaviour.
</Tip>

<Note>
  If no content is queued for a slot, Warmr skips the post for that slot but still runs the warmup activity. Your account stays active and healthy even when the queue is temporarily empty.
</Note>

<Warning>
  Accounts that have not matured through warmup are excluded from the posting rotation automatically. Do not attempt to manually trigger posts on warming accounts. Doing so can result in early bans and will not override Warmr's maturity check.
</Warning>

For a deeper look at how slots, queues, and rotation interact, see [Scheduling Concepts](/concepts/scheduling). To learn more about uploading content via Cloud Drop, see [Cloud Drop](/concepts/cloud-drop).
