# Manage filesystem groups

A filesystem group in the WEKA system is used specifically to manage tiering policies for filesystems. It defines key parameters, including the drive retention period and the tiering queue time, which determine how and when data is tiered.

When you add a filesystem, it must be associated with a filesystem group to apply these tiering behaviors. The WEKA system supports up to eight filesystem groups, allowing flexibility in managing tiering policies across different filesystems.

**Related topics**

[filesystems](https://docs.weka.io/4.2/overview/filesystems "mention")

[managing-filesystem-groups](https://docs.weka.io/4.2/fs/managing-filesystem-groups/managing-filesystem-groups "mention")

[manage-filesystem-groups-using-the-cli](https://docs.weka.io/4.2/fs/managing-filesystem-groups/manage-filesystem-groups-using-the-cli "mention")


---

# Agent Instructions: 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:

```
GET https://docs.weka.io/4.2/fs/managing-filesystem-groups.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
