# Usage overview

### Getting Started with Bekane

This guide introduces the basic usage of Bekane and helps you quickly become familiar with the main interface and features.

## Connecting to Bekane

Open your web browser and access the Bekane web interface using the URL provided by your administrator.

```
https://bekane.example.com
```

You will be redirected to the login page.

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

### Authentication Methods

Depending on your environment configuration, several authentication methods may be available:

* Local account authentication
* LDAP authentication
* Single Sign-On (OIDC / SSO)

Enter your credentials and click **Login**.

Once authenticated, you will access the Bekane dashboard.

## Home Dashboard Overview

The home page provides a quick overview of your environment and recent activity.

Typical dashboard sections include:

* Favorite Virtual Machines
* Recent Actions History

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

### Favorite Virtual Machines

**My favorites** section displays the virtual machines you mark as favorite.

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

From this section, you can quickly:

* View VM status
* Start a VM
* Stop a VM
* Access a VM

VM statuses are usually represented using visual indicators:

* Running
* Stopped
* Starting

Favorites allow faster access without browsing the full infrastructure tree.

### Recent Actions History

**My last actions** section displays your latest operations performed on virtual machines.

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

Typical actions include:

* VM start
* VM shutdown
* Snapshot creation
* VM reset
* Console access

This history helps you:

* Track your recent activity
* Verify successful operations
* Identify failed actions if necessary


---

# 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://documentation.bekane.org/user-docs/usage-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.
