> For the complete documentation index, see [llms.txt](https://docs.appmysite.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.appmysite.com/app/pages/custom-app/page-settings.md).

# Page Settings

### How to customize page settings in your app

The Page Settings allow you to customize the appearance and functionality of app pages, ensuring they align with your design and user experience preferences. Follow this guide to configure your page list and page details.

{% embed url="<https://scribehow.com/shared/Changing_App_Theme_Colors_in_App_My_Site__CMKThZU5RImfQS-H9ebflA>" %}

#### **Step 1: Access the Pages Screen**

* Navigate to the [**Pages**](https://app.appmysite.com/app/pages) of your app from the side menu.
* Click on the Settings button at the top right of the screen.

**Step 2: Customize page list settings**

The Page list settings let you control how pages appear in your app.

* **Background color**
  * Set the background color for the page list.
* **Text color**
  * Choose a text color for the page items.
* **Tile background color**
  * Set the background color of the tiles for a visually cohesive layout.

#### **Step 3: Customize page details settings**

The Page details settings allow you to fine-tune how individual pages and their content appear.

* **Share**&#x20;
  * Enable to display a share icon for easy content sharing.
* **Show media in full screen**
  * Allow users to view media content in full-screen mode for a detailed experience.
* **Show media as thumbnails**&#x20;
  * Display media content as thumbnails for a preview-style layout.
* **Section margins (pixels)**
  * Adjust spacing around sections for a clean and polished look:
    * Top margin
    * Bottom margin
    * Left margin
    * Right margin
* **Image shape**
  * Select the preferred image shape for media content:
    * Square
    * Soft square&#x20;

{% hint style="success" %}
Apply **rounded corners** for a sleek and modern design.
{% endhint %}

* **Center crop images**&#x20;
  * Enable to center crop images, ensuring they fit uniformly within the frame.
  * Disable to maintain the original aspect ratio while fitting the frame.

{% hint style="success" %}
**Center crop image** means cropping an image while keeping its center as the focal point. This ensures that the middle portion of the image remains visible while the edges are trimmed to fit a specific frame or aspect ratio, creating a uniform and consistent look across your app.
{% endhint %}

#### **Step 3: Saving changes**

* Once you've configured your page settings, click **Save** to apply them.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.appmysite.com/app/pages/custom-app/page-settings.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
