> For the complete documentation index, see [llms.txt](https://docs.roamingiq.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.roamingiq.com/network-equipment/access-point-configuration-guides/alta-labs.md).

# Alta Labs

### **Configuration Steps Overview**

1. Configure SSID.
2. Configure Advanced Features
3. Configure Power-User Settings

### **Configure SSID**

1. From Dashboard Click on Settings
2. Click + Add new

   <figure><img src="/files/mnY4YuLyRiKewkfmRFLp" alt=""><figcaption></figcaption></figure>
3. Enter WiFi Network Name (e.g. VAULT)
4. Select WiFi Security as – Enterprise
5. Enter Primary Radius Information
   1. IP Address – xx.xx.xx.xx (Production Servers Provided by RoamingIQ)
   2. Secret – xxxxxx
   3. Auth port – xxxx
   4. Acct. Port - xxxx

      <figure><img src="/files/5olaGWA3eIeHYJqgnNyb" alt=""><figcaption></figcaption></figure>

### **Configure Advanced Features**

1. Click Advanced Settings to display advanced options.
2. Select Default Network Type (for Enterprise/Open) as “Large”

   <figure><img src="/files/MuIPPea1i07rGhYIZL5Z" alt="" width="518"><figcaption></figcaption></figure>
3. Turn Fast Roaming off.
4. Click NAS ID to Enter a Custom NAS ID
5. Custom NAS ID: \<Provided By RoamingIQ and is Venue Specific>
6. Enable PSK Offload.
7. All other fields should be set to best practices.

   <figure><img src="/files/yIO1ll25uN6OVth0xX8B" alt="" width="563"><figcaption></figcaption></figure>

### **Configure Power User Settings**

1. Click to enable Power-User settings
2. Enter the following information in the text box. Please Note RoamingIQ will provide the secondary Server address for production.

   {

   "hostapd": "

   auth\_server\_addr=xx.xx.xx.xx

   radius\_acct\_interim\_interval=1800

   "

   }

   <figure><img src="/files/TqpCX7tuW8BCQhCCpUUs" alt="" width="506"><figcaption></figcaption></figure>
3. Click Save at the bottom of the page.


---

# 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://docs.roamingiq.com/network-equipment/access-point-configuration-guides/alta-labs.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.
