> For the complete documentation index, see [llms.txt](https://wpdocs.gitbook.io/smartic/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wpdocs.gitbook.io/smartic/content-management-1/set-up-header.md).

# Set up Header

**Step 1** Go to WordPress Dashboard > Templates > Add New

![](https://gblobscdn.gitbook.com/assets%2F-MHy5dy5uQ67W56zMcvB%2F-MHyJ8tGOzHHji0mtSMi%2F-MHyKi7TbRl7HPGBfMQC%2Fimage.png?alt=media\&token=19a53798-b8f2-489a-af8d-fcb298f7d6e5)

**Step 2** Click ‘Add New Template’ and choose ‘Header’

![](https://gblobscdn.gitbook.com/assets%2F-MGbFxd9X6wS6x8pAOzM%2F-MGbmOHAAJRN2T326nrV%2F-MGbq0c2RAArXGUUZLZt%2FScreenshot_9.png?alt=media\&token=d815780a-b927-405e-a58c-1e13883e924a)

&#x20;**Step 3** Name your header template and click ‘Create Header’

![](https://gblobscdn.gitbook.com/assets%2F-MGbFxd9X6wS6x8pAOzM%2F-MGbmOHAAJRN2T326nrV%2F-MGbrFPNgAjtvMqzncAL%2FScreenshot_12.png?alt=media\&token=ddf3c8bc-d6b0-4d1a-864a-f32182125b15)

&#x20;**Step 4** Now you’ll be able to either choose a pre-made header template or create one from scratch.

![](https://gblobscdn.gitbook.com/assets%2F-MGbFxd9X6wS6x8pAOzM%2F-MGbmOHAAJRN2T326nrV%2F-MGbrb_RGVSVPQG6hEAD%2FScreenshot_10.png?alt=media\&token=6211abe0-5d72-4e2f-ba62-c780db23f557)

**Step 5** Menu

![](/files/-ML6CZz1MQ63RSGDBYm2)

**Step 6** Edit "Logo" for shop

![](/files/-ML6CgNPYaY9mQHyvB5E)

**Step 7** Edit Header Group

![](/files/-ML6Cr3OivONRFEgBBAQ)

**Step 8** : And edit Search from

![](/files/-ML6D5VzbQi8RskXpiVx)

**Step 9:** Edit Menu Canvas Mobile

![](/files/-ML6DOtpM9QhZtEMC2td)

**Step 10** Once you have made the needed changes to the header design, click ‘Update’, and choose where to Display Conditions.

![](https://gblobscdn.gitbook.com/assets%2F-MHy5dy5uQ67W56zMcvB%2F-MIMqo71Ua2C3vTOb6pp%2F-MIMrwbMH-OkJ6G0GOCd%2Fimage.png?alt=media\&token=6cc168d8-114e-4fd6-96b1-aa2e1d7372a4)

**Step 11** Set the conditions that determine where your Header. For example, choose 'Entire Site' to display the header across your site.

![](https://gblobscdn.gitbook.com/assets%2F-MGbFxd9X6wS6x8pAOzM%2F-MGbmOHAAJRN2T326nrV%2F-MGbwj-9SBQgQ84QIXjU%2FScreenshot_18.png?alt=media\&token=0f0cfbaa-7782-44af-89c4-102e2fe99a8f)

**Step 12** Click **"Save and Close"**


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://wpdocs.gitbook.io/smartic/content-management-1/set-up-header.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
