## Preparations (Admin Console)
* login using Administrator account (not `root` user)
* go to {nav Website & Content > Structure & Data} section
* click on `Tools` button in the toolbar
* select `Edit Current Section` option
* **confirm, that `Properties` tab is visible**
* click on `Permissions` tab
* set permissions for `admin` user group on `In-Link` tab according to {F45103}
* go to `Properties` tab
* set `#in-link/item_design#` to the `Link Item Template` field
* save changes by pressing `Save` toolbar button
* click on `Links` tab
* use `New Link` toolbar button to create link, that has:
* `Status` radio button is `Active`
* `Parent Section` dropdown is `Home`
* `Editors Pick` checkbox is checked
## Part 1 (without mod-rewrite)
NOTE: Replace `http://www.domain.tld/path/to/in-portal/` with your In-Portal installation location.
# in Admin Console
* go to {nav Configuration > Website > Advanced} section
* uncheck `Enable SEO-friendly URLs mode (MOD-REWRITE)` setting and save changes
# on Front-End
* go to `http://www.domain.tld/path/to/in-portal/` url (no `index.php` part)
* confirm that created link is shown in `Editor's Pick Links` block
* click on logo (top left corner)
* confirm, that URL was changed into `http://www.domain.tld/path/to/in-portal/index.php?env=-index%3Am0-1-1-1-s-`
* confirm that created link is shown in `Editor's Pick Links` block
* click on link name
* confirm, that clicked link detail page was opened (ignore fact, that navigation bar looks like `Home >`)
## Part 2 (with mod-rewrite)
NOTE: Replace `http://www.domain.tld/path/to/in-portal/` with your In-Portal installation location.
# in Admin Console
* go to {nav Configuration > Website > Advanced} section
* check `Enable SEO-friendly URLs mode (MOD-REWRITE)` setting and save changes
# on Front-End
* go to `http://www.domain.tld/path/to/in-portal/` url (no mod-rewrite url part)
* confirm that created link is shown in `Editor's Pick Links` block
* click on logo (top left corner)
* confirm, that URL stayed the same
* click on link name
* confirm, that clicked link detail page was opened (ignore fact, that navigation bar looks like `Home >`)