---
title: "Creating a Device"
slug: "creating-a-device-1"
updated: 2024-11-20T17:48:11Z
published: 2024-11-20T17:48:11Z
---

> ## Documentation Index
> Fetch the complete documentation index at: https://docs.ai-op.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Creating a Device

Now that Koios is installed and licensed, it’s time to start integrating with your control system. Let’s start out by making sure your device is supported by Koios. Check out our [protocols](/v1/docs/introduction-4) and make sure you know what protocol you need this device to be.

The protocol is supported? Great! Let’s get rolling by creating a new device. We’ve got a section for that in our Koios - User Guide, check out this [getting started page](/v1/docs/adding-a-device-general) and follow along to create your protocol specific device.

*More Links:*

- [*Creating an OPC-UA Device*](/v1/docs/opc-ua)
- [*Creating an Ethernet/IP Device*](/v1/docs/creating-an-ethernetip-device)
- [*Creating a Microsoft SQL Device*](/v1/docs/creating-a-microsoft-sql-device)
- [*Creating a SOAP Device*](/v1/docs/creating-a-soap-device)

### What’s Next?

The device is created, now it’s time to test it and make sure we have a solid connection. Continue to the next section to learn how to do that.
