# I am new - Reviews app

**URL:** https://community.glideapps.com/t/i-am-new-reviews-app/9611
**Category:** Ask for Help
**Created:** [May 22, 2020, 10:20pm UTC](https://community.glideapps.com/t/i-am-new-reviews-app/9611 "2020-05-22T22:20:09Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![Gera\_Yeremin](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/gera_yeremin/32/7803_2.png) [@Gera\_Yeremin](https://community.glideapps.com/u/Gera_Yeremin)
#### Post date: [May 22, 2020, 10:20pm UTC](https://community.glideapps.com/t/i-am-new-reviews-app/9611/1 "2020-05-22T22:20:09Z")

</div>

I am creating a review app and need some help separating reviews from the agents they are reviewing.

Currently I have 2 tabs.  
Agents  
Agent Reviews

I want the agent’s page to be able to submit reviews to another tab and I am not sure how to do that.

Next question can I link directly to an agent inside my app? I want to create a landing page of sorts on the public side of the app and I want to configure that page on the private side.

I want to create an admin area to my app can I make the user have to log in to see data about reviews but not be logged in to leave a review.

---

<div class="post-metadata">

### Author: ![eltintero](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/eltintero/32/76520_2.png) [@eltintero](https://community.glideapps.com/u/eltintero)
#### Post date: [May 24, 2020, 5:11am UTC](https://community.glideapps.com/t/i-am-new-reviews-app/9611/2 "2020-05-24T05:11:35Z")

</div>

Hi Gera, welcome to the forum.  
You can have the agent submitting reviews, I’d do that with a form.  
Check this out: [https://docs.glideapps.com/all/guides/quick-starts/intermediate-techniques/forms](https://docs.glideapps.com/all/guides/quick-starts/intermediate-techniques/forms)

you can’t deep link at the moment, so, no, you can’t link directly to the agent inside the app.

For the admin app, you can either have an admin app, or user-based visibility.  
Check this out: [https://docs.glideapps.com/all/reference/privacy-and-per-user-data/user-specific-columns](https://docs.glideapps.com/all/reference/privacy-and-per-user-data/user-specific-columns)

---

<div class="post-metadata">

### Author: ![Gera\_Yeremin](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/gera_yeremin/32/7803_2.png) [@Gera\_Yeremin](https://community.glideapps.com/u/Gera_Yeremin)
#### Post date: [May 24, 2020, 4:03pm UTC](https://community.glideapps.com/t/i-am-new-reviews-app/9611/3 "2020-05-24T16:03:47Z")

</div>

> [@Gera\_Yeremin](#):
>
> I want the agent’s page to be able to submit reviews to another tab and I am not sure how to do that.
> 
> Next question can I link directly to an agent inside my app? I want to create a landing page of sorts on the public side of the app and I want to configure that page on the private side.
> 
> I want to create an admin area to my app can I make the user have to log in to see data about reviews but not be logged in to leave a review.

Thanks for the feedback. Super helpful.
