> For the complete documentation index, see [llms.txt](https://help.stibee.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.stibee.com/tip.md).

# 활용 팁

- [발송 성과 개선하기](https://help.stibee.com/tip/improve-sending-performance.md)
- [발송 성공률 높이기](https://help.stibee.com/tip/improve-sending-performance/improve-delivery-rate.md)
- [이메일 스팸 표시 방지하기](https://help.stibee.com/tip/improve-sending-performance/prevent-email-spam-marking.md)
- [오픈율 개선하기](https://help.stibee.com/tip/improve-sending-performance/improve-open-rates.md)
- [자동 이메일 활용하기](https://help.stibee.com/tip/use-auto-email.md)
- [광고성 정보 수신 동의 여부 정기적으로 확인하기](https://help.stibee.com/tip/agree-to-receive-advertising-information.md)
- [스티비의 발송 서버 예외 처리하기](https://help.stibee.com/tip/send-server-permit-list.md)
- [친구를 초대한 구독자에게 보상 주기](https://help.stibee.com/tip/rewards-for-referring-friends.md)
- [시즌제 유료 뉴스레터 운영하기](https://help.stibee.com/tip/seasonal-paid-newsletter-management.md)
- [유료 뉴스레터 구독 할인 혜택 제공하기](https://help.stibee.com/tip/offer-discounts.md)
- [카페24 회원에게 자동 이메일 보내기](https://help.stibee.com/tip/cafe24.md)
- [카페24 회원에게 웰컴 이메일 보내기](https://help.stibee.com/tip/cafe24/welcome-email-cafe24-members.md)
- [카페24 회원에게 기념일 축하 이메일 보내기](https://help.stibee.com/tip/cafe24/anniversary-email.md)
- [카페24 회원에게 구매 유도 이메일 보내기](https://help.stibee.com/tip/cafe24/purchase-email.md)
- [Zapier로 구독자 연동하기](https://help.stibee.com/tip/how-to-use-zapier.md)
- [구글 설문지로 새로운 구독자 연동하기](https://help.stibee.com/tip/how-to-use-zapier/google-forms.md)
- [타입폼으로 새로운 구독자 연동하기](https://help.stibee.com/tip/how-to-use-zapier/typeform.md)
- [구글 스프레드시트로 새로운 구독자 연동하기](https://help.stibee.com/tip/how-to-use-zapier/spreadsheets.md)


---

# 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://help.stibee.com/tip.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.
