> ## Documentation Index
> Fetch the complete documentation index at: https://docs.advancedtables.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Multi-Tenancy

> Overview of supported tenancy implementations and setup instructions for scoping User Views and Preset Views to tenants.

Advanced Tables has built in support for [simple one-to-many tenancy](https://filamentphp.com/docs/3.x/panels/tenancy#simple-one-to-many-tenancy), [Filament's multi-tenancy](https://filamentphp.com/docs/3.x/panels/tenancy) as well as basic support for [Spatie Multi-tenancy](https://spatie.be/docs/laravel-multitenancy/v3/introduction) and [Tenancy for Laravel](https://tenancyforlaravel.com/). (Please see [support section](/v4/multi-tenancy/support) below).

Setting up tenancy with Advanced Tables will depend on your app and the tenancy implementation you are using. Please refer to the appropriate instructions for your setup:

1. Simple one-to-many tenancy with Filament Panels - [Instructions](/v4/multi-tenancy/simple-tenancy#setting-up-simple-tenancy-with-filament-panels)
2. Simple one-to-many tenancy with Filament's standalone Table Builder - [Instructions](/v4/multi-tenancy/simple-tenancy#setting-up-simple-tenancy-with-filaments-standalone-table-builder)
3. Multi-tenancy with Filament Panels using Filament's tenancy implementation - [Instructions](/v4/multi-tenancy/multi-tenancy#setting-up-multi-tenancy-with-filaments-implementation)
4. Multi-tenancy with Filament Panels using a third party tenancy implementation (Spatie/Stancl) - [Instructions](/v4/multi-tenancy/multi-tenancy#setting-up-multi-tenancy-with-a-third-party-implementation)
5. Multi-tenancy with Filament's standalone Table Builder and a third party tenancy implementation (Spatie/Stancl) - [Instructions](/v4/multi-tenancy/multi-tenancy#setting-up-multi-tenancy-in-filaments-standalone-table-builder-with-a-third-party-implementation)
