> ## 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.

# Managed Default Views

> Let users set a default view per table that automatically loads when the resource is first opened.

![Default Views](https://advancedtables.com/images/default-views.png)

Advanced Tables now allows your users to manage which view they would like to be their default view for each table. When a view is a default it will be automatically loaded when the resource/table is first opened after logging in.

## Enable Managed Default Views

Managed Default Views are disabled by default. To enable, add `managedDefaultViewsEnabled()` to your panel provider:

```php theme={null}
AdvancedTablesPlugin::make()
    ->managedDefaultViewsEnabled()
```
