> For the complete documentation index, see [llms.txt](https://docs.mburger.cloud/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mburger.cloud/flutter-sdk/admin.md).

# Admin

If you need to create blocks and sections in your MBurger project you can use the `mb_admin` package that comes with the MBurger SDK

{% hint style="info" %}
You will have to use a token with write permissions to edit the sections and with delete permissions to delete them.
{% endhint %}

```dart
import 'package:mburger/mb_admin/mb_admin.dart';
```
