# Resources

- [Sandbox & Examples](https://jsverse.gitbook.io/transloco/resources/sandbox-and-examples.md)
- [Recipes](https://jsverse.gitbook.io/transloco/resources/recipies.md)
- [Prefetch User Language](https://jsverse.gitbook.io/transloco/resources/recipies/prefetch-user-language.md)
- [Using Xliff](https://jsverse.gitbook.io/transloco/resources/recipies/using-xliff.md)
- [Generate Locale Files using Google Translate](https://jsverse.gitbook.io/transloco/resources/recipies/generate-locale-files-using-google-translate.md)
- [Blog Posts](https://jsverse.gitbook.io/transloco/resources/blog-posts.md)
- [Official Posts](https://jsverse.gitbook.io/transloco/resources/blog-posts/transloco-team-posts.md)
- [Transloco Goes Functional: A Guide to Transloco's Functional Transpiler](https://jsverse.gitbook.io/transloco/resources/blog-posts/transloco-team-posts/transloco-goes-functional-a-guide-to-translocos-functional-transpiler.md)
- [Preloading Translations Using Transloco](https://jsverse.gitbook.io/transloco/resources/blog-posts/transloco-team-posts/preloading-translations-using-transloco.md)
- [Needs refactor](https://jsverse.gitbook.io/transloco/resources/blog-posts/transloco-team-posts/needs-refactor.md)
- [Translation Files Validation in Angular with Transloco](https://jsverse.gitbook.io/transloco/resources/blog-posts/transloco-team-posts/translation-files-validation-in-angular-with-transloco.md)
- [From the Community](https://jsverse.gitbook.io/transloco/resources/blog-posts/from-the-community.md)
- [FAQs](https://jsverse.gitbook.io/transloco/resources/faqs.md): A collection of common questions and their answers.


---

# 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://jsverse.gitbook.io/transloco/resources.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.
