> For the complete documentation index, see [llms.txt](https://streamsmanager.gitbook.io/streams-manager/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://streamsmanager.gitbook.io/streams-manager/configuration/library-groups-configuration.md).

# Library groups configuration

Streams Manager offers the capability to group libraries which can then selectively be included in plans allowing you to setup Basic, Standard and Premium type of plan hierarchy. Before the system can be used, you will need to configure library groups you wish to include in your plans. To do so, access the Servers & Libraries dropdown from the main menu and click on Library Groups in the submenu. By default, you should see three library groups already defined:

* Private – libraries in this group are NOT included or shared with any plan. This library groups cannot be edited or deleted.
* Standard – libraries in this group can be included and shared with all plans. This library groups cannot be edited or deleted.
* Premium 4K - meant to be used with 4K libraries allowing you the ability to include or exclude 4K from certains plans

You can add other library groups for your 4K libraries, remux, audiobooks etc. or any other grouping you see fit if you plan to package them selectively in different plans. For example, you could create a basic plan that does not include 4K or remux and a premium plan that includes both standard and 4k and remux libraries.


---

# 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://streamsmanager.gitbook.io/streams-manager/configuration/library-groups-configuration.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.
