# Centered Profile Page

## Overview

![](/files/CPl5tF3JA24OwJkw2paD)

Full layout for a generic centered profile page. Includes a profile cover photo, user's image, name, short bio, and other common UI components.&#x20;

## Structure

* When this page is added to your app, it will come with two main groups:
  * **Group Main user profile\_User**\
    This group includes the user profile UI components.
  * **Blocks container 860 (do not rename) or Group Main Page Content**\
    This group contains the responsive settings for all additional blocks to the page. Any new blocks to the page should be added into this group.

## How to set up

* For more information on how to set up the profile block, please read the documentation [here](https://docs.airdev.co/canvas-pages-and-modules/v/3.0.0/modules/centered-profile-module).
* Add blocks to the page using the Canvas chrome extension.


---

# 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://docs.airdev.co/canvas/canvas-library/page-templates/centered-profile-page.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.
