# Query Settings

The Query Settings panel is where the query's properties are listed and the steps that can be applied to it.

<figure><img src="https://lh5.googleusercontent.com/oOCdV0NfHgLJPRZaLL93yIenqTvgASQdEL2R4AgoHFCZ7wmkYPJZ1f6YN_nFSOkDimW-yN8UK3-vt-j-L67uLJX74n_NmlKggQ55uqRxtqoYckunHcj7YySrdUw28SDZlPwlAtS2HUW09Gpe75uBRdl-wk2maQ56b9aJCkROaQIbZH0QEvZHNmS4X-LpAA" alt=""><figcaption></figcaption></figure>

## Inherit Query from URL

{% hint style="warning" %}
By default, the `query` block inherits the data from the URL.
{% endhint %}

If you want to use the Query editor, then you will need to deactivate the Inherit Query from URL and then Open Modal.

![](https://lh4.googleusercontent.com/iekRZnSWiKF2qdq1JxByLMXf74lviXB9wG9_N_fwO0OftweKZOGcF3sZHGHtqlP5ljwPPPG9Pf8Dc3GvW14OKfAJJ1tHrRRXNK9d4jkn4uwUcYxFdcqWtG4-J2egQfc6GI99BAYeoHWVtKPRVbfW_af6HZ7OwtMtUWKeiZEQygoUcuE1Y1-aLNZokXcEAg)

<details>

<summary>Activate/Deactivate</summary>

1. Click on the ➕ ​​icon to open the [Inserter Panel](https://docs.cwicly.com/gutenberg/inserter-panel/)
2. Select <img src="/files/sHJscThWb2nW7KToY5IY" alt="" data-size="line"> `query` block
3. Open the [block inspector](https://docs.cwicly.com/gutenberg/block-inspector/)
4. Navigate to the [primary tab](https://docs.cwicly.com/gutenberg/primary-tab/)
5. Find Settings tab
6. Toggle Inherit Query from URL

</details>

## Frontend Rendering

Allows the query's elements to be loaded and processed on the frontend instead of on the server.

Enables visual placeholders to appear while the page is loading.

{% hint style="danger" %}
Frontend Rendering must be enabled for the filter block to work.
{% endhint %}

![](https://lh5.googleusercontent.com/AkpjwxgirmnFB_EOlULC1SmL1gS1zh8TN4A60bdLi-40BkhLhZwP3L4kTnLhIQaNVPloZM52Ost-rlHkQx2TZr8KL5iq3IJv0dQrKLEjxKvhIJWzyCSAAfearbNRDwry8mjrmjhnPfYpEAPef6oCFh1cjKVoaNDiEmUIFssICy5E1LjwdJ4Qo57MrymHkA)

## Infinite Load More

Infinite Load More allows you to load additional elements when you reach the end of the page. You can choose between Scroll or Button as a means of Navigation in the Infinite Load More tab dropdown.

![](https://lh5.googleusercontent.com/Qqxd0bXNAtJOlvBwvx8pqvxrKdvD9MhOfp9YuUGqRx2HbkkSXEPflKsPp_tXZv6XIp5YNzjGcbS73A6lzZhQ7iqr1pat3tSPDGuMe0rbkt3CIsxPKDRSqZa6FAmf-vax98uSQ_XAa9dJKIHdWvKEpYpxfktFWiQwYE3MQVJ6uB4P-pw3oPz-H3bbZ7c_DA)     ![](https://lh4.googleusercontent.com/ovrbwbyRr9wceK4nINwsmt_GE_v_Wa1AgcOkY607MYW1jZ9_XZYSKijgx-8Q-yKUUTlf9skJfJFTbRTIXIEiOC8eBCHzkWGTsbMEa4rTIFVO9UHNPdk8yJAPMO3uSf1ZShSqZp-pBDbyPeviqqFsnZDBO2wtLcrggKRafftJG0s23BGKlqB1TGuxqriLuA)

<details>

<summary>Activate</summary>

1. Click on the ➕ ​​icon to open the [Inserter Panel](https://docs.cwicly.com/gutenberg/inserter-panel/)
2. Select <img src="/files/sHJscThWb2nW7KToY5IY" alt="" data-size="line"> `query` block
3. Open the [block inspector](https://docs.cwicly.com/gutenberg/block-inspector/)
4. Navigate to the [primary tab](https://docs.cwicly.com/gutenberg/primary-tab/)
5. Find Settings tab
6. Toggle on Infinite Load More
7. Find Infinite Load More tab
8. Find Load More dropdown
9. Select Scroll or Button&#x20;

</details>

<details>

<summary>Deactivate</summary>

1. Click on the ➕ ​​icon to open the [Inserter Panel](https://docs.cwicly.com/gutenberg/inserter-panel/)
2. Select <img src="/files/sHJscThWb2nW7KToY5IY" alt="" data-size="line"> `query` block
3. Open the [block inspector](https://docs.cwicly.com/gutenberg/block-inspector/)
4. Navigate to the [primary tab](https://docs.cwicly.com/gutenberg/primary-tab/)
5. Find Settings tab
6. Toggle off Infinite Load More

</details>


---

# 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.cwicly.com/blocks/query/query-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.
