# Summary

That's a wrap everyone, we're now finished with all the chapters of the book.

Although we weren't able to get 100% coverage of our Bookstore API, we have learned how to write automated tests in each layer of our application. You'll be able to use this new-found knowledge going forward and have much more confidence in your code when building new RESTful API endpoints.

To end off at a high note, why don't we all run our tests one more time and appreciate this automated work of beauty.

![I love it when all my tests are passing and all I see is green!](/files/TztnclC0KOihCmm2swD1)


---

# 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.restfulnode.com/part-3/chapter-10/summary.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.
