# Conclusion

- [Current architectures](https://polylith.gitbook.io/polylith/conclusion/current-arcitectures.md)
- [Advantages of Polylith](https://polylith.gitbook.io/polylith/conclusion/advantages-of-polylith.md): What makes Polylith so simple, fast and fun to work with?
- [Transitioning to Polylith](https://polylith.gitbook.io/polylith/conclusion/should-you-convert-your-system.md): How much will Polylith affect our current codebases and deployment experience?
- [Why the name "Polylith"?](https://polylith.gitbook.io/polylith/conclusion/the-name.md): The name combines the concept of 'many' with the concept of 'stones'.
- [Videos](https://polylith.gitbook.io/polylith/conclusion/videos.md): Screencasts and conference talks to explain Polylith.
- [FAQ](https://polylith.gitbook.io/polylith/conclusion/faq.md): Frequently asked questions.
- [Who made this?](https://polylith.gitbook.io/polylith/conclusion/who-made-polylith.md): The team who created Polylith, and how you can get in touch with us.


---

# 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://polylith.gitbook.io/polylith/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.
