# Kayaks

The Hardware section displays the list of Kayaks, Lockers, and Locks. To view specific lists, utilize the filtering button located below the search bar. You can filter by Hardware type, choosing from options like **All**, **Kayaks**, **Lockers**, and **Locks**. Clicking on a particular hardware type will filter and display the corresponding list of hardware items.

<figure><img src="/files/x36oszu7nOoM71cTwhW8" alt=""><figcaption><p>Hardware Section</p></figcaption></figure>

<figure><img src="/files/gAtft8SUXF69Xq73dO5Z" alt=""><figcaption><p>Example of Kayak list</p></figcaption></figure>

<figure><img src="/files/nPuhaVNM6uxxIWQ0C8N8" alt=""><figcaption><p>Example of Locker list</p></figcaption></figure>

<figure><img src="/files/yK9O0KW62RKcvpRE5fZu" alt=""><figcaption><p>Example of Lock list</p></figcaption></figure>

## Setting up a Kayak

When setting up one of these systems, the first thing you'll need to do is add the lock(s) by clicking **+ Add** in the upper right-hand corner.

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

From the **Hardware Product** dropdown, select the lock option that corresponds with your lock (e.g. Noke Lock, OMNI OGB1 Lock) then input the Mac Address and Serial Number of the lock. When you're finished, press Save button.

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

Next, you'll add a **Locker** by clicking **+ Add** in the upper right-hand corner again, this time selecting *Kayak locker* from the Hardware Product dropdown. When you're finished, press Save.&#x20;

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

<figure><img src="/files/rvn1Da54udift7lhu7IA" alt=""><figcaption><p>Example of Adding a Locker</p></figcaption></figure>

Lastly, you'll add the **Kayak** by clicking **+ Add** in the upper right-hand corner. From the Hardware Product dropdown, select *Kayak* then assign the kayak to a locker, lock, and location. When you're finished, press Save.&#x20;

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

<figure><img src="/files/EndsaqR7zymu1ko5YOvv" alt=""><figcaption><p>Example of adding a Kayak</p></figcaption></figure>

###

### Kayak Details

Going back to your Kayak List, when you click on a specific Kayak it will open the Kayak details such as the number, label, status, locations, lock, QR code, and assignment history. The Assignment history will show where these details are the Kayak Assigned to, who was the Assignee, when it was Assigned, and Unassigned On.&#x20;

Beside the Kayak tab, you will also see the [**Rentals**](/admin-site/rentals.md), [**Maintenance** **Tickets**](/admin-site/maintenance.md), and [**Maintenance Logs**](/admin-site/maintenance.md#maintenance-logs) tabs that are associated with this specific kayak number. You can check who rented the kayak, what day and time it was rented, what support tickets are tied to the kayak, and a list of historical maintenance information.&#x20;

<figure><img src="/files/44GCg0XxOFtjmQhZjTg5" alt=""><figcaption></figcaption></figure>

### User Experience

This is what users see when they're checking out the kayak system and getting ready to choose a kayak for rental. For more information about how a user starts a rental, you may refer to this documentation: [Start a Rental.](/movatic-app/rentals/first-rental.md)

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

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

<br>


---

# 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.movatic.co/admin-site/modes/kayaks.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.
