# Top bar

Follow the below steps

![](/files/CDX9teY9SJrNLb8YEImB)

**Step-1:**&#x20;

Go to your admin dashboard and click Appearance -> Widgets

![](/files/GLuXrJpSq66TxdFzrupN)

**Step-2:**&#x20;

Drag and drop the "Text box" top "Topbar" widget.

![](/files/G1k7g4IolwiVW67ysbQi)

**Step-3:**&#x20;

Add the below code to "Topbar" widget Textbox content.

![](/files/WdcpRxenglup9n3pA0FF)

```html
        <ul class="topbar-left">
              <li>
                <span class="glyphicon glyphicon-envelope topbar-glyph"></span>
<span class="topbar-text"><a href="#">support@runway.com</a></span>
            </li>
             <li >
                <span class="glyphicon glyphicon-phone-alt topbar-glyph"></span>
<span class="topbar-text">+11 222 333 401</span>
            </li>
        </ul>
```

**Step-4:**&#x20;

Finally Click the **save** button


---

# 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://wpdocs.themeparrot.com/wordpress-themes/runway/widgets-and-sidebars/top-bar.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.
