# About (Basic page)

Live demo: <https://arrive.chuckwalladesign.com/about>

1\. In the dashboard, click **Website > New Page** to create a new page. You can type anything under Name and Slug, but we prefer to use "About" or "Meet \[First Name]" to indicate what the page is for. Make sure the page type is **Basic**.

![](/files/-LqHbVDTKFytQc3xehHd)

2\. It's important to upload a [hero image](https://en.wikipedia.org/wiki/Hero_image) and text. Make sure it's an attractive, high resolution (1440 x 800 pixels or higher) image of your candidate.

Find your page in the dashboard by locating the Name or Slug you gave it. Click on it, then click **Files**.

Upload your image to **Files** from your computer. The filename MUST include the abbreviation "bg" in it (stands for background).

Add a `hero` tag to the page. This makes it so the theme registers that you want to display a hero image.

**Note:** We recommend cropping a separate version (400 x 300 pixels) to accommodate mobile devices. The filename MUST contain the word "mobile" for the theme to display it.

![](/files/-LqHdLVK4n-lePj9Br2w)

3\. You can add sections (aka content blocks) to **Basic** page types by creating subpages and adding a `row` tag to each individual subpage that you want to display. To add text to your subpage, click **Content** and type or paste it in. To add an image, click **Files** and upload from your computer.

These will automatically display as rows below your hero image, one column wide if you only add text and two columns wide if you also add an image.

![This is an example of how the page structure looks for the About page](/files/-Lt1oyiEBQ7-a8LO-5sP)

4\. You can add a quote to your **Basic** page types by creating a subpage that contains the word "quote" in it. Click **Content** and type or paste in the quote's text. To display a video next to your quote, add a subpage to it with a `video` tag. In most cases, you can paste the URL of your video in **Content** and Embed.ly will automatically embed it.

![](/files/-LqHiBUGZe4NlMEu0tQx)


---

# 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.chuckwalladesign.com/arrive-theme-page-templates/about-basic-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.
