# Harga Layanan

Sistem di warungcopy menggunakan "koin". Di mana jumlah koin bisa digunakan untuk berbagai fitur yang tersedia.

Setiap fitur memiliki harga berbeda. Berikut daftar harganya

```
Membuat artikel    : 10 Koin
Mengedit artikel   : 2 Koin
Ide Artikel        : 3 Koin
Caption Instagram  : 5 Koin (dapat 5 variasi)
Carousel Instagram : 5 Koin 
Tweet Twitter      : 5 Koin (dapat 5 variasi)
Thread Twitter     : 5 Koin
Ide marketing      : 5 Koin
Nama produk        : 5 Koin
Tagline produk     : 5 Koin
Membuat gambar     : 10 koin (dapat 2 variasi gambar)
Copy ads           : 5 koin (dapat 5 variasi)
Fitur lainnya      : 5 koin
```


---

# 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://info.warungcopy.id/harga-layanan.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.
