# Bulk page settings

### How to use bulk update settings for pages?

The Bulk Update Settings feature allows you to make changes to multiple pages at once, streamlining the page management process in your app. You can update key attributes such as the Parent, Author, and Status of selected pages.

Follow these steps to bulk update pages in your app:

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

#### **Step 1: Access bulk update settings**

* Navigate to the [**Pages**](https://app.appmysite.com/app/pages) section and click on the Bulk Update button.
* Use the checkboxes to select the pages you want to update.

#### **Step 2: Apply Bulk Updates**

Once the pages are selected, you can update the following attributes:

* Parent – Assign a parent category or page to the selected pages.
* Author – Change the author of the pages in bulk.
* Status – Set the pages to Draft or Published.

#### **Step 3: Save Changes**

* Click on the "Update" button at the top right of the screen.
* After making your selections, click "Apply" to save the changes.
* To remove selected pages, click "Delete Selected" instead.

{% hint style="success" %}
By using the Bulk Update Settings, you can efficiently manage multiple pages at once, saving time and ensuring consistency across your app’s content.
{% endhint %}


---

# 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.appmysite.com/app/pages/custom-app/bulk-page-settings.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.
