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

# Content Scheduling & Posting

HeyOz gives you full control over how and when your content goes live. Once your social accounts are connected, HeyOz automatically verifies the connection so you always know everything is synced and ready. From there, you can publish your AI-generated content instantly across all platforms or schedule them for later. \
Plan your content calendar in advance, keep your posting consistent, and let HeyOz handle the timing so your brand stays visible even when you’re offline. Whether you prefer real-time posting or automated scheduling, HeyOz makes content publishing smooth, reliable, and stress-free.

### Posting

{% @arcade/embed flowId="MO5kUSwDDUFgcMWL0GbN" url="<https://app.arcade.software/share/MO5kUSwDDUFgcMWL0GbN>" %}

#### Steps:

* Go to [Creations](https://heyoz.com/creations) and select the the content you want to post
* Once you open it, click on Post button
* Select your platform and account (You can select multiple)
* Fill-in all essentials i.e title, hashtags etc
* Click on "continue" here you can select to post immediately or select date and time for future
* After selecting, click on post
* You post is being processed you can check status and view all posts by clicking at "View Social Posts"


---

# 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://docs.moemate.io/moemate/features/content-scheduling-and-posting.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.
