# Set up Header

**Step 1** - From admin Dashboard, navigate to **Freshio  Options** -> **Header**

![](/files/-MFfXwBiDBDPj1_PlVs8)

**Step 2** - You will see all tabs for setting of Header , in Header tab

![](/files/-MMPFHA73MlQum-Ef5Sw)

**Step 3** - Choose your header Style for page.

![](/files/-MMPFnrW21fw7RWeMeKD)

**Step 4** - Install the header group

![](https://gblobscdn.gitbook.com/assets%2F-M0pIcnkwC6XUmoax49d%2F-M9WEhHekIqgRbFkeWh9%2F-M9WFND1bV2ZylKGXDyh%2Fimage.png?alt=media\&token=c4487a4f-45b0-4ac9-b50a-9354e45207ff)

**Step 5** - Save Changes

**Markup for custom link field:**

```
<div class="freshio-custom-link">
						<ul>
							<li><a href="#">ABOUT</a></li>
							<li><a href="#">FAQ</a></li>
							<li><a href="#">CONTACT US</a></li>
						</ul>
					</div>
```

**Markup for Contact Info:**

```
<div class="freshio-contact">
    <div class="contact_inner">
        <div class="contact_icon">
            <i class="freshio-icon-headphones-alt" aria-hidden="true"></i>
        </div>
        <div class="contact_content">
            <span class="sub-title">Call us 24/7</span>
            <span class="title">(1800)-88-66-991</span>
        </div>
    </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://wpdocs.gitbook.io/freshio/header-settings/set-up-header.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.
