# Create Tariff Card

## 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 [Tariff Manager](https://thystreet.com/tariff) page.
2. Click on the **New Tariff Card** button.
3. In the **Add Tariff Card** pop-up page
   1. Enter your **Tariff name**.
   2. Describe the tariff card in **Description**.
4. Click on **Add Tariff** to create the tariff.

{% hint style="info" %}
**Next steps**

* [Add services](/tariff-manager/edittariff.md) to the tariff card.
* [Attach tariff](/devices/device-options.md#setting-tariff-to-the-device) card to a device.
  {% 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/tariff-manager/create-tariff.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.
