# 블로그 유형 살펴보기

일반적인 Next.js 블로그를 만드는 방식을 살펴보고 Vercel 리더십 블로그를 살펴보며 App Router를 활용해 어떻게 블로그를 만들 수 있는지 실마리를 찾아봅시다.


---

# Agent Instructions: 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:

```
GET https://book.hajoeun.dev/friendly-next-js/part-3-next.js/undefined-2.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
