> For the complete documentation index, see [llms.txt](https://docs.stackerhq.com/stacker-classic/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.stackerhq.com/stacker-classic/layout-types/stacker-navigation/navigation-showing-and-hiding-tables.md).

# Navigation: Showing and hiding tables

Choose which of your tables - or pages - are visible to your users in your navigation bar.

## Edit which tables appear in your app

1. To adjust which tables appear in your app, go to **App Settings**
2. Click in the **Navigation** section.
3. Toggle on or off the tables

![navigation.gif](https://support.stackerhq.com/hc/article_attachments/8277064176659/navigation.gif)

\
Toggling a table off in the nav bar does not mean that users won't be able to access records from it - they can still reach those records through links with other tables or using related lists.

This toggle just removes your chosen table or page from the navigation bar in your app.

To completely remove a table from your app, you should [disable it in the Data Sources settings](https://support.stackerhq.com/hc/en-us/articles/4409598246675).

## Example

In our Properties app we want to give access to the Properties table for our users on our Clients table. This reduces the amount of clicking around users need to do when they are on the app.

In the navigation the Properties table is toggled off.

![Screenshot\_2022-08-01\_at\_12.03.14.png](https://support.stackerhq.com/hc/article_attachments/8277233666195/Screenshot_2022-08-01_at_12.03.14.png)

We have then used the [related record list](https://support.stackerhq.com/hc/en-us/articles/5542417175955-Detail-Related-Record-List) to pull in the information from the Properties table to the Clients table.

![Screenshot\_2022-08-01\_at\_12.05.51.png](https://support.stackerhq.com/hc/article_attachments/8277241655059/Screenshot_2022-08-01_at_12.05.51.png)

This saves the user from having too many tabs to click on when they are on the app.
