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

# Navigation actions

## Current page title

To get current page title:

1. Open Actions Editor
2. Select required action or add new
3. Open Argument panel
4. Select Property from Type list
5. Select Project from Object list
6. Select Property > Project > current page title from Property list

<div align="left"><img src="/files/-MIxukR4qnKvIn19crxe" alt=""></div>

## Current page number

To get current page number:

1. Open Actions Editor
2. Select required action or add new
3. Open Argument panel
4. Select Property from Type list
5. Select Project from Object list
6. Select Property > Project > current page number from Property list

<div align="left"><img src="/files/-MIxukR32_xSW74HWPiE" alt=""></div>

## Previous page title

To get previous page title:

1. Open Actions Editor
2. Select required action or add new
3. Open Argument panel
4. Select Property from Type list
5. Select Project from Object list
6. Select Property > Project > previous page title from Property list

<div align="left"><img src="/files/-MIxukRC6fZgoUUq_ZvW" alt=""></div>

## Previous page number

To get previous page number:

1. Open Actions Editor
2. Select required action or add new
3. Open Argument panel
4. Select Property from Type list
5. Select Project from Object list
6. Select Property > Project > previous page number from Property list

<div align="left"><img src="/files/-MIxukRBHVc6ZryKYq2Y" alt=""></div>

## Count pages

To get pages count:

1. Open Actions Editor
2. Select required action or add new
3. Open Argument panel
4. Select Property from Type list
5. Select Project from Object list
6. Select Property > Project > count pages from Property list

<div align="left"><img src="/files/-MIxukR2Bgg6ytw0wgim" alt=""></div>

## Go to specific page

<div align="left"><img src="/files/-MIxukR6pbEBDPkVbq-E" alt=""></div>

To go to specific page:

1. Open Actions Editor
2. Select required action or add new
3. Double click Target cell and select Project
4. Double click Action cell and select Actions > Go to page
5. Open Argument panel
6. Select required page from Value list

## Go to specific page number

<div align="left"><img src="/files/-MIxukR7cf1fViLmMrcq" alt=""></div>

To go to specific page number:

1. Open Actions Editor
2. Select required action or add new
3. Double click Target cell and select Project
4. Double click Action cell and select Actions > Go to page number
5. Open Argument panel
6. Select Const from Type list
7. Enter page number in Value field

## Go to next page

To go to next:

1. Open Actions Editor
2. Select required action or add new
3. Double click Target cell and select Project
4. Double click Action cell and select Actions > Next

<div align="left"><img src="/files/-MIxukR9ooumUMKooBHo" alt=""></div>

## Go to previous page

To go to prev:

1. Open Actions Editor
2. Select required action or add new
3. Double click Target cell and select Project
4. Double click Action cell and select Actions > Prev

<div align="left"><img src="/files/-MIxukRAfLQD3HNZOTDB" alt=""></div>

## Enter page event

To run action on page enter:

1. Open Actions Editor
2. Select required action or add new
3. Double click Source cell and select Project
4. Double click Event cell and select Enter page

<div align="left"><img src="/files/-MIxukR5h8-Ev-3P21vr" alt=""></div>

## Leave page event

To run action on page leave:

1. Open Actions Editor
2. Select required action or add new
3. Double click Source cell and select Project
4. Double click Event cell and select Leave page

<div align="left"><img src="/files/-MIxukR8ZIjyj5-rQtxc" alt=""></div>


---

# 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.flipabit.dev/layers/navigation-layer/navigation-actions.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.
