# BackboneJS

- [Backbone Model 프로토타입에 메서드 구현하기](https://simian114.gitbook.io/blog/undefined/backbonejs/backbone-model.md)
- [BackboneJS의 각 요소의 역할과 책임을 확실히 이해하자](https://simian114.gitbook.io/blog/undefined/backbonejs/backbonejs.md)
- [Window 이벤트를 listenTo로 감시하기](https://simian114.gitbook.io/blog/undefined/backbonejs/window-listento.md)
- [뷰 자신이 자신을 지워야 할 때를 감지하려면 어떻게 해야하는가?](https://simian114.gitbook.io/blog/undefined/backbonejs/undefined.md)
- [백본 VIEW의 remove와 jquery의 remove 는 다르다!](https://simian114.gitbook.io/blog/undefined/backbonejs/view-remove-jquery-remove.md)
- [백본 컬렉션 URL에 쿼리 붙이기](https://simian114.gitbook.io/blog/undefined/backbonejs/url.md)
- [index.html.erb와 BackboneJS의 결합](https://simian114.gitbook.io/blog/undefined/backbonejs/index.html.erb-backbonejs.md)
- [백본 모델과 컬렉션에서 fetch 를 통해 JSON 가져오기!](https://simian114.gitbook.io/blog/undefined/backbonejs/fetch-json.md)
- [모델은 urlRoot, 컬렉션은 url](https://simian114.gitbook.io/blog/undefined/backbonejs/urlroot-url.md)
- [ISSUE](https://simian114.gitbook.io/blog/undefined/backbonejs/issue.md)
- [Absolute Beginner](https://simian114.gitbook.io/blog/undefined/backbonejs/absolute-beginner.md)
- [Part1](https://simian114.gitbook.io/blog/undefined/backbonejs/absolute-beginner/part1.md): Backbone은 프레임워크가 아니라 라이브러리다.
- [Part2](https://simian114.gitbook.io/blog/undefined/backbonejs/absolute-beginner/part2.md): Models, Collection and Views
- [Part3](https://simian114.gitbook.io/blog/undefined/backbonejs/absolute-beginner/part3.md): CRUD!
- [Part4](https://simian114.gitbook.io/blog/undefined/backbonejs/absolute-beginner/part4.md): 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://simian114.gitbook.io/blog/undefined/backbonejs.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.
