> For the complete documentation index, see [llms.txt](https://wiki.friender.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.friender.io/the-friender-story/contribuiting-software/post-scheduler.md).

# Post Scheduler

**Development Context and Purpose**:

* Post Scheduler was developed to address the need for scheduling posts on personal Facebook profiles, a feature not available in other tools.
* It was designed to provide an easy-to-view content calendar, ensuring a balanced mix of content types like engagement posts, connection posts, software sell posts, lead generation posts, etc., instead of focusing solely on offer posts.

**Key Features**:

1. **Creating Post Types and Tags**:
   * Allows customization of post types and tags, including editing, color-coding, and deletion options.
2. **Content Library**:
   * Save personal and others' Facebook posts for future use.
   * Scan saved posts for engagement data like reactions, comments, and shares.
   * Edit and delete options for saved posts.
3. **Settings**:
   * Engagement settings to automate engagement data collection.
   * Facebook link settings for saving page URLs for future posting.
   * ChatGPT integration for content generation.
4. **Creating and Scheduling Facebook Posts**:
   * Options to create new posts or use content from the content library.
   * Selection of post types, tags, and publishing locations (personal profile or group).
   * Setting publishing date and time in UTC.
   * Repeat post options with frequency, delay, and repeat count settings.
   * Auto first comment feature.
5. **Post Content Creation**:
   * Options for user-generated or AI-generated content via ChatGPT.
   * Advanced settings for AI content generation, including temperature, length, and penalties.
6. **Viewing Scheduled Posts**:
   * List and calendar views of scheduled posts with customizable filters.
   * Detailed post information, including links, content, images, types, and scheduling details.

**Plans Available**:

1. Plan 1: Basic features including post creation, scheduling, and engagement data scanning.
2. Plan 2 to 4: Inclusion of Plan 1 features.
3. Plan 5: Additional features like auto-commenting and AI-based content and image generation.

Post Scheduler stands out as a comprehensive tool for managing and automating Facebook content, offering users the ability to create diverse types of posts and schedule them efficiently. The inclusion of AI content generation further enhances its capabilities, making it a versatile tool for personal profile content management.


---

# 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://wiki.friender.io/the-friender-story/contribuiting-software/post-scheduler.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.
