15:45:33 mc_, making a few changes to cf_voicemail. kapps_account_config:get() eventually changes the category to config_voicemail which is looking for a config_voicemail doc. I don't see any reference to this anywhere else. You have any insight on that? 15:47:46 sorry it's accountdb/configs_voicemail it seems to not exist 15:48:32 the doc should be created on first attempt to access it 15:49:25 So is there an api way to create these configs_ docs? That's where I'm confused 15:50:41 cb_configs can be enabled, i think 15:51:04 i typically recommend setting up a "private" crossbar instance to do this 15:51:12 don't have these modules exposed to public internet 15:51:26 or limit access at a load balancer 15:52:19 Ok I did see that but usually I just reference the monster js sdk and there was nothing in there. 15:53:20 It seems if I'm looking to reference addtional keys I should just go straight for kz_datamgr:open_cache_doc? 15:53:31 *additional config keys 15:54:12 kapps_account_config:set(_global) can help there too 15:54:29 but kapps_account_config:get allows for setting defaults 15:58:35 but then I need to use the cb_configs crossbar endpoint to modify whatever I need to get with kapps_account_config:get() correct? 15:59:24 how often do you expect to modify it? 15:59:39 but yes, via API, or sup kapps_account_config:set(_global) 16:01:08 In this case it needs to be user modified at will.