# Filesystems & Object Stores

- [Manage object stores](https://docs.weka.io/weka-filesystems-and-object-stores/managing-object-stores.md): This page provides an overview about managing object stores.
- [Manage object stores using the GUI](https://docs.weka.io/weka-filesystems-and-object-stores/managing-object-stores/managing-object-stores.md): This page describes how to view and manage object stores using the GUI.
- [Manage object stores using the CLI](https://docs.weka.io/weka-filesystems-and-object-stores/managing-object-stores/managing-object-stores-1.md): This page describes how to view and manage object stores using the CLI.
- [Manage filesystem groups](https://docs.weka.io/weka-filesystems-and-object-stores/managing-filesystem-groups.md): This page provides an overview about managing filesystem groups.
- [Manage filesystem groups using the GUI](https://docs.weka.io/weka-filesystems-and-object-stores/managing-filesystem-groups/managing-filesystem-groups.md): This page describes how to view and manage filesystem groups using the GUI.
- [Manage filesystem groups using the CLI](https://docs.weka.io/weka-filesystems-and-object-stores/managing-filesystem-groups/manage-filesystem-groups-using-the-cli.md): This page describes how to view and manage filesystem groups using the CLI.
- [Manage filesystems](https://docs.weka.io/weka-filesystems-and-object-stores/managing-filesystems.md): Filesystem management is an integral part of the successful running and performance of the WEKA system and of overall data lifecycle management.
- [Manage filesystems using the GUI](https://docs.weka.io/weka-filesystems-and-object-stores/managing-filesystems/managing-filesystems.md): This page describes how to view and manage filesystems using the GUI.
- [Manage filesystems using the CLI](https://docs.weka.io/weka-filesystems-and-object-stores/managing-filesystems/managing-filesystems-1.md): This page describes how to view and manage filesystems using the CLI.
- [Attach or detach object store buckets](https://docs.weka.io/weka-filesystems-and-object-stores/attaching-detaching-object-stores-to-from-filesystems.md): This page describes how to attach or detach object stores buckets to or from filesystems.
- [Attach or detach object store bucket using the GUI](https://docs.weka.io/weka-filesystems-and-object-stores/attaching-detaching-object-stores-to-from-filesystems/attaching-detaching-object-stores-to-from-filesystems.md): This page describes how to attach or detach object stores buckets to or from filesystems using the GUI.
- [Attach or detach object store buckets using the CLI](https://docs.weka.io/weka-filesystems-and-object-stores/attaching-detaching-object-stores-to-from-filesystems/attaching-detaching-object-stores-to-from-filesystems-1.md): This page describes how to attach or detach object store buckets to or from filesystems using the CLI.
- [Manage data lifecycle for tiered systems](https://docs.weka.io/weka-filesystems-and-object-stores/tiering.md): Learn how the system manages data storage in tiered configurations, covering lifecycle policies, capacity management, and operational controls.
- [Mount filesystems](https://docs.weka.io/weka-filesystems-and-object-stores/mounting-filesystems.md): Discover the two modes for mounting a filesystem on a cluster server: persistent mount mode (stateful) and stateless mount mode. You can also use fstab or autofs for mounting.
- [Mount filesystems from Single Client to Multiple Clusters (SCMC)](https://docs.weka.io/weka-filesystems-and-object-stores/mounting-filesystems/mount-fs-from-scmc.md): Mount a single stateless WEKA client to multiple clusters simultaneously, optimizing data access and workload distribution.
- [Manage authentication across multiple clusters with connection profiles](https://docs.weka.io/weka-filesystems-and-object-stores/mounting-filesystems/manage-authentication-across-multiple-clusters-with-connection-profiles.md): Learn how to manage authentication across multiple clusters in the WEKA CLI using connection profiles, enabling seamless switching between clusters without re-authentication.
- [Snapshots](https://docs.weka.io/weka-filesystems-and-object-stores/snapshots.md): Snapshots enable the saving of a filesystem state to a directory and can be used for backup, archiving and testing purposes.
- [Manage snapshots using the GUI](https://docs.weka.io/weka-filesystems-and-object-stores/snapshots/snapshots.md): This page describes how to manage snapshots using the GUI.
- [Manage snapshots using the CLI](https://docs.weka.io/weka-filesystems-and-object-stores/snapshots/snapshots-1.md): This page describes how to manage snapshots using the CLI.
- [Snap-To-Object](https://docs.weka.io/weka-filesystems-and-object-stores/snap-to-obj.md): Explore the Snap-To-Object feature, a capability facilitating the seamless data transfer from a designated snapshot to an object store.
- [Manage Snap-To-Object using the GUI](https://docs.weka.io/weka-filesystems-and-object-stores/snap-to-obj/snap-to-obj.md): This page describes the Snap-To-Object feature, which enables the committing of all the data of a specific snapshot to an object store.
- [Manage Snap-To-Object using the CLI](https://docs.weka.io/weka-filesystems-and-object-stores/snap-to-obj/snap-to-obj-1.md): The Snap-To-Object feature enables the committing of all the data of a specific snapshot to an object store.
- [Snapshot policies](https://docs.weka.io/weka-filesystems-and-object-stores/snapshot-policies.md): Snapshot policies define rules and schedules for creating and managing point-in-time data copies, ensuring reliable recovery from deletion, corruption, or integrity issues.
- [Manage snapshot policies using the GUI](https://docs.weka.io/weka-filesystems-and-object-stores/snapshot-policies/manage-snapshot-policies-using-the-gui.md): Manage snapshot policies using the GUI, ensuring efficient data protection.
- [Manage snapshot policies using the CLI](https://docs.weka.io/weka-filesystems-and-object-stores/snapshot-policies/manage-snapshot-policies-using-the-cli.md): Manage snapshot policies using the CLI, ensuring efficient data protection and disaster recovery.
- [Quota management](https://docs.weka.io/weka-filesystems-and-object-stores/quota-management.md): Implement quota management to monitor and control usage of the WEKA filesystem effectively.
- [Manage quotas using the GUI](https://docs.weka.io/weka-filesystems-and-object-stores/quota-management/manage-quotas-using-the-gui.md): This page describes how to manage quotas using the GUI.
- [Manage quotas using the CLI](https://docs.weka.io/weka-filesystems-and-object-stores/quota-management/quota-management.md): This page describes how to manage quotas using the CLI.


---

# 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/weka-filesystems-and-object-stores.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.
