# Customer Care

### Customer Care

Module position: Position-3

Module class suffix: custom-img

![](/files/GW2swsOpnIw5Z6epF95S)

If you want to display your image like this you have to create a custom module and publish the custom module like below

#### Step-1:

![](/files/6hrr0hNnQSFGHfWLA3V3)

#### Step-2:

![](/files/G7CaC8N2b47H5SyFTA48)

#### Step-3:

![](/files/gb2bA7cqAWhQYF4tDEns)

#### Step-4:

Add the following code in your custom module

```html
<div class="custom-tag">
    <div class="tag-icon"><em class="fa fa-calendar"></em></div>
    <div class="text">
        <h5><a href="#">Customer Care</a></h5>
        <p>Help and Feedback</p>
    </div>
</div>
```


---

# 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://jdocs.themeparrot.com/joomla-templates/bookstore/layout-customization/home-styles/home-style-3/customer-care.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.
