# Settings Block

| Setting                                                       | Description                                                                                           |
| ------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------- |
| Background Color                                              | Set the background color for the item.                                                                |
| Border Color                                                  | Set the border color for the item.                                                                    |
| Use image or text for Icon?                                   | Select the icon type to display for the item.                                                         |
| Image                                                         | Upload / choose an image as the icon for the item tab                                                 |
| Icon                                                          | Fill in the icon text (svg) for the item tab.                                                         |
| Icon Width                                                    | Determine the width of the icon.                                                                      |
| Icon Height                                                   | Determine the height of the icon.                                                                     |
| Icon Spacing Bottom                                           | Determine the spacing of the icon from the bottom content.                                            |
| Icon color                                                    | Set the color for the icon.                                                                           |
| Title                                                         | Enter the title for the itme tba.                                                                     |
| Title Font Type                                               | Select the font family for the title.                                                                 |
| Title Font Size                                               | Determine the font size for the title.                                                                |
| Title Font Size Mobile                                        | Determine the font size for the title on Mobile.                                                      |
| Font Weight                                                   | Select the font weight of the title.                                                                  |
| Title Spacing Bottom                                          | Determine the spacing of the title from the bottom.                                                   |
| Title Spacing Bottom Mobile                                   | Determine the spacing of the title from the bottom on Mobile.                                         |
| Color Text                                                    | Set the color of the title.                                                                           |
| Description                                                   | Enter the description for the item.                                                                   |
| Description Font Size                                         | Determine the font size of the description.                                                           |
| Description Font Size Mobile                                  | Determine the font size of the description on Mobile.                                                 |
| Description Line Height                                       | Determine the line height of the description                                                          |
| Description Spacing Bottom                                    | Determine the spacing of the description from the bottom.                                             |
| Description Color                                             | Set the color for the description.                                                                    |
| Text Font Weight                                              | Select the font weight of the description.                                                            |
| Button                                                        | Enter the text for the button.                                                                        |
| Link                                                          | Specify the link for the button to redirect to.                                                       |
| Button Style                                                  | Select the style for the link button: Style 1: Link Style (text with underline) or Style 2: A button. |
| Button Font Size                                              | Determine the font size for the button.                                                               |
| Button Width                                                  | Determine the width of the button.                                                                    |
| Button Font Weight                                            | Select the font weight of the button.                                                                 |
| Color - Border Color - Background Color - Background Gradient | Set the text color, border color and background for both button hover and normal states.              |


---

# 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/sections/all-sections-in-theme/custom-service-block/settings-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.
