> For the complete documentation index, see [llms.txt](https://docs.remote.it/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.remote.it/oem-and-bulk-provisioning/auto-registration-into-your-account/create-a-product.md).

# Create a Product

## **Product Creation**

1. Visit[ app.remote.it](https://app.remote.it) or the Desktop and go to the sidebar and press → Products.
2. Click **+ Create** in the top-right. (If you don't have any products yet, you can also use the **+ Create Your First Product** button in the center of the page.)
3. Enter a **Product Name** and select a **Platform**, then click **Create Product**. The product is created in **Draft** status with no services defined.
4. On the product page, click the **+** next to **SERVICE** to add a service.
5. In the **New service** panel:

   * Choose the protocol using the tabs — **HTTPS**, **HTTP**, **SSH**, **RDP**, or **More** for additional service types.
   * Enter the service's connection details in the field provided. What you enter depends on the service type you selected — for web protocols like **HTTPS** or **HTTP**, enter the full URL (for example, `https://127.0.0.1` or `https://localhost:8001/api/dashboard`); for **SSH**, **RDP**, and similar, enter the host name or IP address of the target device.
   * Optionally enter a **Service Name**.
   * The **Enable service** checkbox (checked by default) sets whether the service is active: when enabled, it comes online and is reachable; when disabled, it's added to the product but stays offline until you enable it. In most cases, leave it enabled.
   * Click **Save**.

   Repeat for each service you want included. At least one service must be defined before the product can be locked.
6. When all services are defined, turn on the **Lock Product** toggle to lock the product for bulk registration.

{% hint style="warning" %}
Locking is permanent — **once a product is locked, it cannot be unlocked.** To change a product's service configuration, create a new product. Services on devices that are already registered can still be managed individually through the Desktop application or at [app.remote.it](https://app.remote.it).
{% endhint %}

### Registration Code

After the product is locked, its **Registration Code** is displayed on the product page with a **Copy** button. This code identifies the account and service configuration that devices will register with.


---

# 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://docs.remote.it/oem-and-bulk-provisioning/auto-registration-into-your-account/create-a-product.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.
