# Improve the performance of Worksheet 501 in Central Manager

You can improve the performance of **Worksheet 501: Request Full Inventory** by making minor changes to the **RMHCentral.config** file:

1. Go to **C:\ProgramData\RetailHero\RMH Central Server**.
2. Open the **RMHCentral.config** file.
3. Add the following line of text to the bottom of the config file: `<item key="WS501PageSize" value="100" />`

{% hint style="info" %}
The system default is to send 500 items in a batch. You can use this line in the config file to override the default. Set the value lower, e.g., 100, if you have less bandwidth and need to send fewer items in a batch.
{% endhint %}

4. Click **File** | **Save**.
5. Restart **Central Server**.
6. Restart each **Central Client**.


---

# 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.rmhpos.com/installation/other-procedures/configuring-performance-worksheet-501.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.
