# Show Profile Page

{% hint style="info" %}
Live Demo: <https://candidate.codenation.com/about_me>
{% endhint %}

<figure><img src="/files/wwyf1Z1IGKXuYacwWjlp" alt="Subpages of &#x22;executive_team&#x22; page, shown on the About page."><figcaption><p>Subpages of "executive_team" page, shown on the About page.</p></figcaption></figure>

## Adding a Profile Section

1. Create a new basic page.&#x20;
2. Create one or more subpages to the new basic page (pr profile page) to store the information for each profile. Include these details on each subpage:
   * The **name** draws directly from the headline.&#x20;
   * The **bio** draws directly from the content.
   * The **thumbnail avatar** draws directly from the social media share icon.&#x20;
3. On the page you would like the profiles section to display add the  tag `Admin Show Profile Page:[PAGE_SLUG]`.
   * Where `[PAGE_SLUG]` is the slug of the page created in step 1.


---

# 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.codenation.com/admin-tag-customisations/show-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.
