# How to add a Kanban to Navigation Items Panel

There are two ways to add a Kanban to Navigation Items panel as a tab:

* Add Kanban to Navigation Items directly - a simple way, but this tab will be visible for the current user only.
* Add Kanban as a Lightning Application - more complex way, but this tab will be available for all users; also, this allows to build a page with different components, even two or more kanbans.

### Add Kanban Directly (**Personalize Navigation Bar)**

1. Open desired Kanban in Kanbans tab
2. Click menu arrow on Kanbans tab to open pop-up menu
3. Click "Open %Kanban\_Name% in New Tab" menu item\
   \
   ![](/files/J3TrNoQmto4pZAPzo8zb)
4. Kanban will be shown as separate tab. This tab is dynamic and is shown temporary
5. Click menu arrow on this tab to open pop-up menu
6. Click "Add %Kanban\_Name% in Nav Bar" menu item\
   ![](/files/2vuPT8irhK60uyrkSFYO)
7. Voila! Your kanban is in the navigation panel now.

### Add a Lightning App with Kanban

1. Open Setup page
2. Find Lightning App Builder
3. Click "New" button in Lightning Pages list
4. Lightning page builder will be opened and page creation wizard will be shown automatically
5. Select "App Page" and go next
6. Give page a name
7. Select "One Region" layout (of course, you can select something another)
8. Click "Done" button to sow a builder with layout set

<img src="/files/cIlUkT6iy4TqnPU7r9DX" alt="" class="gitbook-drawing">

<img src="/files/CEW4fTfJaqayN9emPTW0" alt="" class="gitbook-drawing">

8. Click "Done" button to show a builder with layout set
9. Drag "Flexi KanBan" component to layout region
10. Copy ID of necessary Kanban (e.g., from it's page URL) and paste it into "Kanban ID" field
11. Your kanban will be shown in component layout

<img src="/files/DJT3vB5F32KOHUXrELs8" alt="" class="gitbook-drawing">

12. Save Lightning page
13. Confirm page activation
14. Activate it for all users or system administrators
15. Click "Save". Popup will appear - click "Finish". You will have an access to that page in spite of what system says, because the App builder will add a proper custom tab itself

<img src="/files/QJC1M1ZtA2XKSwPOu7Xb" alt="" class="gitbook-drawing">

16. Go to "Tabs" in Setup and scroll down to the Lightning Page Tabs section
17. See that your Lightning page already has own tab created

<img src="/files/fqSO8qn2fK4ZnjicO8db" alt="" class="gitbook-drawing">

Now return to Flexi Kanban application and check Applications and Tabs menu. Your new tab will be there

<img src="/files/2CWOdodGG3VlfkyrWwWw" alt="" class="gitbook-drawing">

Click "Personalize Navigation Bar" button and then click "Add More Items" button in proper popup. Add your new tab there:

<img src="/files/Av0g9FdCayxzWSdg6Gp7" alt="" class="gitbook-drawing">

Now it will be available in the navigation bar:

<img src="/files/n9xXAhcTZTZiySM1oMDk" alt="" class="gitbook-drawing">


---

# 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://docs.flexikanban.ai/how-to-add-a-kanban-to-navigation-items-panel.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.
