# About this book

**Inside the Guide**

This guide is a concise collection of spring boot knowledge we picked up over the years of Java development, the sections are divided up as follows:

* **Tutorials - longer format deep dives into topics**
* **Recipes - quick code first solution oriented bites**&#x20;

Any feedback would be very much appreciated at <book@katyella.com>

\
**If you like this content you may want to partner with us for your development needs**

While our guide provides the some quick tips, sometimes achieving your project goals requires a bit more. That's where we come in. At Katyella, we provide US based staff augmentation. Whether you're looking to scale your team quickly or need specific expertise, we're here to help.

Interested in learning more about how we can help bring your projects to the next level? Visit us at [katyella.com](https://katyella.com). Let's make your development journey a shared success.


---

# 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.katyella.com/springboot/about-this-book.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.
