> For the complete documentation index, see [llms.txt](https://docs.eximee.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.eximee.com/documentation/documentation-en/budowanie-aplikacji/interfejs-uzytkownika/formularze/biblioteka-komponentow-bazowych/0-struktura-i-nawigacja/nawigacja/link-wewnetrzny-pagenavigationlink.md).

# Internal link - PageNavigationLink

Page link component. Takes the user to the page with the specified mid identifier.

![](/files/4c2537b409d32fad67b835a197c59371e416e02c)

### PageNavigationLink (Internal link)

✅ **When to use:**

* You want to enable navigation to another form page.

:x: **When not to use:**

* You need a link to an external URL or another form. **Use**: [ExternalLink](/documentation/documentation-en/budowanie-aplikacji/interfejs-uzytkownika/formularze/biblioteka-komponentow-bazowych/0-struktura-i-nawigacja/nawigacja/link-externallink.md)

## Component properties

<table><thead><tr><th>Eximee Designer property</th><th width="183.11669921875">Attribute name in the Source</th><th>Description</th></tr></thead><tbody><tr><td><strong>Target page</strong><br>(section <strong>Basic properties</strong>)</td><td>pageMid</td><td>The mid of the page that the link should lead to.</td></tr><tr><td><strong>Content</strong><br>(section <strong>Basic properties</strong>)</td><td>text</td><td>Link label</td></tr></tbody></table>

> More information about component properties: [Common component properties](/documentation/documentation-en/budowanie-aplikacji/interfejs-uzytkownika/formularze/praca-z-komponentami-bazowymi/wspolne-wlasciwosci-komponentow.md)

{% hint style="warning" %}
Note! The page link is inactive on the thank-you page, that is, after submitting the application!
{% endhint %}

![Illustration 1. Appearance of the component in the application](/files/d4780c4237ab8edad4079d48ede4687694f2cd78)

{% hint style="info" %}
Demo application: demoPageNavigationLink
{% endhint %}

{% hint style="info" %}
♿WCAG: [Good WCAG practices for low-code dev](/documentation/documentation-en/budowanie-aplikacji/proces-biznesowy/tworzenie-procesu-biznesowego-w-bpmn-2.0/dobre-praktyki.md)
{% endhint %}


---

# 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.eximee.com/documentation/documentation-en/budowanie-aplikacji/interfejs-uzytkownika/formularze/biblioteka-komponentow-bazowych/0-struktura-i-nawigacja/nawigacja/link-wewnetrzny-pagenavigationlink.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.
