# Change home screen

**URL:** https://forum.adalo.com/t/change-home-screen/27944
**Category:** Design
**Created:** [June 4, 2022, 5:05am UTC](https://forum.adalo.com/t/change-home-screen/27944 "2022-06-04T05:05:02Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![Koegen](https://avatars.discourse-cdn.com/v4/letter/k/22d042/32.png) [@Koegen](https://forum.adalo.com/u/Koegen)
#### Post date: [June 4, 2022, 5:05am UTC](https://forum.adalo.com/t/change-home-screen/27944/1 "2022-06-04T05:05:02Z")

</div>

i would like to use an action in the app in order to change the home screen to a different one. is this possible? and how? (im sorry if this sounds like a stupid question).

---

<div class="post-metadata">

### Author: ![Dilon](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.adalo.com/dilon/32/39815_2.png) [@Dilon](https://forum.adalo.com/u/Dilon)
#### Post date: [June 4, 2022, 8:38am UTC](https://forum.adalo.com/t/change-home-screen/27944/2 "2022-06-04T08:38:46Z")

</div>

Hi @Koegen,

Welcome to the community 🥳

You want to change the the Home screen each time the user opens the app or change the default Home screen?

To change each time you would need a fake home screen that is the home screen and in that screen different conditional link actions. But I guess that would not be great if the screen has many conditional link actions and it may slow down the app.

To change the default home screen select the screen that you need to make it as the Home screen and after selecting click on the screen name and you will see a option for navigation type and in there you can choose Home screen!

Thank you

---

<div class="post-metadata">

### Author: ![Yongki](https://avatars.discourse-cdn.com/v4/letter/y/7c8e57/32.png) [@Yongki](https://forum.adalo.com/u/Yongki)
#### Post date: [June 4, 2022, 12:01pm UTC](https://forum.adalo.com/t/change-home-screen/27944/3 "2022-06-04T12:01:56Z")

</div>

Hi @Koegen ,

I would suggest to define role, it can be number in users collection.

Let’s say at first user after signup is given value of role as 1, then something happen the role is increased to 2 and so on.

So based on this role, you can redirect to another screen, your home screen is still defined there, but you can use conditional link to another screen.

---

<div class="post-metadata">

### Author: ![Flawless](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.adalo.com/flawless/32/20131_2.png) [@Flawless](https://forum.adalo.com/u/Flawless)
#### Post date: [June 4, 2022, 12:13pm UTC](https://forum.adalo.com/t/change-home-screen/27944/4 "2022-06-04T12:13:22Z")

</div>

Both @Dilon & @Yongki have wonderful suggestions.

I just answered this question in another thread that uses a simple true/false parameter:

> [@How can i show different home screen to different users?](https://forum.adalo.com/t/how-can-i-show-different-home-screen-to-different-users/27952/3):
>
> This is doable with a true/false parameter on the user collection. Call it “onboarding complete” When a user first signs up, walk them through your onboarding screens where you ask the questions. On the last onboarding screen, update the logged-in user to mark the onboarding complete parameter as “true”. On your actual “home screen” (the one users will go to after they’ve answered the questions), add a countdown timer that links to the first onboarding question. Set the visibility of the coun…

---

<div class="post-metadata">

### Author: ![Yongki](https://avatars.discourse-cdn.com/v4/letter/y/7c8e57/32.png) [@Yongki](https://forum.adalo.com/u/Yongki)
#### Post date: [June 4, 2022, 9:18pm UTC](https://forum.adalo.com/t/change-home-screen/27944/5 "2022-06-04T21:18:28Z")

</div>

Here are some of screenshots that can stimulate you.

This is home screen by definition, it is called Redirect

 ![Screen Shot 2022-06-05 at 4.07.56 AM](https://us1.discourse-cdn.com/flex020/uploads/adalo/original/3X/1/0/100f092e9dba755985bfe3de4157822051e52dbb.png)

If you want to send collections, use make list in countdown, in this case I send 2 collections.

 ![Screen Shot 2022-06-05 at 4.10.23 AM](https://us1.discourse-cdn.com/flex020/uploads/adalo/original/3X/8/0/80d17aaf4a72c07b6bb7890d011b2a2f818e2a13.png)

The user’s home screen is the result of this redirection,

 ![Screen Shot 2022-06-05 at 4.07.17 AM](https://us1.discourse-cdn.com/flex020/uploads/adalo/original/3X/f/f/ffd96a84c3daeca86c2af8ef15483ca3d2b929e0.png)

This screen is receiving 2 collections.

 ![Screen Shot 2022-06-05 at 4.12.13 AM](https://us1.discourse-cdn.com/flex020/uploads/adalo/original/3X/0/a/0a0fb004de9cf0570b95cbc99a1d345665a5fbc3.png)

As you can see we can have many user’s home screens.

I might put this as PSABH series later.

---

<div class="post-metadata">

### Author: ![Koegen](https://avatars.discourse-cdn.com/v4/letter/k/22d042/32.png) [@Koegen](https://forum.adalo.com/u/Koegen)
#### Post date: [June 7, 2022, 5:08pm UTC](https://forum.adalo.com/t/change-home-screen/27944/6 "2022-06-07T17:08:30Z")

</div>

thank you all very much for the information, it was very helpful!
