> For the complete documentation index, see [llms.txt](https://docs.intranet.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.intranet.ai/app-mobile.md).

# APP MOBILE

- [Introduction](https://docs.intranet.ai/app-mobile/introduction.md): Mobile App is an Intranet.ai tool designed to allow users to access the corporate intranet directly from their mobile devices.
- [Plans](https://docs.intranet.ai/app-mobile/plans.md): In this section you can discover more about our plans.
- [Requirements](https://docs.intranet.ai/app-mobile/requirements.md): In this section, you can find all is needed to customize your App Mobile
- [Installation](https://docs.intranet.ai/app-mobile/installation.md): Here you can find all the information needed to fully understand how the installation processes of our solution will be.
- [Distribution](https://docs.intranet.ai/app-mobile/distribution.md): In this section you can find the distribution's procedures depending on the operation system.
- [Features](https://docs.intranet.ai/app-mobile/features.md): In this section, you will find information on how the app looks and functions.
- [Integrations](https://docs.intranet.ai/app-mobile/integrations.md)
- [Releases](https://docs.intranet.ai/app-mobile/releases.md): In this section, you will find all the releases and versions of our App Mobile.
- [Version 1.1](https://docs.intranet.ai/app-mobile/releases/version-1.1.md): In this section, you can see the main changes of the App Mobile Version 1.1
- [Version 1.2](https://docs.intranet.ai/app-mobile/releases/version-1.2.md): In this section, you can see the latest enhancements of the App Mobile Version 1.2


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.intranet.ai/app-mobile.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
