# NextJS

- [Hướng dẫn NextJS cho người mới bắt đầu](https://blogs.nhquydev.net/nodejs/nextjs/huong-dan-nextjs-cho-nguoi-moi-bat-dau.md)
- [Parallel Routes trong Next.js](https://blogs.nhquydev.net/nodejs/nextjs/parallel-routes-trong-next.js.md): Parallel Routes là một tính năng mạnh mẽ trong Next.js App Router, cho phép bạn định nghĩa và hiển thị nhiều route song song trong một ứng dụng.
- [Hướng dẫn cấu hình Swagger trong NextJS](https://blogs.nhquydev.net/nodejs/nextjs/huong-dan-cau-hinh-swagger-trong-nextjs.md)


---

# 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://blogs.nhquydev.net/nodejs/nextjs.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.
