# Onboard or Offboard a Device Crate

{% hint style="info" %}
If you’re new to Crates, read through our introductory Crate documentation [here](https://docs.rewst.help/prebuilt-automations/crates). Find the Crate in our Crate Marketplace.
{% endhint %}

## What does the Onboard or Offboard a Device Crate do?

This Crate allows you to pick a primary user and assign them to a device, while also choosing whether to onboard, offboard or reset onboarding for the device.

* Simplify the computer onboarding process for both end-users and technicians.
* Ensure seamless integration with ImmyBot for computer and user management.

### How the Crate works

1. Initiate the process by selecting the computer and user who will be associated with that computer in the form unpacked from the Crate.
2. Choose if you wish to begin the onboarding immediately or on a delay.
3. Submit the form.

## Crate prerequisites

Your [ImmyBot integration](/documentation/integrations/integration-guides/immybot-integration-setup.md) with Rewst must successfully be set up before unpacking this Crate.

## Unpack the Onboard or Offboard a Device Crate

1. Navigate to **Crates** > **Crate Marketplace** in the left side menu of the Rewst platform.
2. Search for `Onboard or Offboard a Device`.\
   \
   ![](/files/z6FlBsz0DJDrUjeo5vpb)<br>
3. Click on the Crate tile to begin unpacking.
4. Click **Unpack Crate**.
5. Click **Continue**.
6. Note the option under the **Form Submission** accordion menu to activate the Crate for all future organizations in addition to the current one. This is defaulted to on for the Crate. You may also set activation to certain [tags](https://docs.rewst.help/documentation/settings/tags-in-rewst), [trigger criteria](/documentation/automations/intro-to-triggers/trigger-criteria.md), or for integration overrides.
7. Click **Unpack**.

### Use the Crate

1. Navigate to **Automations > Forms** in the left side menu of your Rewst platform.
2. Search for `[Rewst Master v2] ImmyBot - Onboard Computer`.
3. Click **⋮ > Usages > View Direct URLs**.
4. Click on the link for the organization which contains your relevant user and computer. This will launch the form in a new tab.
5. Select the target computer for onboarding from the drop-down selector.
6. Choose the yser who will be primarily associated with this computer from the **Primary User** drop-down selector.
7. The **Onboard** checkbox defaults to checked, and will initiate onboarding immediately. If you wish to delay onboarding, uncheck the box.
8. Click **Submit**.

<figure><img src="/files/qYVqAJhiuyN02yDCwjrA" alt="" width="375"><figcaption></figcaption></figure>

{% hint style="info" %}
Got an idea for a new Crate? Rewst is constantly adding new Crates to our Crate Marketplace. Submit your idea or upvote existing ideas here in our [Canny feedback collector](https://rewst.canny.io/crates).
{% endhint %}


---

# 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.rewst.help/documentation/crates/existing-crate-documentation/onboard-or-offboard-a-device-crate.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.
