> For the complete documentation index, see [llms.txt](https://help.blotato.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.blotato.com/features/content-calendar/schedule-posts.md).

# Schedule Posts

## Schedule a Post

To schedule a post to your calendar:

1. Open the [AI Agent](https://my.blotato.com/agent).
2. Click the draft card you want to schedule.
3. Select at least one social account in the **Schedule** panel.
4. Select **Next free slot time** under **Scheduling for**.
5. Click **Schedule**.

To choose a date, select **Pick a time**, choose the date and time, then click **Schedule**. To publish without scheduling, select **Now**, then click **Publish Now**.

The scheduling controls remain unavailable until you select a social account. Facebook, LinkedIn, and Pinterest also require a page or board selection.

The page or board selector is easy to miss — scroll down inside the **Schedule** panel to the **Options** section for that platform (for example, **Facebook > Pages**) to find it.

<figure><img src="/files/deOfyFSkkKalEdbNNPCB" alt="Schedule panel Options section showing the Facebook Pages selector, reached by scrolling down"><figcaption><p>Scroll down in the Schedule panel's Options section to select which Facebook Pages a post goes to.</p></figcaption></figure>

Review scheduled posts in [Upcoming Posts](https://my.blotato.com/queue/schedules).

***


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://help.blotato.com/features/content-calendar/schedule-posts.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
