# Determining what plan an App is on

**URL:** https://community.glideapps.com/t/determining-what-plan-an-app-is-on/68554
**Category:** Ask for Help
**Created:** [December 11, 2023, 2:35am UTC](https://community.glideapps.com/t/determining-what-plan-an-app-is-on/68554 "2023-12-11T02:35:05Z")
**Posts on this page:** 12
**Page:** 1

<div class="post-metadata">

### Author: ![AdamMartin](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/adammartin/32/66650_2.png) [@AdamMartin](https://community.glideapps.com/u/AdamMartin)
#### Post date: [December 11, 2023, 2:35am UTC](https://community.glideapps.com/t/determining-what-plan-an-app-is-on/68554/1 "2023-12-11T02:35:05Z")

</div>

Is there any magic way to determine what plan an app is on… more specifically is there a way to check if Glide API is available. I am working on an App that I would like to make into a template… knowing whether the API is available or not would be great.

---

<div class="post-metadata">

### Author: ![Darren\_Murphy](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/darren_murphy/32/47326_2.png) [@Darren\_Murphy](https://community.glideapps.com/u/Darren_Murphy)
#### Post date: [December 11, 2023, 2:56am UTC](https://community.glideapps.com/t/determining-what-plan-an-app-is-on/68554/2 "2023-12-11T02:56:15Z")

</div>

The Team Plan is shown under the Team Name at the top left in the builder.  
To check if you have API access, go to the Data Editor and right-click on any table name. If you see the “Show API” option, then you have API access.

---

<div class="post-metadata">

### Author: ![AdamMartin](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/adammartin/32/66650_2.png) [@AdamMartin](https://community.glideapps.com/u/AdamMartin)
#### Post date: [December 11, 2023, 3:08am UTC](https://community.glideapps.com/t/determining-what-plan-an-app-is-on/68554/3 "2023-12-11T03:08:06Z")

</div>

Sorry… I meant from within the app itself. So I can automatically turn “features” off.

---

<div class="post-metadata">

### Author: ![Uzo](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/uzo/32/22639_2.png) [@Uzo](https://community.glideapps.com/u/Uzo)
#### Post date: [December 11, 2023, 3:15am UTC](https://community.glideapps.com/t/determining-what-plan-an-app-is-on/68554/4 "2023-12-11T03:15:40Z")

</div>

Test… if the feature is not empty

---

<div class="post-metadata">

### Author: ![Darren\_Murphy](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/darren_murphy/32/47326_2.png) [@Darren\_Murphy](https://community.glideapps.com/u/Darren_Murphy)
#### Post date: [December 11, 2023, 3:22am UTC](https://community.glideapps.com/t/determining-what-plan-an-app-is-on/68554/5 "2023-12-11T03:22:11Z")

</div>

oh, right…

hmm no, I can’t think of any obvious way.  
I don’t know what Uzo means.

---

<div class="post-metadata">

### Author: ![Uzo](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/uzo/32/22639_2.png) [@Uzo](https://community.glideapps.com/u/Uzo)
#### Post date: [December 11, 2023, 3:24am UTC](https://community.glideapps.com/t/determining-what-plan-an-app-is-on/68554/6 "2023-12-11T03:24:43Z")

</div>

I never tested this Idea… but if the column that uses a paid plan feature is empty… that means you are on the lower plan… I don’t know if that will work… I only use free plans since I can go around almost all paid features 😉

And I’m unsure if you can copy the template with paid features.

---

<div class="post-metadata">

### Author: ![AdamMartin](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/adammartin/32/66650_2.png) [@AdamMartin](https://community.glideapps.com/u/AdamMartin)
#### Post date: [December 11, 2023, 3:36am UTC](https://community.glideapps.com/t/determining-what-plan-an-app-is-on/68554/7 "2023-12-11T03:36:16Z")

</div>

Thanks… I try to do as much as possible with free features as well… and have got what I need working without need for the API as well… but would be even better with the API - so it would be a feature add on in this case 🙂

---

<div class="post-metadata">

### Author: ![Uzo](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/uzo/32/22639_2.png) [@Uzo](https://community.glideapps.com/u/Uzo)
#### Post date: [December 11, 2023, 3:37am UTC](https://community.glideapps.com/t/determining-what-plan-an-app-is-on/68554/8 "2023-12-11T03:37:14Z")

</div>

You can use API on the free plans… Javascript column

---

<div class="post-metadata">

### Author: ![AdamMartin](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/adammartin/32/66650_2.png) [@AdamMartin](https://community.glideapps.com/u/AdamMartin)
#### Post date: [December 11, 2023, 3:38am UTC](https://community.glideapps.com/t/determining-what-plan-an-app-is-on/68554/9 "2023-12-11T03:38:59Z")

</div>

I need to be able to create new rows (multiple) via API (externally). Working with glide tables.

---

<div class="post-metadata">

### Author: ![Uzo](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/uzo/32/22639_2.png) [@Uzo](https://community.glideapps.com/u/Uzo)
#### Post date: [December 11, 2023, 3:39am UTC](https://community.glideapps.com/t/determining-what-plan-an-app-is-on/68554/10 "2023-12-11T03:39:37Z")

</div>

Yep… i can do that 😉

---

<div class="post-metadata">

### Author: ![AdamMartin](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/adammartin/32/66650_2.png) [@AdamMartin](https://community.glideapps.com/u/AdamMartin)
#### Post date: [December 11, 2023, 3:44am UTC](https://community.glideapps.com/t/determining-what-plan-an-app-is-on/68554/11 "2023-12-11T03:44:53Z")

</div>

I can do that too. But without Glide API being available on the lower plans - it wont work… hence ,my original question…

If you know a way to be able to create rows in glide tables from an external source without having access to Glide API then I am all ears.

---

<div class="post-metadata">

### Author: ![Uzo](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/uzo/32/22639_2.png) [@Uzo](https://community.glideapps.com/u/Uzo)
#### Post date: [December 11, 2023, 3:46am UTC](https://community.glideapps.com/t/determining-what-plan-an-app-is-on/68554/12 "2023-12-11T03:46:05Z")

</div>

Unfortunately, I can’t talk about it… they will ban me again, LOL.

You can check my templates… they all have this feature
