# Developer Hub

## Developer hub

- [Home](https://create.cloud4wi.ai/dev-hub/home.md): This document contains technical guidelines on how to use Cloud4Wi development tools, including APIs, Webhooks, Mobile SDKs and MyApps
- [Overview](https://create.cloud4wi.ai/dev-hub/wifi-sdk/overview.md)
- [Integrating the SDK](https://create.cloud4wi.ai/dev-hub/wifi-sdk/integrating-the-sdk.md)
- [iOS](https://create.cloud4wi.ai/dev-hub/wifi-sdk/integrating-the-sdk/ios.md)
- [QuickStart](https://create.cloud4wi.ai/dev-hub/wifi-sdk/integrating-the-sdk/ios/quickstart.md)
- [SDK methods](https://create.cloud4wi.ai/dev-hub/wifi-sdk/integrating-the-sdk/ios/sdk-methods.md)
- [initC4w](https://create.cloud4wi.ai/dev-hub/wifi-sdk/integrating-the-sdk/ios/sdk-methods/initc4w.md)
- [createCustomer](https://create.cloud4wi.ai/dev-hub/wifi-sdk/integrating-the-sdk/ios/sdk-methods/createcustomer.md)
- [setupCustomer](https://create.cloud4wi.ai/dev-hub/wifi-sdk/integrating-the-sdk/ios/sdk-methods/setupcustomer.md)
- [createWPA2EnterpriseProfile](https://create.cloud4wi.ai/dev-hub/wifi-sdk/integrating-the-sdk/ios/sdk-methods/createwpa2enterpriseprofile.md)
- [createPasspointProfile](https://create.cloud4wi.ai/dev-hub/wifi-sdk/integrating-the-sdk/ios/sdk-methods/createpasspointprofile.md)
- [getCreatedWPA2EnterpriseProfiles](https://create.cloud4wi.ai/dev-hub/wifi-sdk/integrating-the-sdk/ios/sdk-methods/getcreatedwpa2enterpriseprofiles.md)
- [getCreatedPasspointProfiles](https://create.cloud4wi.ai/dev-hub/wifi-sdk/integrating-the-sdk/ios/sdk-methods/getcreatedpasspointprofiles.md)
- [getCustomerId](https://create.cloud4wi.ai/dev-hub/wifi-sdk/integrating-the-sdk/ios/sdk-methods/getcustomerid.md)
- [getCustomerInfo](https://create.cloud4wi.ai/dev-hub/wifi-sdk/integrating-the-sdk/ios/sdk-methods/getcustomerinfo.md)
- [updateCustomer](https://create.cloud4wi.ai/dev-hub/wifi-sdk/integrating-the-sdk/ios/sdk-methods/updatecustomer.md)
- [updateCustomerInfo](https://create.cloud4wi.ai/dev-hub/wifi-sdk/integrating-the-sdk/ios/sdk-methods/updatecustomerinfo.md)
- [checkIfCustomerExists](https://create.cloud4wi.ai/dev-hub/wifi-sdk/integrating-the-sdk/ios/sdk-methods/checkifcustomerexists.md)
- [getListOfPolicies](https://create.cloud4wi.ai/dev-hub/wifi-sdk/integrating-the-sdk/ios/sdk-methods/getlistofpolicies.md)
- [deletePasspointProfile](https://create.cloud4wi.ai/dev-hub/wifi-sdk/integrating-the-sdk/ios/sdk-methods/deletepasspointprofile.md): It deletes the Passpoint profile installed by the app.
- [deleteWPA2EnterpriseProfile](https://create.cloud4wi.ai/dev-hub/wifi-sdk/integrating-the-sdk/ios/sdk-methods/deletewpa2enterpriseprofile.md): It deletes the WPA2 profile installed by the app.
- [setAPIAuthParams](https://create.cloud4wi.ai/dev-hub/wifi-sdk/integrating-the-sdk/ios/sdk-methods/setapiauthparams.md)
- [setInterlinkedC4WIMobileSDKApplications](https://create.cloud4wi.ai/dev-hub/wifi-sdk/integrating-the-sdk/ios/sdk-methods/setinterlinkedc4wimobilesdkapplications.md)
- [getInterlinkedC4WIMobileSDKApplications](https://create.cloud4wi.ai/dev-hub/wifi-sdk/integrating-the-sdk/ios/sdk-methods/getinterlinkedc4wimobilesdkapplications.md)
- [logout](https://create.cloud4wi.ai/dev-hub/wifi-sdk/integrating-the-sdk/ios/sdk-methods/logout.md)
- [Objects](https://create.cloud4wi.ai/dev-hub/wifi-sdk/integrating-the-sdk/ios/objects.md)
- [Customer](https://create.cloud4wi.ai/dev-hub/wifi-sdk/integrating-the-sdk/ios/objects/customer.md)
- [CustomerDocument](https://create.cloud4wi.ai/dev-hub/wifi-sdk/integrating-the-sdk/ios/objects/customerdocument.md)
- [CustomerCreateResponse](https://create.cloud4wi.ai/dev-hub/wifi-sdk/integrating-the-sdk/ios/objects/customercreateresponse.md)
- [CustomerInfo](https://create.cloud4wi.ai/dev-hub/wifi-sdk/integrating-the-sdk/ios/objects/customerinfo.md)
- [CustomerQuery](https://create.cloud4wi.ai/dev-hub/wifi-sdk/integrating-the-sdk/ios/objects/customerquery.md)
- [WPA2EnterpriseProfile](https://create.cloud4wi.ai/dev-hub/wifi-sdk/integrating-the-sdk/ios/objects/wpa2enterpriseprofile.md)
- [PasspointProfile](https://create.cloud4wi.ai/dev-hub/wifi-sdk/integrating-the-sdk/ios/objects/passpointprofile.md)
- [Additional features](https://create.cloud4wi.ai/dev-hub/wifi-sdk/integrating-the-sdk/ios/additional-features.md)
- [Changelog](https://create.cloud4wi.ai/dev-hub/wifi-sdk/integrating-the-sdk/ios/changelog.md)
- [Android](https://create.cloud4wi.ai/dev-hub/wifi-sdk/integrating-the-sdk/android.md)
- [QuickStart](https://create.cloud4wi.ai/dev-hub/wifi-sdk/integrating-the-sdk/android/quickstart.md)
- [SDK methods](https://create.cloud4wi.ai/dev-hub/wifi-sdk/integrating-the-sdk/android/sdk-methods.md)
- [initC4w](https://create.cloud4wi.ai/dev-hub/wifi-sdk/integrating-the-sdk/android/sdk-methods/initc4w.md)
- [createCustomer](https://create.cloud4wi.ai/dev-hub/wifi-sdk/integrating-the-sdk/android/sdk-methods/createcustomer.md)
- [setupCustomer](https://create.cloud4wi.ai/dev-hub/wifi-sdk/integrating-the-sdk/android/sdk-methods/setupcustomer.md)
- [createWPA2EnterpriseProfile](https://create.cloud4wi.ai/dev-hub/wifi-sdk/integrating-the-sdk/android/sdk-methods/createwpa2enterpriseprofile.md)
- [deleteWPA2EnterpriseProfile](https://create.cloud4wi.ai/dev-hub/wifi-sdk/integrating-the-sdk/android/sdk-methods/deletewpa2enterpriseprofile.md)
- [createPasspointProfile](https://create.cloud4wi.ai/dev-hub/wifi-sdk/integrating-the-sdk/android/sdk-methods/createpasspointprofile.md)
- [deletePasspointProfile](https://create.cloud4wi.ai/dev-hub/wifi-sdk/integrating-the-sdk/android/sdk-methods/deletepasspointprofile.md)
- [isPasspointSupported](https://create.cloud4wi.ai/dev-hub/wifi-sdk/integrating-the-sdk/android/sdk-methods/ispasspointsupported.md)
- [getCustomerId](https://create.cloud4wi.ai/dev-hub/wifi-sdk/integrating-the-sdk/android/sdk-methods/getcustomerid.md)
- [getCustomerInfo](https://create.cloud4wi.ai/dev-hub/wifi-sdk/integrating-the-sdk/android/sdk-methods/getcustomerinfo.md)
- [checkIfCustomerExists](https://create.cloud4wi.ai/dev-hub/wifi-sdk/integrating-the-sdk/android/sdk-methods/checkifcustomerexists.md)
- [updateCustomer](https://create.cloud4wi.ai/dev-hub/wifi-sdk/integrating-the-sdk/android/sdk-methods/updatecustomer.md)
- [updateCustomerInfo](https://create.cloud4wi.ai/dev-hub/wifi-sdk/integrating-the-sdk/android/sdk-methods/updatecustomerinfo.md)
- [getListOfPolicies](https://create.cloud4wi.ai/dev-hub/wifi-sdk/integrating-the-sdk/android/sdk-methods/getlistofpolicies.md)
- [setAPIAuthParams](https://create.cloud4wi.ai/dev-hub/wifi-sdk/integrating-the-sdk/android/sdk-methods/setapiauthparams.md)
- [getCreatedWPA2EnterpriseProfiles](https://create.cloud4wi.ai/dev-hub/wifi-sdk/integrating-the-sdk/android/sdk-methods/getcreatedwpa2enterpriseprofiles.md)
- [getCreatedPasspointProfile](https://create.cloud4wi.ai/dev-hub/wifi-sdk/integrating-the-sdk/android/sdk-methods/getcreatedpasspointprofile.md)
- [setInterlinkedC4WIMobileSDKApplications](https://create.cloud4wi.ai/dev-hub/wifi-sdk/integrating-the-sdk/android/sdk-methods/setinterlinkedc4wimobilesdkapplications.md)
- [getInterlinkedC4WIMobileSDKApplications](https://create.cloud4wi.ai/dev-hub/wifi-sdk/integrating-the-sdk/android/sdk-methods/getinterlinkedc4wimobilesdkapplications.md)
- [logout](https://create.cloud4wi.ai/dev-hub/wifi-sdk/integrating-the-sdk/android/sdk-methods/logout.md)
- [Objects](https://create.cloud4wi.ai/dev-hub/wifi-sdk/integrating-the-sdk/android/objects.md)
- [Customer](https://create.cloud4wi.ai/dev-hub/wifi-sdk/integrating-the-sdk/android/objects/customer.md)
- [CustomerDocument](https://create.cloud4wi.ai/dev-hub/wifi-sdk/integrating-the-sdk/android/objects/customerdocument.md)
- [CustomerCreateResponse](https://create.cloud4wi.ai/dev-hub/wifi-sdk/integrating-the-sdk/android/objects/customercreateresponse.md)
- [CustomerInfo](https://create.cloud4wi.ai/dev-hub/wifi-sdk/integrating-the-sdk/android/objects/customerinfo.md)
- [CustomerQuery](https://create.cloud4wi.ai/dev-hub/wifi-sdk/integrating-the-sdk/android/objects/customerquery.md)
- [WPA2EnterpriseProfile](https://create.cloud4wi.ai/dev-hub/wifi-sdk/integrating-the-sdk/android/objects/wpa2enterpriseprofile.md)
- [PasspointConfiguration](https://create.cloud4wi.ai/dev-hub/wifi-sdk/integrating-the-sdk/android/objects/passpointconfiguration.md)
- [Additional features](https://create.cloud4wi.ai/dev-hub/wifi-sdk/integrating-the-sdk/android/additional-features.md)
- [Troubleshooting](https://create.cloud4wi.ai/dev-hub/wifi-sdk/integrating-the-sdk/android/troubleshooting.md)
- [Changelog](https://create.cloud4wi.ai/dev-hub/wifi-sdk/integrating-the-sdk/android/changelog.md)
- [Flutter](https://create.cloud4wi.ai/dev-hub/wifi-sdk/integrating-the-sdk/flutter.md)
- [QuickStart](https://create.cloud4wi.ai/dev-hub/wifi-sdk/integrating-the-sdk/flutter/quickstart.md)
- [Changelog](https://create.cloud4wi.ai/dev-hub/wifi-sdk/integrating-the-sdk/flutter/changelog.md)
- [User experience](https://create.cloud4wi.ai/dev-hub/wifi-sdk/user-experience.md)
- [FAQ](https://create.cloud4wi.ai/dev-hub/wifi-sdk/faq.md)
- [Overview](https://create.cloud4wi.ai/dev-hub/location-sdk/overview.md)
- [Integrating the SDK](https://create.cloud4wi.ai/dev-hub/location-sdk/integrating-the-sdk.md)
- [Android](https://create.cloud4wi.ai/dev-hub/location-sdk/integrating-the-sdk/android.md)
- [Quickstart](https://create.cloud4wi.ai/dev-hub/location-sdk/integrating-the-sdk/android/quickstart.md)
- [Project initialization](https://create.cloud4wi.ai/dev-hub/location-sdk/integrating-the-sdk/android/project-initialization.md)
- [SDK Methods](https://create.cloud4wi.ai/dev-hub/location-sdk/integrating-the-sdk/android/sdk-methods.md)
- [Enable/Disable](https://create.cloud4wi.ai/dev-hub/location-sdk/integrating-the-sdk/android/sdk-methods/enable-disable.md)
- [Handling blocking issues](https://create.cloud4wi.ai/dev-hub/location-sdk/integrating-the-sdk/android/sdk-methods/handling-blocking-issues.md)
- [Get Device Id](https://create.cloud4wi.ai/dev-hub/location-sdk/integrating-the-sdk/android/sdk-methods/get-device-id.md)
- [Reset device Id](https://create.cloud4wi.ai/dev-hub/location-sdk/integrating-the-sdk/android/sdk-methods/reset-device-id.md)
- [Locations of Interest](https://create.cloud4wi.ai/dev-hub/location-sdk/integrating-the-sdk/android/sdk-methods/locations-of-interest.md)
- [Home location](https://create.cloud4wi.ai/dev-hub/location-sdk/integrating-the-sdk/android/sdk-methods/locations-of-interest/home-location.md)
- [Work location](https://create.cloud4wi.ai/dev-hub/location-sdk/integrating-the-sdk/android/sdk-methods/locations-of-interest/work-location.md)
- [Changelog](https://create.cloud4wi.ai/dev-hub/location-sdk/integrating-the-sdk/android/changelog.md)
- [iOS](https://create.cloud4wi.ai/dev-hub/location-sdk/integrating-the-sdk/ios.md)
- [QuickStart](https://create.cloud4wi.ai/dev-hub/location-sdk/integrating-the-sdk/ios/quickstart.md)
- [Installation](https://create.cloud4wi.ai/dev-hub/location-sdk/integrating-the-sdk/ios/installation.md)
- [Project initialization](https://create.cloud4wi.ai/dev-hub/location-sdk/integrating-the-sdk/ios/project-initialization.md)
- [SDK methods](https://create.cloud4wi.ai/dev-hub/location-sdk/integrating-the-sdk/ios/sdk-methods.md)
- [Initialization](https://create.cloud4wi.ai/dev-hub/location-sdk/integrating-the-sdk/ios/sdk-methods/initialization.md)
- [Enable/Disable](https://create.cloud4wi.ai/dev-hub/location-sdk/integrating-the-sdk/ios/sdk-methods/enable-disable.md)
- [Get Device Id](https://create.cloud4wi.ai/dev-hub/location-sdk/integrating-the-sdk/ios/sdk-methods/get-device-id.md)
- [Reset device Id](https://create.cloud4wi.ai/dev-hub/location-sdk/integrating-the-sdk/ios/sdk-methods/reset-device-id.md)
- [Locations of interest](https://create.cloud4wi.ai/dev-hub/location-sdk/integrating-the-sdk/ios/sdk-methods/locations-of-interest.md)
- [Home location](https://create.cloud4wi.ai/dev-hub/location-sdk/integrating-the-sdk/ios/sdk-methods/locations-of-interest/home-location.md)
- [Work location](https://create.cloud4wi.ai/dev-hub/location-sdk/integrating-the-sdk/ios/sdk-methods/locations-of-interest/work-location.md)
- [Reference versions](https://create.cloud4wi.ai/dev-hub/location-sdk/integrating-the-sdk/ios/reference-versions.md)
- [Changelog iOS](https://create.cloud4wi.ai/dev-hub/location-sdk/integrating-the-sdk/ios/changelog-ios.md)
- [Flutter](https://create.cloud4wi.ai/dev-hub/location-sdk/integrating-the-sdk/flutter.md)
- [QuickStart](https://create.cloud4wi.ai/dev-hub/location-sdk/integrating-the-sdk/flutter/quickstart.md)
- [Changelog](https://create.cloud4wi.ai/dev-hub/location-sdk/integrating-the-sdk/flutter/changelog.md)
- [Demo app](https://create.cloud4wi.ai/dev-hub/demo-toolkit/demo-app.md)
- [Testlab WiFi setup](https://create.cloud4wi.ai/dev-hub/demo-toolkit/testlab-wifi-setup.md): How to setup a full test lab including WiFi and Beacon
- [Getting started](https://create.cloud4wi.ai/dev-hub/api-reference/getting-started.md)
- [Authentication](https://create.cloud4wi.ai/dev-hub/api-reference/getting-started/authentication.md)
- [Contacts](https://create.cloud4wi.ai/dev-hub/api-reference/getting-started/contacts.md)
- [Locations](https://create.cloud4wi.ai/dev-hub/api-reference/getting-started/locations.md)
- [Geofences](https://create.cloud4wi.ai/dev-hub/api-reference/getting-started/geofences.md)
- [Devices](https://create.cloud4wi.ai/dev-hub/api-reference/getting-started/devices.md)
- [Segments](https://create.cloud4wi.ai/dev-hub/api-reference/getting-started/segments.md)
- [WiFi logs](https://create.cloud4wi.ai/dev-hub/api-reference/getting-started/wifi-logs.md)
- [Events](https://create.cloud4wi.ai/dev-hub/api-reference/getting-started/events.md)
- [Webhooks](https://create.cloud4wi.ai/dev-hub/api-reference/webhooks.md)
- [Use cases](https://create.cloud4wi.ai/dev-hub/api-reference/use-cases.md)
- [Legacy APIs (v2)](https://create.cloud4wi.ai/dev-hub/api-reference/legacy-apis-v2.md)
- [My App Intro](https://create.cloud4wi.ai/dev-hub/myapps/my-app-intro.md)
- [Creating Apps](https://create.cloud4wi.ai/dev-hub/myapps/creating-apps.md)
- [Access Journey Apps](https://create.cloud4wi.ai/dev-hub/myapps/creating-apps/access-journey-apps.md)
- [Apps for the Dasbhoard](https://create.cloud4wi.ai/dev-hub/myapps/creating-apps/apps-for-the-dasbhoard.md)
- [MyApps APIs and SDK](https://create.cloud4wi.ai/dev-hub/myapps/myapps-apis-and-sdk.md)
- [Access Journey SDK](https://create.cloud4wi.ai/dev-hub/myapps/myapps-apis-and-sdk/access-journey-sdk.md)
- [REST APIs in MyApp](https://create.cloud4wi.ai/dev-hub/myapps/myapps-apis-and-sdk/rest-apis-in-myapp.md)
- [Context APIs](https://create.cloud4wi.ai/dev-hub/myapps/myapps-apis-and-sdk/context-apis.md)
- [Sample projects](https://create.cloud4wi.ai/dev-hub/myapps/sample-projects.md)
- [MyApps -Js SDK boilerplate](https://create.cloud4wi.ai/dev-hub/myapps/sample-projects/myapps-js-sdk-boilerplate.md)
- [Video Advertising](https://create.cloud4wi.ai/dev-hub/myapps/sample-projects/video-advertising.md)
- [Typeform integration](https://create.cloud4wi.ai/dev-hub/myapps/sample-projects/typeform-integration.md)
- [Facebook Pixel in Acces Journey](https://create.cloud4wi.ai/dev-hub/myapps/sample-projects/facebook-pixel-in-acces-journey.md)
- [Sample onboarding flow for new app users](https://create.cloud4wi.ai/dev-hub/tutorials/sample-onboarding-flow-for-new-app-users.md)
- [Integrating WiFi SDK in Flutter apps](https://create.cloud4wi.ai/dev-hub/tutorials/integrating-wifi-sdk-in-flutter-apps.md)

## Labs

- [Private APIs](https://create.cloud4wi.ai/dev-hub/labs/private-apis.md)
- [Passpoint Services](https://create.cloud4wi.ai/dev-hub/labs/passpoint-services.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://create.cloud4wi.ai/dev-hub/home.md?ask=<question>
```
The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.
Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
