> 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-create-groups-of-social-media-accounts.md).

# How To Create Groups of Social Media Accounts

Grouping your social media profiles and networks can help you increase your efficiency in getting content out to all of your channels simultaneously. By grouping them together, you don’t have to select each account for an individual post but can do it all at one time. Follow these steps to create groups for your Social Planner:

**Step One:** Navigate to Marketing > Social Planner.

**Step Two:** Click “New Post” and then click on “Add Group”.

{% embed url="<https://lh4.googleusercontent.com/YXeIdVPQuFXsFBsiJZgFbOqiR4hg2AJu9zIX1YJHQTb08n43cN1ZGK4aXYa7CjkD_WUFXU_ZpT_dMT715AXjmIps38-TIOILtHEi64bDW2yvZoqv9SCLUmcar7_xTahW9YSacDT2GB-LA8rR6gSGf9vUzVYMt3RcBZ-73S6ZxzhVy621EW9bwPLg>" %}

**Step Three:** Enter a Group Name

{% embed url="<https://lh5.googleusercontent.com/KoQBeyNuudLx7aHC0w6DOQnSIPTff3qC42-1VINikbJD7mk4CFi2IBJXxqXD0Y-zhXTrEjXFCgCgXnBcokPTIyxQOGYa-VxppUipLMcoo0kWmprZWqRsa70iOfIDhy6IZKlcyRK1hBk0otRNWPz0v162SjzclHPA9ymNeMxMeP9w_eX833JtcIiX>" %}

**Step Four:** Click on “Add accounts to group” and select the social channels you want to add to a particular group.

**Step Five:** Click “Create” to save the group.

***NOTE:*** if you want to make any edits to the group, click on the pencil icon to change the grouping. If you want to delete a group, you can simply click the red “Delete Group” button.

Now, you can create and publish a post and push it out to multiple social media channels at one time, such as LinkedIn, Instagram, and a Facebook page all together.


---

# 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-create-groups-of-social-media-accounts.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.
