# Top left contact info

### 6. Top left contact info

> Module position: topbar-left
>
> Module class suffix: Not used

![](/files/ClKS0eXqo9uewLl3kOl7)

If you want to display your contact information like this you have to create a menu and publish the menu module like below

#### Step-1:

![](/files/GwOX5ye3y0WEfyrjbw5F)

#### Step-2:

![](/files/GuM84q4oBVAORUkyYrhr)

#### Step-3:

Add the following code in your custom html module

```html
<div id="contact-details">
    <ul>
        <li><em class="fa fa-phone"></em><a href="#">support@runway.com</a>
        </li>
        <li><em class="fa fa-envelope-o"></em> +11 222 430 231</li>
    </ul>
</div>
```

#### Step-4:

![](/files/bkftww7APGAIawZqCzTe)


---

# 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/home-styles/home-style-1/top-left-contact-info.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.
