# Footer about us

### 56. Footer about us

> Module position: footer-1
>
> Module class suffix: Not Used

![](/files/8fupT5mPmmvB1YkFKkxd)

If you want your module this way, **Go to backend: Extensions --> Module Manager --> New --> Select type as Custom html** with the settings below:

#### Step-1:

Create a new custom html module

#### Step-2:

Add the following html code in you Custom html module

```html
<p><img src="images/themeparrot/logos/footer_logo.png" alt="footer logo" />
</p>
<p>A wonderful serenity has taken possession of my entire soul, like these sweet mornings
 of spring which I enjoy with my heart.</p>
<div class="social social-head"><a href="#" class="toptip" title="Linkedin">
<em class="icon-linkedin"></em></a><a href="#" class="toptip" title="Github">
<em class="icon-github"></em></a><a href="#" class="toptip" title="Dribbble">
<em class="icon-dribbble"></em></a><a href="#" class="toptip" title="instagram"
<em class="icon-instagram"></em></a><a href="#" class="toptip" title="Google Plus">
<em class="icon-google-plus"></em></a><a href="#" class="toptip" title="Facebook">
<em class="icon-facebook"></em></a><a href="#" class="toptip" title="Twitter">
<em class="icon-twitter"></em></a>
</div>
```

#### Step-3:

Once the module is created successfully SAVE & CLOSE The Settings.


---

# 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/runway/layout-customization/footer/footer-about-us.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.
