> 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/posts/custom-app/bulk-post-settings.md).

# Bulk post settings

### **How to use bulk post settings in your app?**

The bulk post settings feature allows you to update multiple posts simultaneously, making content management more efficient. You can modify status, categories, and tags for multiple posts in one go, saving time and ensuring consistency.

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

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

* Navigate to the [**Posts section**](https://app.appmysite.com/app/posts) in your AppMySite dashboard.
* Click on the Bulk icon at the top right of the screen.

#### **Step 2: Select posts for bulk update**

* Use the checkboxes to select the posts you want to update.

#### **Step 3: Apply bulk updates using the filter feature**

* Click on the Filter button at the top right of the screen.
* Modify the following settings for selected posts:
  * Status – Set the selected posts to draft or published.
  * Categories – Assign or update categories for better organization.
  * Tags – Add or modify tags for better post classification.

#### **Step 4: Apply updates to selected posts**

* Choose whether to update all posts or only the selected ones.
* Click on the Update button.
* The update button allows you to modify:
  * Author
  * Categories
  * Tags
  * Attributes
  * Status
  * Featured post

#### **Step 5: Apply and reset changes**

* Click Apply to save the changes to all selected posts.
* If needed, use the Reset button to clear all applied filters and restore default settings.

{% hint style="success" %}
By using bulk post settings, you can efficiently manage multiple posts at once, ensuring consistency across your app's content while reducing manual work.
{% endhint %}


---

# 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/posts/custom-app/bulk-post-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.
