> For the complete documentation index, see [llms.txt](https://socialcli.gitbook.io/socialcli-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://socialcli.gitbook.io/socialcli-docs/core-features/compose-and-schedule.md).

# Compose & Schedule

### Compose and Schedule <a href="#compose-and-schedule" id="compose-and-schedule"></a>

**URL:** `/dashboard/compose`

**Status: Live**

Create posts with a rich editor and publish or schedule across any combination of platforms.

**How it works:**

1. Write your post content in the editor
2. Attach media (images, video, GIF)
3. Select target platforms from your connected accounts
4. Choose: Publish Now, Schedule for a specific date/time, Save as Draft, or Add to Queue
5. Confirm - post is created and queued for delivery

**Post creation flags (CLI):**

| Flag                    | Description                                    |
| ----------------------- | ---------------------------------------------- |
| `-c, --content <text>`  | Post text content                              |
| `-p, --platform <name>` | Target platform (repeatable for cross-posting) |
| `-a, --account <id>`    | Account ID for the platform                    |
| `-m, --media <url>`     | Media URL - use `social-cli upload` first      |
| `--media-type <type>`   | `image`, `video`, or `gif`                     |
| `--now`                 | Publish immediately                            |
| `--draft`               | Save as draft                                  |
| `--schedule <datetime>` | ISO 8601 UTC datetime                          |
| `--queue`               | Add to next available queue slot               |
| `--timezone <tz>`       | Timezone e.g. `America/New_York`               |

**Credits:** 3 credits per platform. Twitter/X posts containing URLs cost 20 credits per platform due to X API pass-through costs.


---

# 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://socialcli.gitbook.io/socialcli-docs/core-features/compose-and-schedule.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.
