# Guides

- [Linear Mobile Apps](https://docs.liquid-gears.com/guides/linear-mobile-apps.md): Linear navigation is the default type of navigation for Mobile apps.
- [Tabbed Mobile Apps](https://docs.liquid-gears.com/guides/tabbed-mobile-apps.md): Tabbed apps display a set of pre-configured tabs with each one providing a distinct functionality to the app, by way of an Integrated Web App.
- [Working with PIP](https://docs.liquid-gears.com/guides/working-with-pip.md)
- [Localisation](https://docs.liquid-gears.com/guides/localisation.md)
- [Analytics](https://docs.liquid-gears.com/guides/analytics.md)
- [Testing Mobile Apps](https://docs.liquid-gears.com/guides/testing-mobile-apps.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.liquid-gears.com/guides.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.
