# Managing Headers ![Headers](https://github.com/stoplightio/docs/blob/develop/assets/gifs/headers.gif?raw=true) ## What You can customize the headers of your Hub to add additional navigation to your documentation. You can modify a header's: - **Location on Page** - **Title**: What text is displayed on page - **Path to Page**: Specify path to page - **Image URL**: If you want to display an image within the header ## How ### Modify Existing Header 1. Select the Hub you wish to modify 2. Click on the **Design toggle** at the top of the page 3. By default, there will already be three headers (Home, API Reference, Help) and a footer (Home) 4. Hover over **Settings** in the top right and select **Hub** 5. Select **Header** in the left had sidebar of the modal 6. Input new text under **Title** to modify text 7. Input an image URL under **Image** to add an image 8. Input a new **Path** to modify the header's destination > The location of the header is determined by the order of the list in **Settings**. The first header item in either category will be displayed at the left extreme. ### Create New Header 1. Select the Hub you wish to modify 2. Click on the **Design toggle** at the top of the page 3. By default, there will already be three headers (Home, API Reference, Help) and a footer (Home) 4. Hover over **Settings** in the top right and select **Hub** 5. Select **Header** in the left had sidebar of the modal 6. Click **+ Add** to add a new header in either the left or right navigation 7. Input new text under **Title** to modify text 8. Input an image URL under **Image** to add an image 9. Input a new **Path** to modify the header's destination --- **Related Articles** - [Documentation with Hubs](/documentation/introduction) - [Routing](/documentation/getting-started/routing) - [Pages](/documentation/getting-started/pages) - [Subpages](/documentation/getting-started/subpages) - [Blocks](/documentation/blocks) - [Referencing Other Data Sources](/documentation/referencing-other-data-sources) - [Publishing](/documentation/publishing)