> For the complete documentation index, see [llms.txt](https://create.cloud4wi.ai/dev-hub/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://create.cloud4wi.ai/dev-hub/home.md).

# Home

## WiFi SDK

Cloud4Wi WiFi SDK  is a convenient Software Development Kit that helps you easily add seamless and secure WiFi connectivity to mobile apps and unlocks location services regardless of OS location permissions&#x20;

{% content-ref url="/pages/JsSwjwkAOMScqdHENr9F" %}
[WiFi SDK](/dev-hub/wifi-sdk/overview.md)
{% endcontent-ref %}

## Location SDK

Cloud4Wi Location SDK (referred to as "**GeoUniq"**) helps you easily add location tracking to your app, overcoming native OS location tracking performances and capabilities.

{% content-ref url="/pages/IZkhfA6k5eWGfPn6Bo7Z" %}
[Location SDK](/dev-hub/location-sdk/overview.md)
{% endcontent-ref %}

## Platform APIs

Platforms APIs allow managing Cloud4Wi resources programmatically, including **places**, **contacts**, **moments** and **logs**.

{% content-ref url="/pages/KlCiaCX8v2ufzaASCSat" %}
[API Reference](/dev-hub/api-reference/getting-started.md)
{% endcontent-ref %}

## Webhooks

Webhooks allow integrating real-time events with your own data stack to unlock real-time and context-aware applications such as:

* trigger communications in real-time in your Marketing automation tool
* synch Contacts in real-time with your CRMS as soon as a person sign up
* feed Contact Profiles in real-time to clienteling interfaces when a person arrives in a location

{% content-ref url="/pages/QX168uLQMuGI11uMvPrT" %}
[Webhooks](/dev-hub/api-reference/webhooks.md)
{% endcontent-ref %}

## Demo toolkit

Use Cloud4Wi demo apps for iOS and Android to test Cloud4Wi geofencing before integrating the SDK, or to test your implementation of Cloud4Wi side-by-side with a complete implementation

{% content-ref url="/pages/HeXTlFcSJadQ4O0O0v2S" %}
[Demo toolkit](/dev-hub/demo-toolkit/demo-app.md)
{% endcontent-ref %}

## MyApps

Create and publish custom context-aware content during the WiFi onboarding or on the dashboard

{% content-ref url="/pages/yJ5BJrGOKP77M0cbXDhb" %}
[MyApps](/dev-hub/myapps/my-app-intro.md)
{% endcontent-ref %}


---

# 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 that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://create.cloud4wi.ai/dev-hub/home.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
