# Conclusion

- [Official Book!](https://docs.saloon.dev/conclusion/official-book.md)
- [How-to Guides](https://docs.saloon.dev/conclusion/how-to-guides.md): This page contains a collection of useful start-to-finish guides for doing specific things in Saloon.
- [Improving Speed With Laravel](https://docs.saloon.dev/conclusion/how-to-guides/improving-speed-with-laravel.md)
- [Per-request Authentication](https://docs.saloon.dev/conclusion/how-to-guides/per-request-authentication.md)
- [Tutorials & Blog Posts](https://docs.saloon.dev/conclusion/tutorials.md)
- [Showcase](https://docs.saloon.dev/conclusion/showcase.md)
- [Known Issues](https://docs.saloon.dev/conclusion/known-issues.md)
- [What's new in v3](https://docs.saloon.dev/conclusion/whats-new-in-v3.md)
- [Credits](https://docs.saloon.dev/conclusion/credits.md)


---

# 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://docs.saloon.dev/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.
