# Social Network Profile Page

## Overview

This is a common UI pattern for a profile page in social apps and it includes:

* **Sidebar** for displaying user information
* **Posts tab** for a feed
  * The post message UI can be hidden and only shown to the profile owner
* **Media tab** for viewing uploaded multimedia content

Please note that no complex workflows are included in this asset.

## Structure

Please reference existing documentation to customize the page:

* Page\
  [Sidebar Profile Page with Tabs](/canvas/canvas-library/page-templates/sidebar-profile-page-with-tabs.md)
  * Posts tab
    * [Social Feed](/canvas/canvas-library/blocks/social-feed.md)
  * Media tab
    * [Multimedia Slideshow Popup](/canvas/canvas-library/popups/multimedia-slideshow-popup.md)


---

# 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/ui-patterns/social-network-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.
