> 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-filter.md).

# Post Filter

**Development and Purpose**:

* Post Filter was developed as a Google Chrome extension by Tier5.
* The primary motivation for creating Post Filter was to tailor the Facebook experience by filtering out irrelevant content and focusing only on desired topics.
* Users utilize Post Filter in groups and on their feeds to find discussions related to their sales interests, enabling them to engage effectively with potential leads.
* Additionally, Post Filter is used in conjunction with Friend Connector on relevant posts and ads, facilitating the addition of potential leads to the user's network for marketing purposes.

**Key Features of Post Filter**:

1. **News Feed Filtering**:
   * Filter the Facebook newsfeed to display only posts or ads from other profiles, pages, or groups.
   * Advanced options to specify keywords for including or excluding certain posts or ads.
2. **Group Feed Filtering**:
   * Specifically filter content in Facebook group feeds.
   * Options to include or exclude posts based on specified keywords.
3. **Page Feed Filtering**:
   * Tailor the content seen in Facebook page feeds.
   * Use keyword-based filtering to refine the content displayed.
4. **Profile Posts Filtering**:
   * Filter the content appearing on personal Facebook profiles.
   * Again, advanced keyword options are available to customize the posts viewed.

Post Filter is especially beneficial for users looking to streamline their Facebook experience towards specific sales or marketing goals. By focusing only on relevant content and discussions, users can effectively engage with potential customers and peers in their niche, thereby enhancing their marketing efforts and lead generation on the platform.


---

# 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-filter.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.
