# How do I create a favorites Tab?

**URL:** https://community.glideapps.com/t/how-do-i-create-a-favorites-tab/11767
**Category:** Ask for Help
**Created:** [July 1, 2020, 4:52am UTC](https://community.glideapps.com/t/how-do-i-create-a-favorites-tab/11767 "2020-07-01T04:52:49Z")
**Posts on this page:** 9
**Page:** 1

<div class="post-metadata">

### Author: ![Brian\_Rosenstein](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/brian_rosenstein/32/9084_2.png) [@Brian\_Rosenstein](https://community.glideapps.com/u/Brian_Rosenstein)
#### Post date: [July 1, 2020, 4:52am UTC](https://community.glideapps.com/t/how-do-i-create-a-favorites-tab/11767/1 "2020-07-01T04:52:49Z")

</div>

I can’t seem to find the information in the documentation. I’m trying to create a favorites tab where users can go to to view what items they have favorited.

Please Help.

---

<div class="post-metadata">

### Author: ![ThinhDinh](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/thinhdinh/32/49_2.png) [@ThinhDinh](https://community.glideapps.com/u/ThinhDinh)
#### Post date: [July 1, 2020, 8:40am UTC](https://community.glideapps.com/t/how-do-i-create-a-favorites-tab/11767/2 "2020-07-01T08:40:14Z")

</div>

Enable the favorite button for your items in the layout, then a separate favorites will be automatically created for you inside the same tab.

If you want to create a separate tab, you can make an inline list and filter it based on Is Favorited? = True, it’s natively handled by Glide.

---

<div class="post-metadata">

### Author: ![MaxB](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/maxb/32/15623_2.png) [@MaxB](https://community.glideapps.com/u/MaxB)
#### Post date: [November 14, 2020, 8:20pm UTC](https://community.glideapps.com/t/how-do-i-create-a-favorites-tab/11767/3 "2020-11-14T20:20:42Z")

</div>

But if I have different sheet tabs with different favorites and I want to collect them in one app tab?

---

<div class="post-metadata">

### Author: ![ThinhDinh](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/thinhdinh/32/49_2.png) [@ThinhDinh](https://community.glideapps.com/u/ThinhDinh)
#### Post date: [November 14, 2020, 10:51pm UTC](https://community.glideapps.com/t/how-do-i-create-a-favorites-tab/11767/4 "2020-11-14T22:51:13Z")

</div>

Then you must have multiple inline lists.

---

<div class="post-metadata">

### Author: ![MaxB](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/maxb/32/15623_2.png) [@MaxB](https://community.glideapps.com/u/MaxB)
#### Post date: [November 15, 2020, 12:11am UTC](https://community.glideapps.com/t/how-do-i-create-a-favorites-tab/11767/5 "2020-11-15T00:11:02Z")

</div>

Ok thx I understand how it works now

---

<div class="post-metadata">

### Author: ![DanSmigrod](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/dansmigrod/32/17788_2.png) [@DanSmigrod](https://community.glideapps.com/u/DanSmigrod)
#### Post date: [December 26, 2020, 6:43pm UTC](https://community.glideapps.com/t/how-do-i-create-a-favorites-tab/11767/6 "2020-12-26T18:43:35Z")

</div>

Newbie here: Is there a Glide Support Video on how to create a Favorites Tab?

---

<div class="post-metadata">

### Author: ![Darren\_Murphy](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/darren_murphy/32/47326_2.png) [@Darren\_Murphy](https://community.glideapps.com/u/Darren_Murphy)
#### Post date: [December 26, 2020, 6:58pm UTC](https://community.glideapps.com/t/how-do-i-create-a-favorites-tab/11767/7 "2020-12-26T18:58:01Z")

</div>

I’m not aware of a video guide, but here is the relevant section in the docs…

> **[Favorite](https://docs.glideapps.com/all/reference/components/buttons/favorite)**
>
> Mark an item as a favorite

---

<div class="post-metadata">

### Author: ![DanSmigrod](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/dansmigrod/32/17788_2.png) [@DanSmigrod](https://community.glideapps.com/u/DanSmigrod)
#### Post date: [December 26, 2020, 7:28pm UTC](https://community.glideapps.com/t/how-do-i-create-a-favorites-tab/11767/8 "2020-12-26T19:28:01Z")

</div>

Much thanks!

---

<div class="post-metadata">

### Author: ![NoCodeAndy](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/nocodeandy/32/62530_2.png) [@NoCodeAndy](https://community.glideapps.com/u/NoCodeAndy)
#### Post date: [January 12, 2024, 1:49am UTC](https://community.glideapps.com/t/how-do-i-create-a-favorites-tab/11767/10 "2024-01-12T01:49:59Z")

</div>


