> For the complete documentation index, see [llms.txt](https://aptitude.gitbook.io/zaubercms/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://aptitude.gitbook.io/zaubercms/identity/account-layout.md).

# Account Layout

As specified in the Overview, the account pages have to be static and have their own layout. Currently the layout is just a blank layout. However, if you want to customise the pages and have your own logo or make them fit the style of your site, you can create a Layout component and then just replace the Layout set in the appSettings

```json
 "AccountLayout": "ZauberCMS.Components.Pages.BlankLayout",
```

Just like the built in one, make sure to use the full namespace when setting your layout
