> 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/budowanie-aplikacji/interfejs-uzytkownika/formularze/biblioteka-komponentow-bazowych/0-struktura-i-nawigacja/nawigacja/link-wewnetrzny-pagenavigationlink.md).

# Link wewnętrzny - PageNavigationLink

Komponent linku do strony. Przenosi użytkownika do strony o wskazanym identyfikatorze mid.

![](/files/3a46ded5cdcddec68a2256c25cc24f2744da7a76)

### PageNavigationLink (Link wewnętrzny)

✅ **Kiedy stosować:**

* Chcesz umożliwić przejście do innej strony formularza.

:x: **Kiedy nie stosować:**

* Potrzebujesz odnośnika do zewnętrznego URL lub innego formularza. **Stosuj**: [ExternalLink](/budowanie-aplikacji/interfejs-uzytkownika/formularze/biblioteka-komponentow-bazowych/0-struktura-i-nawigacja/nawigacja/link-externallink.md)

## Właściwości komponentu

<table><thead><tr><th>Właściwość Eximee Designer</th><th width="183.11669921875">Nazwa atrybutu w Źródle</th><th>Opis</th></tr></thead><tbody><tr><td><strong>Strona docelowa</strong><br>(sekcja <strong>Podstawowe właściwości</strong>)</td><td>pageMid</td><td>Mid strony, do której ma prowadzić link.</td></tr><tr><td><strong>Treść</strong><br>(sekcja <strong>Podstawowe właściwości</strong>)</td><td>text</td><td>Etykieta linku</td></tr></tbody></table>

> Więcej informacji o właściwościach komponentu: [Wspólne właściwości komponentów](/budowanie-aplikacji/interfejs-uzytkownika/formularze/praca-z-komponentami-bazowymi/wspolne-wlasciwosci-komponentow.md)

{% hint style="warning" %}
Uwaga! Link do strony jest nieaktywny na stronie podziękowania, czyli po wysłaniu wniosku!
{% endhint %}

![Ilustracja 1. Wygląd komponentu na wniosku](/files/536cbdd3906d30ab7b3b1d5d8f2c7b0609e19419)

{% hint style="info" %}
Wniosek demo: demoPageNavigationLink
{% endhint %}

{% hint style="info" %}
♿WCAG: [Dobre praktyki WCAG dla low-code dev](/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/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.
