> For the complete documentation index, see [llms.txt](https://docs.hamina.com/hamina/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.hamina.com/hamina/live/extreme-networks.md).

# Extreme Networks

Hamina Network Planner features cloud-to-cloud integration with ExtremeCloud IQ and Extreme Platform ONE. The integration can be used in several ways:

* **Deploy a network** - Create a greenfield design in Hamina (including maps, scale, AP locations), and export it to Extreme for deployment. This eliminates any duplicate mapping work with Extreme.
* **Analyze an existing network** - Import a network from Extreme to Hamina, and see the current running configuration including the map, AP locations, channels, and transmit power. Add walls and attenuating objects to see how the current network looks inside a predictive model.
* **Modify an existing network** - Export the design from Hamina back to Extreme to implement any changes such as moving APs, adding APs, or changing AP models.

## Create an API Key

### Switching to Extreme Platform ONE

While it is likely possible to create an API key in ExtremeCloud IQ, we recommend switching to to Extreme Platform ONE for easy API key creation. To switch, click the 9-dot menu in the upper right, and select the **ExtremeCloud IQ (New)** link.

<div align="left"><figure><img src="/files/TKNWl7tWCycT87lFt1NN" alt="" width="375"><figcaption></figcaption></figure></div>

## Generating an API Token

1. Select the menu on the left-hand side.<br>

   <div align="left"><figure><img src="/files/Q3fB1GCFBfxLNB7obteg" alt="" width="375"><figcaption></figcaption></figure></div>

2. Under **Administration & Settings**, select **Integrations**.<br>

   <div align="left"><figure><img src="/files/8aS1jyoHF6d0ChDPXnDz" alt="" width="375"><figcaption></figcaption></figure></div>

3. In the upper right, select **Create New API Key**.<br>

   <div align="left"><figure><img src="/files/Y61RoOnxig4Xjwu71Vp9" alt="" width="375"><figcaption></figcaption></figure></div>

4. In the **Create API Key** window, enter a name, description, and choose an expiration date. *<mark style="color:blue;background-color:blue;">Note: The name and description fields are required, but they don't need to be anything specific.</mark>*<br>

   <div align="left"><figure><img src="/files/k2hgepyN6w94wUs02Rsw" alt="" width="563"><figcaption></figcaption></figure></div>

5. Copy the API key, and save it somewhere safe like a password manager. Then, select the **Close** button.<br>

   <div align="left"><figure><img src="/files/7ddYL2phy9kLORzpwgDa" alt="" width="563"><figcaption></figcaption></figure></div>


---

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

```
GET https://docs.hamina.com/hamina/live/extreme-networks.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.
