# Testing a New System

To successfully setup and test your new system at your company, please follow the steps outlined below:

1. Create a [new hardware](/admin-site/modes/add-a-new-hardware.md) for your system based on its specific type.
   * Ensure that all required [assignments](/admin-site/modes/assignments.md) are accurately made.
2. Generate a free [membership](/admin-site/memberships.md) for the system. By default, new systems operate in demo mode and require memberships. You can identify if your system is in demo mode by checking the settings, where you will encounter the following warning message: *"This system is a demo system and is not visible without a membership. Please contact your setup partner to activate this system."*<br>

   <figure><img src="/files/CTF1CVjZlCRzscI9T6Ub" alt=""><figcaption></figcaption></figure>
3. Please contact your setup partner to activate this system.
4. If you haven't already done so, [register](/movatic-app/user-account/account-setup.md) for the [Movatic mobile app](/movatic-app.md).
5. Once you have logged into the app, [add the new membership](/movatic-app/user-membership-on-users-page.md) to your account.
6. Attempt to initiate a [new rental ](/movatic-app/rentals/first-rental.md)to test the functionality of the system.

By following these steps, you will be able to add resources to your new system and perform a comprehensive test to ensure everything functions as expected.

{% hint style="info" %}
Before proceeding with the steps mentioned earlier, it is crucial to review our [documentation](/admin-site/modes.md) regarding your specific hardware type. Familiarize yourself with the instructions provided to ensure a smooth setup process. Additionally, we recommend reading our [hardware debugging](/admin-site/modes/hardware-debugging.md) steps to troubleshoot any potential issues that may arise during the system configuration.
{% 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://documentation.movatic.co/admin-site/systems/testing-a-new-system.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.
