> For the complete documentation index, see [llms.txt](https://innertrip.gitbook.io/sellerguide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://innertrip.gitbook.io/sellerguide/onboard/faq.md).

# 자주 묻는 질문

## 견적 <a href="#order" id="order"></a>

<details>

<summary>견적서를 수정하고 싶어요.</summary>

</details>

<details>

<summary>고객이 상품 취소를 요청했어요.</summary>

</details>

<details>

<summary>세부 금액을 변경해도 되나요?</summary>

</details>

## 상품 등록 <a href="#prod" id="prod"></a>

<details>

<summary>상품에 유튜브 링크를 붙여넣기 해도 제대로 나오지 않아요.</summary>

영상의 공유 링크가 아닌, 임베드 링크를 붙여넣기 해야합니다. 유튜브에서 임베드 링크를 확인하는 방법을 알려 드리겠습니다.

![](/files/GRAoZtmwchMoIu0DyYAP) ➊ 공유 버튼을 클릭해 주세요.

<img src="/files/7ZJJQJdrnndkyXio3eAI" alt="" data-size="original"> ➋ 퍼가기 버튼을 클릭해 주세요.

<img src="/files/uRjldqXo7LGw6tBSI7sC" alt="" data-size="original"> ➌ src= 뒤에 있는 따옴표 사이의 링크를 복사해 주세요.

</details>

## 기타 <a href="#etc" id="etc"></a>

<details>

<summary>이용일이 다가오는데 고객에게 답장이 없어요.</summary>

</details>

<details>

<summary>고객에게 다른 상품을 추천해도 되나요?</summary>

</details>


---

# 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://innertrip.gitbook.io/sellerguide/onboard/faq.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.
