# Access to the source code?

**URL:** https://community.glideapps.com/t/access-to-the-source-code/33803
**Category:** Ask for Help
**Created:** [October 31, 2021, 1:57pm UTC](https://community.glideapps.com/t/access-to-the-source-code/33803 "2021-10-31T13:57:43Z")
**Posts on this page:** 9
**Page:** 1

<div class="post-metadata">

### Author: ![Peter\_Calafatidis](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/peter_calafatidis/32/33773_2.png) [@Peter\_Calafatidis](https://community.glideapps.com/u/Peter_Calafatidis)
#### Post date: [October 31, 2021, 1:57pm UTC](https://community.glideapps.com/t/access-to-the-source-code/33803/1 "2021-10-31T13:57:43Z")

</div>

Hi, I want to add some functionality to my app by writing some code, is that possible? Can I have access to the source code of my glid app?

---

<div class="post-metadata">

### Author: ![david](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/david/32/62831_2.png) [@david](https://community.glideapps.com/u/david)
#### Post date: [October 31, 2021, 2:02pm UTC](https://community.glideapps.com/t/access-to-the-source-code/33803/2 "2021-10-31T14:02:48Z")

</div>

What functionality would you like to add?

Your app does not have specific source code per se in Glide.

---

<div class="post-metadata">

### Author: ![Peter\_Calafatidis](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/peter_calafatidis/32/33773_2.png) [@Peter\_Calafatidis](https://community.glideapps.com/u/Peter_Calafatidis)
#### Post date: [October 31, 2021, 2:31pm UTC](https://community.glideapps.com/t/access-to-the-source-code/33803/3 "2021-10-31T14:31:17Z")

</div>

Thanks for the quick response. I want to do some NPL on the input and provide different responses to the user.  
Can I do that with glide? Alternatively, can I connect my glide app with a backend api?

---

<div class="post-metadata">

### Author: ![david](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/david/32/62831_2.png) [@david](https://community.glideapps.com/u/david)
#### Post date: [October 31, 2021, 2:53pm UTC](https://community.glideapps.com/t/access-to-the-source-code/33803/4 "2021-10-31T14:53:39Z")

</div>

Yes you can, with some limits. Check out:

- [GitHub - glideapps/glide-computed-column: Simple Glide computed column](https://github.com/glideapps/glide-computed-column)

---

<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: [October 31, 2021, 2:54pm UTC](https://community.glideapps.com/t/access-to-the-source-code/33803/5 "2021-10-31T14:54:07Z")

</div>

Do you mean Natural Language Processing? If you know JavaScript you can try doing that with the Experimental Column I guess.

Regarding the other question, at the moment Glide offers connecting to Google Sheets or Glide Tables. What type of backend API do you want to use?

---

<div class="post-metadata">

### Author: ![Peter\_Calafatidis](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/peter_calafatidis/32/33773_2.png) [@Peter\_Calafatidis](https://community.glideapps.com/u/Peter_Calafatidis)
#### Post date: [October 31, 2021, 3:12pm UTC](https://community.glideapps.com/t/access-to-the-source-code/33803/6 "2021-10-31T15:12:39Z")

</div>

Thanks, so how will this code embeded to my app?

---

<div class="post-metadata">

### Author: ![david](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/david/32/62831_2.png) [@david](https://community.glideapps.com/u/david)
#### Post date: [October 31, 2021, 4:04pm UTC](https://community.glideapps.com/t/access-to-the-source-code/33803/7 "2021-10-31T16:04:26Z")

</div>

> **[Experimental Code Column](https://docs.glideapps.com/all/reference/data-editor/computed-columns/experimental-code-column)**
>
> Run your own code in Glide Apps

---

<div class="post-metadata">

### Author: ![Peter\_Calafatidis](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/peter_calafatidis/32/33773_2.png) [@Peter\_Calafatidis](https://community.glideapps.com/u/Peter_Calafatidis)
#### Post date: [October 31, 2021, 4:33pm UTC](https://community.glideapps.com/t/access-to-the-source-code/33803/8 "2021-10-31T16:33:03Z")

</div>

Thanks, I understand that I can run my own code inside an experamental column, is there another way to run custom code inside glide app?

---

<div class="post-metadata">

### Author: ![david](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/david/32/62831_2.png) [@david](https://community.glideapps.com/u/david)
#### Post date: [October 31, 2021, 4:58pm UTC](https://community.glideapps.com/t/access-to-the-source-code/33803/9 "2021-10-31T16:58:09Z")

</div>

There is no other way.
