# Question About User Profile Functionality in Mushroom ID App

**URL:** https://community.glideapps.com/t/question-about-user-profile-functionality-in-mushroom-id-app/76267
**Category:** Ask for Help
**Created:** [September 10, 2024, 5:19pm UTC](https://community.glideapps.com/t/question-about-user-profile-functionality-in-mushroom-id-app/76267 "2024-09-10T17:19:00Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![Vey\_D](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/vey_d/32/79109_2.png) [@Vey\_D](https://community.glideapps.com/u/Vey_D)
#### Post date: [September 10, 2024, 5:19pm UTC](https://community.glideapps.com/t/question-about-user-profile-functionality-in-mushroom-id-app/76267/1 "2024-09-10T17:19:00Z")

</div>

Hi,

I am developing a mushroom identification app and encountered an issue. I’ve watched the user’s video twice, but I don’t see the same options that were shown, I don’t have the list of items, only one user that I created. In the app, should the user’s profile allow them to take a picture and upload it for identification and the bot response with an answer, or is the profile just for login and account details?

 ![dataUsers](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/0/8/08e692728a048c4c9e6a8086dfacee225a722626.png)  
 ![layoutUsers](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/2/5/257343070509b5105af79142f57a35a435543fed.png)

---

<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: [September 10, 2024, 11:56pm UTC](https://community.glideapps.com/t/question-about-user-profile-functionality-in-mushroom-id-app/76267/2 "2024-09-10T23:56:19Z")

</div>

These columns should not be user-specific. They can just be basic columns.

 ![image](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/5/e/5efceb244f172f71355e77870585df72327342ad.png)

Can you let us know what video did you watch? What do you mean by “the bot responses with an answer”?

---

<div class="post-metadata">

### Author: ![Vey\_D](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/vey_d/32/79109_2.png) [@Vey\_D](https://community.glideapps.com/u/Vey_D)
#### Post date: [September 11, 2024, 6:43pm UTC](https://community.glideapps.com/t/question-about-user-profile-functionality-in-mushroom-id-app/76267/3 "2024-09-11T18:43:52Z")

</div>

I recently watched these videos:

- [How to Create a User Profile in Glide](https://youtu.be/iv3VHiBslDo?si=KT8Ej2Qxt625Od7a)
- [Image Upload and AI Integration in Glide](https://youtu.be/g_bqP0ivqu0?si=9TEWdWiPFUOV1oL5)

Do I need to create two separate sections for users in my app—one for their profile and another for uploading and scanning mushroom images, where the AI provides identification details? How do I create AI response and user interact with AI? I got this error message so I have to delete one link.  
An error occurred: Sorry, new users can only put 2 links in a post.

---

<div class="post-metadata">

### Author: ![Vey\_D](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/vey_d/32/79109_2.png) [@Vey\_D](https://community.glideapps.com/u/Vey_D)
#### Post date: [September 11, 2024, 6:45pm UTC](https://community.glideapps.com/t/question-about-user-profile-functionality-in-mushroom-id-app/76267/4 "2024-09-11T18:45:22Z")

</div>

Thanks Thinh,  
I will update to not user specific, I was following the video and compared the layout in the video.

---

<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: [September 11, 2024, 11:47pm UTC](https://community.glideapps.com/t/question-about-user-profile-functionality-in-mushroom-id-app/76267/5 "2024-09-11T23:47:00Z")

</div>

> [@Vey\_D](#):
>
> Do I need to create two separate sections for users in my app—one for their profile and another for uploading and scanning mushroom images, where the AI provides identification details?

Do you intend to have users stored their scans? If yes, you can just have a new table to store it, something like this:

| User ID | Image link | AI Analysis of that image |
| --- | --- | --- |

If not, you can have a column right in their user profiles and allow them to upload there, then the AI column runs on top of that image column.
