# Overview

The [wlan-cloud-ucentral-deploy](https://github.com/Telecominfraproject/wlan-cloud-ucentral-deploy) repository contains two packaging options:

* [Docker Compose](/openwifi/2.9.0/sdk-installation/deploy-using-docker-compose.md)
* [Helm](/openwifi/2.9.0/sdk-installation/deploy-using-helm.md)

The repository is managed using branches where:

* main branch: contains references to the latest development SDK images
* release/v\_**X.Y.Z**\_ branch: contains image references specific to the release artifacts. For example: release/**v2.4.0** branch will contain references to SDK images related to 2.4.0 release candidates (RC) and GA.

```
// Clone the repo (if not already done so)
// The default branch is main.
git clone git@github.com:Telecominfraproject/wlan-cloud-ucentral-deploy.git

// Use either main or release branch. Recommend to use release branch once a release is
// GAed.
git checkout -b v2.7.0 origin/release/v2.7.0

```


---

# Agent Instructions: 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:

```
GET https://tip-1.gitbook.io/openwifi/2.9.0/sdk-installation/overview.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.
