> For the complete documentation index, see [llms.txt](https://docs.archisketch.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.archisketch.com/guide/faq-1/service/credit-guide.md).

# Credit Guide

{% hint style="info" %}
The existing points system has ended and **Credit**has replaced it. In this document, check what credits are, where they are used, and how much is deducted.
{% endhint %}

### 1. What are credits?

Credits are the currency deducted when using Archisketch's AI and content features. They replace the existing points.

**1 credit = 1,500 KRW**

These are the features where credits are deducted.

* Archisketch **AI Agent**
* **Render Shot** (Additional high resolution)
* **AI Snapshot**
* **Panorama Shot**
* **AI Styler**

### 2. Conversion of existing points and credits

Your existing points and credits will be converted into new credits according to the criteria below.

* Existing **100P = 1 new credit**
* Existing **1 credit = 1 new credit**

At the time of conversion, a policy change notice screen and a conversion approval screen will be displayed. Please confirm the conversion according to the instructions.

<figure><img src="/files/3674cd78dfd7ae79d6fc6a9f99c6159255a87649" alt=""><figcaption></figcaption></figure>

### 3. Default credits by plan

**Personal**

| Plan           | Default credits |
| -------------- | --------------- |
| Free (Basic)   | 1 credit        |
| Standard ($29) | 10 credits      |
| Plus ($79)     | 30 credits      |

### 4. Credit rate table (deduction by feature)

#### Additional image generation

**Render Shot**

* Standard: No credit deduction (additional uses available starting from the Standard plan)
* 2K: per additional use **0.2 credits**
* 4K: per additional use **0.4 credits**
* 8K: per additional use **0.8 credits**

**AI Snapshot**

* Standard: per additional use **0.2 credits**
* 2K: per additional use **0.2 credits**
* 4K: per additional use **0.4 credits**

**Panorama Shot**

* 6K: per additional use **0.6 credits**
* 12K: per additional use **1.2 credits**

#### Using AI Styler

* per use **0.1 credits**

#### Deduction flow when using

Credits are deducted immediately when you use a feature, without converting points.

* In the studio, select the resolution you want and **\[Render]**(or Run), a deduction notice popup appears.
* The popup shows **current credit balance**and **credits to be deducted**.
* After confirming, **\[Use credits]**&#x70;ress it to have the credits deducted and use the feature.

### 5. Standard-quality AI Snapshot free trial

* Standard-quality AI Snapshot for free (0$) and Standard ($29) users **3 free trials**are provided.
* In this case, "**3 free trials!**" label is displayed.
* Once all 3 are used, **0 free trials provided**status is restored.

### 6. Credit types (refunds and expiration)

Credits are divided into types depending on how they are issued. Refunds and expiration vary by type.

| Display name           | Description                                   | Refund                        | Expiration            |
| ---------------------- | --------------------------------------------- | ----------------------------- | --------------------- |
| Credit recharge        | Paid credits recharged through direct payment | Unused amount can be refunded | None                  |
| Free credit grant      | Free credits for sign-up and trial            | Not possible                  | Renewed every 30 days |
| Subscription grant     | Provided monthly to subscription users        | Not possible                  | Renewed every 30 days |
| Customer support grant | Credits granted as customer support           | Case by case                  | Notice upon issuance  |

{% hint style="info" %}
If you have multiple types, **free, subscription, and support credits are deducted first**and directly recharged **paid credits are deducted last**. (Credits with an expiration date are used first.)
{% endhint %}

### 7. Credit recharge and refunds

Credits are **recharged in advance**and used. On the recharge screen, select the recharge amount and confirm the payment method, then pay to receive the credits.

**How to go to the recharge page**

* For resolutions with no remaining count, **\[Remaining]** click the
* In the low-credit notice popup, **\[Recharge]** click
* Profile > **Credit recharge**
* My Profile > **Account Settings > Credit Recharge** button

<figure><img src="/files/8bfd8ff92b0d70da597c0318aecda93ab931007e" alt=""><figcaption></figcaption></figure>

**Refund**

* **Only unused paid credits (credit recharge)**&#x61;re eligible for refunds. Free, subscription, and trial credits are not refundable.
* Refunds are **only for credits within 7 days of payment**.
* If you want a refund, please contact **ChannelTalk**at the bottom right of the website.

**If your balance is insufficient,**

* If your balance is insufficient, that feature will not run. Please recharge credits.
* If credits run out while using AI Agent, etc., the process stops and a recharge notice is displayed.

<figure><img src="/files/2c02f4d22f0b5edc545d0324c16ded21f4040af0" alt=""><figcaption></figcaption></figure>

### 8. If use fails, are credits deducted?

* **Not deducted**: when it does not run normally due to input errors, insufficient balance, server errors, etc.
* **May be deducted**: if you cancel manually during use (partially deducted for the amount already processed), or if the task completes but only the result download fails.

### 9. Check my credits and billing history

* **Account Settings > Credits**allows you to check your current credit balance, usage, and credits scheduled to expire.
* **In Billing History**allows you to view credit payment history. Up to **10**per page, **and only payments that were completed successfully**are shown.

<figure><img src="/files/1d9470ea1803dbab42b5bb84bbaca01928a0dc56" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/e0245122a94898f6e8be6641980be23391880434" alt=""><figcaption></figcaption></figure>


---

# 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.archisketch.com/guide/faq-1/service/credit-guide.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.
