# Link Acess

**URL:** https://community.glideapps.com/t/link-acess/79558
**Category:** Ask for Help
**Created:** [January 27, 2025, 12:35am UTC](https://community.glideapps.com/t/link-acess/79558 "2025-01-27T00:35:24Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![beloBR](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/belobr/32/84494_2.png) [@beloBR](https://community.glideapps.com/u/beloBR)
#### Post date: [January 27, 2025, 12:35am UTC](https://community.glideapps.com/t/link-acess/79558/1 "2025-01-27T00:35:24Z")

</div>

Hello everyone! How’s it going? I’m developing a gamification app to use in my classes with my students, and I’m facing two challenges. The first one is that I’ve already created my classrooms and added the students to the Glide platform, but I’m unable to associate them with their respective classrooms. For example, the 6th-grade students need to be placed in the 6th-grade classroom. The second issue is that I need to ensure that each student has access only to their own PET. Is there a way to generate a unique link for each student? I really appreciate your help in advance.

---

<div class="post-metadata">

### Author: ![MaximeBaker](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/maximebaker/32/80877_2.png) [@MaximeBaker](https://community.glideapps.com/u/MaximeBaker)
#### Post date: [January 27, 2025, 12:43am UTC](https://community.glideapps.com/t/link-acess/79558/2 "2025-01-27T00:43:17Z")

</div>

> [@beloBR](#):
>
> For example, the 6th-grade students need to be placed in the 6th-grade classroom

You can use row owners and role. Since this is going to allow restriction of data access across grades.

> [@beloBR](#):
>
> Is there a way to generate a unique link for each student?

Yes, another row owner thing but with deeplinks.

Here are the docs:

> **[Row Owners | Glide Docs](https://www.glideapps.com/docs/essentials/security-and-user-data/row-owners)**
>
> A secure way to restrict access to certain rows.

> **[Deep Links | Glide Docs](https://www.glideapps.com/docs/reference/user-experience/deep-links)**
>
> Link to different screens in your app with URLs.

---

<div class="post-metadata">

### Author: ![Jeff\_Hager](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/jeff_hager/32/43_2.png) [@Jeff\_Hager](https://community.glideapps.com/u/Jeff_Hager)
#### Post date: [January 27, 2025, 12:49am UTC](https://community.glideapps.com/t/link-acess/79558/3 "2025-01-27T00:49:48Z")

</div>

> [@beloBR](#):
>
> the 6th-grade students need to be placed in the 6th-grade classroom.

This sounds like a simple relation needs to be configured. I assume you have a similar value in both tables to link students to classrooms and vice versa.

> **[Relations | Glide Docs](https://www.glideapps.com/docs/automation/computed-columns/relations)**
>
> Create relationships and link rows together.
