# 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


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://aptitude.gitbook.io/zaubercms/identity/account-layout.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
