# Conclusion

In this part, we have illustrated how to implement the frontend side of the Book Management System module.&#x20;

Though not in detailed way, but we have covered multiple concepts such as Component Navigation, Forms Handling, Event Binding, API Communication via HTTP Client and so on. These concepts should be enough to help you implement the frontend part of your module. If you have encountered any problems, you can refer the Book Management System repositories ([backend ](https://github.com/MedTech-CS321/smuportal-backend/tree/Book-Tutorial)and [frontend](https://github.com/MedTech-CS321/smuportal-frontend/tree/book-tutorial)) where you can find the full code base and please make sure that you have followed the steps thoroughly.

Other than that, good luck and happy coding 🎉!


---

# 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://smu-portal.gitbook.io/get-started/book-module-tutorial/frontend/conclusion.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.
