> For the complete documentation index, see [llms.txt](https://knowledgebase.flaik.com/flaik-knowledge-base/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://knowledgebase.flaik.com/flaik-knowledge-base/for-hardware-specialists/shipping-and-receiving/receiving-hardware-shipments.md).

# Receiving Hardware Shipments

## Shipping Address & Contact-

We record a shipping address and best hardware related resort contact at the time of onboarding.  To ensure flaik hardware reaches your resort successfully and in a timely manner, please ensure this record is up-to-date and let us know of any changes prior to the season start (Ideally, late summer/early fall).  Updates can be sent to <resortsupport@flaik.com>.

{% hint style="warning" %}
Shipping address must accommodate FedEx deliveries.  We cannot ship to PO Boxes.  We can however, ship to a residential address if there is not a usable resort shipping address that will accept FedEx.
{% endhint %}

## Receiving flaik Shipments-

Anytime a shipment of flaik hardware is sent to a resort operation, we alert the resort via email as to when the shipment can be expected and the FedEx tracking number.

#### Upon receiving flaik equipment:

* [ ] Remove packing slip and reference as you unpack hardware components (use packing slip as a checklist to ensure receipt of all hardware)
* [ ] Open boxes carefully and unpack slowly (to ensure no small components drop or get lost)
* [ ] Inspect hardware for any damage sustained in transit (flaik is responsible for any damage sustained prior to receipt of a shipment)
* [ ] Sort and stage hardware for easy setup as you unpack
* [ ] Inspect the shipping containers to establish if they are able to be reused&#x20;
  * [ ] If <mark style="color:green;">**YES**</mark>, save boxes and all packaging material for return shipment to flaik at the end of the season
  * [ ] If <mark style="color:red;">**NO**</mark>, please recycle as many pieces as possible
* [ ] Once unpacked and hardware functionality is confirmed, contact flaik to acknowledge receipt of shipment and accept/contest the fleet deployment
* [ ] Save packing slip for your record

{% hint style="danger" %}
**If damage is noticed,** contact flaik immediately so you are not on the hook for the damage at the end of the season. All components are inspected by flaik prior to packing.&#x20;
{% endhint %}


---

# 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://knowledgebase.flaik.com/flaik-knowledge-base/for-hardware-specialists/shipping-and-receiving/receiving-hardware-shipments.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.
