> For the complete documentation index, see [llms.txt](https://starproflie.gitbook.io/starproflie-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://starproflie.gitbook.io/starproflie-docs/basics/configuration/background.md).

# Background

A new function to create backgrounds and frames with permission support.

If you enable `permission: true`, the player must have the permission `"star.background.<name>"`, such as `"star.background.example"`.

```
background_exmaple:
  name: "Title"
  permission: true
  collection: false
```
