# FAQ: What’s in “Developer mode” for me?

**URL:** https://connective.celigo.com/t/faq-what-s-in-developer-mode-for-me/1394
**Category:** Integrator.io
**Tags:** stacks, profile, hooks, myapi, javascript
**Created:** [July 20, 2020, 11:25pm UTC](https://connective.celigo.com/t/faq-what-s-in-developer-mode-for-me/1394 "2020-07-20T23:25:07Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![stephenbrandt](https://sea1.discourse-cdn.com/flex001/user_avatar/connective.celigo.com/stephenbrandt/32/6891_2.png) [@stephenbrandt](https://connective.celigo.com/u/stephenbrandt)
#### Post date: [July 20, 2020, 11:25pm UTC](https://connective.celigo.com/t/faq-what-s-in-developer-mode-for-me/1394/1 "2020-07-20T23:25:07Z")

</div>

**Q.** I notice that certain menu items in Celigo videos, website, Help center, and presentations don’t appear when I sign in to my integrator.io account. Am I missing something? How can I get access to these features?

**A.** You’re mostly likely referring to menu options enabled when [Developer mode](https://docs.celigo.com/hc/en-us/articles/227018868-Switch-to-Developer-mode) is turned on. As long as you have Manager access to the account, you can switch to Developer mode under **My profile** (the button on the avatar at the top right).

Developer mode opens up the following menu items:

- **Resources** \> **Scripts** : A library of your custom JavaScript code that you can use and reuse for [hooks](https://docs.celigo.com/hc/en-us/articles/360039655111), [filters](https://docs.celigo.com/hc/en-us/articles/360025927811), [transforms](https://docs.celigo.com/hc/en-us/articles/360002448871), and more.
- **Resources** \> **Stacks** : Simple server environments used to host code – written in any language – that you can invoke via HTTP. [Stacks](https://docs.celigo.com/hc/en-us/articles/227055868) are useful for hosting routines for your hooks, wrappers, connector installers, and settings pages. 
- **Custom settings** (throughout integrator.io flows, connections, exports, and imports): Fields where you can [define additional attributes](https://docs.celigo.com/hc/en-us/articles/360045461272) that can then be accessed within custom forms and the logic of your flows. 

And, special to **Celigo integrator.io community** members:

- [COMING SOON] **My APIs** : Custom HTTP endpoints written as JavaScript functions in integrator.io, which you can then invoke synchronously in a client application. For example, you’ll be able to run flows on demand without interacting with integrator.io or scheduling them in advance, based on your own programmatic logic.
