# Outlinx Mobile App Guide

Welcome to the user guide for the Outlinx mobile app. We designed our app to be as intuitive as possible. But if you would like some extra help, or get stuck, you can find pretty much anything you need to know in this guide. If the information you're looking for isn't here feel free to reach out to us at <support@outlinx.app>


---

# 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.outlinx.app/outlinx-mobile-app-guide.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.
