# Appendix 3: StackBlitz links

[Installations](https://stackblitz.com/github/angularbootcamp/todo-list-tutorial-steps/tree/step-01_Installations)

[Angular kicks in](https://stackblitz.com/github/angularbootcamp/todo-list-tutorial-steps/tree/step-02_Angular_kicks_in)

[Component](https://stackblitz.com/github/angularbootcamp/todo-list-tutorial-steps/tree/step-03_Component)

[A new component](https://stackblitz.com/github/angularbootcamp/todo-list-tutorial-steps/tree/step-04_A_new_component)

[Class](https://stackblitz.com/github/angularbootcamp/todo-list-tutorial-steps/tree/step-05_Class)

[Property binding](https://stackblitz.com/github/angularbootcamp/todo-list-tutorial-steps/tree/step-06_Property_binding)

[Event binding](https://stackblitz.com/github/angularbootcamp/todo-list-tutorial-steps/tree/step-07_Event_binding)

[Element ref](https://stackblitz.com/github/angularbootcamp/todo-list-tutorial-steps/tree/step-08_Element_ref)

[The list](https://stackblitz.com/github/angularbootcamp/todo-list-tutorial-steps/tree/step-09_The_list)

[New component todo-item](https://stackblitz.com/github/angularbootcamp/todo-list-tutorial-steps/tree/step-10_New_component_todo-item)

[Add items](https://stackblitz.com/github/angularbootcamp/todo-list-tutorial-steps/tree/step-11_Add_items)

[Refactor App Component](https://stackblitz.com/github/angularbootcamp/todo-list-tutorial-steps/tree/step-12_Refactor_App_Component)

[Adding Style](https://stackblitz.com/github/angularbootcamp/todo-list-tutorial-steps/tree/step-13_Adding_Style)

[Service](https://stackblitz.com/github/angularbootcamp/todo-list-tutorial-steps/tree/step-14_Service)

[Add more abilities to service](https://stackblitz.com/github/angularbootcamp/todo-list-tutorial-steps/tree/step-15_Add_more_abilities_to_service)

[Local storage](https://stackblitz.com/github/angularbootcamp/todo-list-tutorial-steps/tree/step-16_Local_storage)

[Remove item](https://stackblitz.com/github/angularbootcamp/todo-list-tutorial-steps/tree/step-17_Remove_item)

[Adding a checkbox](https://stackblitz.com/github/angularbootcamp/todo-list-tutorial-steps/tree/step-18_Adding_a_checkbox)


---

# 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://ng-girls.gitbook.io/todo-list-tutorial/stackblitz-merge/appendix-3-stackblitz-links.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.
