> For the complete documentation index, see [llms.txt](https://readme.directual.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://readme.directual.com/web-pages/components/link-button.md).

# Link Button

Link Button is made to let your users easily navigate between pages and subpages.

You may configure the button: label, icon, size, color.

There are the following common use cases for the **Link** setting:

* `/page` — go to another web-page with route `/page`
* `./parm` — add parameter to URL. e.g. You are clicking that button on `yourapp.directual.app/catalogue/category`. You'll get to `yourapp.directual.app/catalogue/category/param`
* `../` — go back to one level. `../../` — go back to two levels, etc. You may use such combinations as `../../anotherpage`

You can apply [Templating engine](/template-system/basics-of-template-system/templating-techniques-for-web-pages.md) for the fields **Link** and **Label.**
