> For the complete documentation index, see [llms.txt](https://tip-1.gitbook.io/openwifi/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://tip-1.gitbook.io/openwifi/2.5.0/getting-started.md).

# Getting Started

OpenWiFi 2.0 Minimum Viable Product at the end of July, 2021 enables a cloud native and cloud agnostic Software Development Kit (SDK) with management and deployment support for a wide range of Access Point and PoE network switch platforms.

## Initial release 2.0 SDK includes:

* Zero Touch Cloud Discovery
* Firmware Management
* User Interface
  * Device List
  * Device Reboot
  * Device LED Blink
  * Device Remote Packet Capture
  * Device Configuration
  * Device Factory Reset
  * Device Remote TTY shell
  * Remote Wi-Fi Scan
  * Associations
    * UE (Wi-Fi Clients)
    * Mesh and WDS Clients
    * MCS, NSS, RSSI, Channel, SSID, Tx/Rx
  * Device Health Check
  * Interface Statistics
  * Device Command History

Upcoming sprint for August includes Dynamic Provisioning service support for template based device configuration.

OpenWiFi 2.0 SDK is deployable as both a Docker Compose or a Helm on Kubernetes model. See [Release 2.0 SDK](/openwifi/2.5.0/getting-started/sdk.md) section for installation instructions.

## New in this Release

* Firmware
  * Basic Features for OpenWiFi Switching
  * Passpoint
    * NAPTR Functionality
    * Proxy Static Routing
    * HSP Auth / Acc Service Discovery
    * Last Resort Proxy
    * RADIUS OpenRoaming Compliance
  * External 3rd Party Captive Portal Redirect
  * Burst Rate Ad-Hoc Telemetry
  * Static Routing
  * CS1 Merge - Wi-Fi 6
  * IEEE802.1d STP Control
  * Timestamp on Health Check messages
  * L2 DHCP Relay
  * Station Association Idle and Session time
* SDK
  * OpenWiFi Provisioning Service
  * OpenWiFi Inventory Service
  * Multi Tenant Support
  * Service Group - Venues
  * Logical Regions - Entities


---

# 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://tip-1.gitbook.io/openwifi/2.5.0/getting-started.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.
