# Policies Block

| Setting                     | Description                                         |
| --------------------------- | --------------------------------------------------- |
| Show Policies Block         | Toggle to show/hide the block                       |
| Heading                     | Enter the heading title for the block               |
| Use Image Or Text For Icon? | Decide to adopt image or icon for the illustration. |
| Icon Width - Icon Height    | Determine the icon width and height                 |
| Icon Spacing Right          | Determine the spacing between icon and text.        |
| Title Font Size             | Specify the font size for block title.              |
| Title Font Weight           | Select the font weight for block title.             |

### Item

The settings below are the same from item 1 to item 3&#x20;

| Setting     | Description                                                                                  |
| ----------- | -------------------------------------------------------------------------------------------- |
| Enable?     | Show/hide the policy item                                                                    |
| Image       | Upload / choose an image as illustration if the Image type is selected in the setting above. |
| Icon        | Enter the icon text (svg) as illustration if the Icon type is selected in the setting above. |
| Title       | Fill in the name for the policy.                                                             |
| Description | Enter the description for the policy content.                                                |
| Button      | Enter the button text for the policy content.                                                |
| Link        | Specify the link for the button to redirect to.                                              |


---

# 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://halosoft.gitbook.io/bonnita-documentation/product-page/product-information/blocks-settings/policies-block.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.
