# Create Device

## Prerequisites

Before you begin, get access to the [Thy Street Dashboard](https://thystreet.com/dashboard) by creating an [account](https://thystreet.com/register).

## Create New Device

1. Login into the [Thy Street Dashboard](https://thystreet.com/dashboard) and navigate to the [Devices](https://thystreet.com/devices) page.
2. Click on the **New Device** button.
3. In the **Add Device** pop-up page
   1. Enter your **Device name,** this is the name displayed on your device's public URL.
   2. Describe the device in **Description.** This information will be displayed on your device's public URL and will help the user understand the overview of all the paid actions this device will perform.
4. Click on **Add Device** to create a new device.

{% hint style="info" %}

#### Next Steps

Now that your device is created, learn about how you can [enable payment](/accounts/payment.md), manage your device's paid actions using our [tariff manager](/devices/what-is-a-device.md).
{% 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://guide.thystreet.com/devices/create-device.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.
