# Account profile

## Overview

A customer profile block that displays the customer's name, email, and logout option. Shows the customer's first initial in a circular avatar, followed by their full name and email address. Includes a logout button at the bottom.

## Common use cases

* Display customer profile information in account sections
* Consider adding customization settings for avatar colors and sizes
* Add translation strings for customer name labels if internationalization is needed
* Consider adding additional account management options beyond just logout

## Block settings

This block has no configurable settings.


---

# 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://help.brickspacelab.com/slab/content/blocks/utility/account-profile.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.
