> For the complete documentation index, see [llms.txt](https://software-help-docs.gitbook.io/knowledge-base/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://software-help-docs.gitbook.io/knowledge-base/software-guide/social-media/how-to-post-as-a-page-on-facebook-groups.md).

# How To Post as a Page on Facebook Groups

If you want to post publicly as a Facebook Page within a Facebook Group, you’ll need to start by making the Page an Admin of the Facebook Group you want to post in by linking it. In order to link a Group to your Page, you must ensure you are an Admin of the Group.

**Step One:** From your Facebook Feed, click Pages in the left menu and select your Page.

* Click “More” and then select “Groups”. (If you don’t see Groups, click More, then select “Edit Tabs” and click the toggle next to Groups. Then return to your Page, click “More” and select “Groups”.)
* Click “Link Group”.
* Click “Link” next to the group you want to link your Page to.
* Click “Link” to confirm.

**Step Two:** Log in as your profile Admin of the group and add the Page as an Admin.

* ***NOTE:*** To unlink a group from your Page, click “Unlink” to the right of the group, then click Unlink Group to confirm.

**Step Three:** Return to our software and navigate to the Social Planner and ensure the Group is integrated. When you go to post, you will see a dropdown for “Publish as”; here you can select to post as the group, or as the page you have configured.

Now you can post as a Facebook Page in a Facebook Group.


---

# 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://software-help-docs.gitbook.io/knowledge-base/software-guide/social-media/how-to-post-as-a-page-on-facebook-groups.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.
