> For the complete documentation index, see [llms.txt](https://guide.wiseapp.co.kr/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide.wiseapp.co.kr/lang/eng/faqs/pay.md).

# Contracts and Payments

<details>

<summary><sup><mark style="color:blue;">#contracts #contact</mark></sup><br>How can I inquire about the service contract?</summary>

#### 1) Contact us on the website

On the Pricing plan, fill out the inquiry through the Inquiry button for each service or the Contact, and the person in charge will contact you within 24 hours.

<a href="https://www.wiseapp.co.kr/contact?focusInput=true" class="button primary">Contact</a>

#### 2) Direct Contact

If you contact us by email, a representative will assist you.

* E-mail : <mark style="color:$primary;"><wiseapp@ideaware.co.kr></mark>

</details>

<details>

<summary><sup><mark style="color:blue;">#account</mark></sup><br>How is the account provided?</summary>

Five accounts are provided for each product during the contract period. \
Additional charges apply depending on the number of additional accounts.

</details>

<details>

<summary><sup><mark style="color:blue;">#payment</mark></sup><br>Is it only possible to pay annually?</summary>

We only offer annual payments; sample data, service introductions, and demonstrations allow you to check your content level in advance.

</details>

<details>

<summary><sup><mark style="color:blue;">#payment</mark></sup><br>What are the payment methods?</summary>

Available once a contract has been signed.\
The usage fee is paid by bank transfer, and a tax invoice can be issued.

</details>

***

#### :pencil2: If you still have questions, please contact us directly!

<a href="https://www.wiseapp.co.kr/contact" class="button primary">Contact</a>


---

# 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://guide.wiseapp.co.kr/lang/eng/faqs/pay.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.
