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

# Navigation functions

- [APPMODE](https://docs.nedyx.com/nedyx/clearlines-functions/navigation-functions/appmode.md): Returns the current mode of the app.
- [APPNAME](https://docs.nedyx.com/nedyx/clearlines-functions/navigation-functions/appname.md): Returns the name of the current app.
- [CLOSE](https://docs.nedyx.com/nedyx/clearlines-functions/navigation-functions/close.md): Closes the current page.
- [GETPAGES](https://docs.nedyx.com/nedyx/clearlines-functions/navigation-functions/getpages.md): Returns a range with information about the pages of the navigation tab.
- [GETURLPARAM](https://docs.nedyx.com/nedyx/clearlines-functions/navigation-functions/geturlparam.md): Returns the value of a key from the current web page url.
- [MESSAGE](https://docs.nedyx.com/nedyx/clearlines-functions/navigation-functions/message.md): Shows a text in a message window.
- [OPEN](https://docs.nedyx.com/nedyx/clearlines-functions/navigation-functions/open.md): Opens a page
- [OPENWEBPAGE](https://docs.nedyx.com/nedyx/clearlines-functions/navigation-functions/openwebpage.md): Opens a web page based on a url.
- [PAGE](https://docs.nedyx.com/nedyx/clearlines-functions/navigation-functions/page.md): Returns the name of the previous page, which is helpful for popup pages.
- [QUESTION](https://docs.nedyx.com/nedyx/clearlines-functions/navigation-functions/question.md): Opens a question window and returns the answer selected by the user.
- [STARTTIMER](https://docs.nedyx.com/nedyx/clearlines-functions/navigation-functions/starttimer.md): Starts a timer that executes a widget action at regular intervals.
- [STOPTIMER](https://docs.nedyx.com/nedyx/clearlines-functions/navigation-functions/stoptimer.md): Stops a running timer.
- [TIMERLIST](https://docs.nedyx.com/nedyx/clearlines-functions/navigation-functions/timerlist.md): Returns information about all currently running timers in the current app.


---

# 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:

```
GET https://docs.nedyx.com/nedyx/clearlines-functions/navigation-functions.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.
