# Overview

## Overview

<figure><img src="/files/OpsvfB1uJsUIEqRPRyYA" alt=""><figcaption></figcaption></figure>

### Projects menu

Lists all of the projects in your Hamina account, and all projects shared with your account. You can also create new projects here. For more information about creating projects, see [Creating and Managing Projects](/hamina/basics/creating-and-managing-projects.md).

### Maps/Floors menu

Lists all of the maps or floors in the current project. Floor plans and images are known as **maps** until they are assigned to a building with the multi-floor tool, at which point they become **floors**. You can learn more about managing maps, creating buildings, and ordering floors in [Managing Maps and Floors](/hamina/guides/maps-floors.md).

### Legend

Shows a legend for the selected heatmap. Click on the button to access the **Heatmap Settings**. Learn more in the [Heatmaps](/hamina/basics/heatmaps.md)article.

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

## Toolbar

Shows tool groups, depending on which view the project is in, **Simulation**, **Survey**, and **Live View**. To open a group, point to it. Click on a tool to select it.

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

#### Keyboard Shortcuts and Hotkeys

Individual tools can be selected with a single keyboard hotkey (shortcut) press.&#x20;

{% hint style="info" %}
For tools in groups, toggle through all of them by repeatedly pressing the hotkey.
{% endhint %}

<table><thead><tr><th width="447">Tool</th><th>Hotkey</th></tr></thead><tbody><tr><td>Edit</td><td><kbd>1</kbd></td></tr><tr><td>Notes</td><td><kbd>2</kbd></td></tr><tr><td>Scale</td><td><kbd>3</kbd></td></tr><tr><td>Draw Walls / Attenuating object / Auto-draw walls</td><td><kbd>4</kbd></td></tr><tr><td>Multi-floor / Floor holes/ Raised floors/ Sloped floors</td><td><kbd>5</kbd></td></tr><tr><td>In/Out of scope zone</td><td><kbd>6</kbd></td></tr><tr><td>Capacity</td><td><kbd>7</kbd></td></tr><tr><td>Access point</td><td><kbd>8</kbd></td></tr><tr><td>Network infrastructure / Client device</td><td><kbd>9</kbd></td></tr><tr><td>Client view</td><td><kbd>0</kbd></td></tr><tr><td>Copy</td><td>Windows: <kbd>Ctrl</kbd> + <kbd>C</kbd><br>macOS: <kbd>Command</kbd> + <kbd>C</kbd></td></tr><tr><td>Paste</td><td>Windows: <kbd>Ctrl</kbd> + <kbd>V</kbd><br>macOS: <kbd>Command</kbd> + <kbd>V</kbd></td></tr></tbody></table>

## Camera controls

* **Plus** and **Minus** - Zooms in and out. This is a pretty inefficient way to zoom in and out though, so be sure to check out [Panning and Zooming Maps](/hamina/basics/panning-zooming.md) to learn better ways.
* **Zoom to fit** - Changed the zoom to fit the entire canvas on screen.
* **3D** / **2D** - Alternates between 2D and 3D modes. Note that some tools are disabled in 3D mode.
* **Switch to mouse mode** / **Switch to trackpad mode** - Changes the behavior of the scroll wheel. See [Panning and Zooming Maps](/hamina/basics/panning-zooming.md) for more information.
* **Panning** - It looks like a control, but it's not! This is just a reminder of how to use the spacebar to pan the map.

## Layer controls

The **Layer controls** allow you to show and hide different types of objects on the map. When they're unchecked, they're still there - just hidden! 🤫

## Details Pane

This pane serves several different functions, depending on which tools and objects are selected. For example, with the **Access point** tool selected, the title of the details pane will be **Add access point**. Any clicks on the map will place an access point with the settings defined in the **Add access point** pane.

With the **Edit** tool selected, clicking on an access point will show the **Edit access point** pane, where you can make changes to the selected access point. To learn more, see [Access Points](/hamina/simulation/access-points.md).


---

# 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://docs.hamina.com/hamina/basics/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.
