> For the complete documentation index, see [llms.txt](https://help.qshop.ai/customer_support/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.qshop.ai/customer_support/guide/design/editor/contents/advanced/rssfeed.md).

# RSS 피드

RSS피드 블록은, 네이버 블로그에 작성이 된 게시글을 연동하는 기능으로, 사이트를 통해 한눈에 블로그의 글을 확인 할 수 있고, 게시글을 클릭하여 블로그로 이동을 할 수 있습니다.

자세한 연동 방법은 아래 가이드를 참고 부탁드립니다.

## 1. RSS 피드 복사하기

1-1. 사용하고 있는 네이버 블로그로 들어갑니다.

1-2. 블로그의 왼쪽 검색창아래에 위치한 \[RSS 2.0]을 클릭합니다.

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

1-3. 브라우저의 RSS 주소를 복사합니다.

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

## 2. RSS 적용하기

2-1. 디자인 에디터로 접속합니다. ([에디터 접속하기](/customer_support/guide/design.md#undefined-1))

2-2. 추가패널의 \[고급 > RSS 피드 블록]을 추가합니다.&#x20;

{% hint style="info" %}
**\[고급 블록(단축키 A) > 테이블(단축키 R)]**&#xB97C; 통해 블록을 추가 할 수 있습니다.\
자세한 방법은 \[[블록 추가하기](/customer_support/guide/design/editor/contents.md#id-1-1)] 가이드를 참고 부탁드립니다.
{% endhint %}

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

2-3. RSS 피드 블록의 상세설정을 열어, \[1-3 과정]에서 복사한 RSS 주소를 등록합니다.

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

2-4. 이후 스타일 항목을 통해 보여지게 될 블로그의 피드 갯수 / 간격 등을 설정합니다.

{% hint style="info" %}
등록 된 피드는 최신글을 기준으로 최대 9개까지 노출이 가능합니다.
{% endhint %}

2-5. 설정한 내용이 모두 보이도록 블록의 크기를 조절합니다.

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

2-6. 모든 설정을 완료하였다면 저장 후 게시하기 버튼을 클릭하여, 사이트에 반영을 합니다.


---

# 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.qshop.ai/customer_support/guide/design/editor/contents/advanced/rssfeed.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.
