# Mappings

The mappings are used to make the URL readable. At the same time, they are used for rights management and security measures.

They are divided into ***Custom mappings*** and ***System mappings***. Each mapping points to the corresponding path without showing the path in the URL.

## Custom mappings

Custom mappings are used by SaaS providers who develop an application using saaster. These mappings should never be touched by any updates.

### Add new mapping

<figure><img src="https://4165049393-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FuUY7tl3j0xMLQbwSQOYv%2Fuploads%2FgxEJaewKEO0Z30N2pVu5%2Fimage.png?alt=media&#x26;token=34deec5d-f0cc-400d-ac80-d45c3fca7325" alt=""><figcaption></figcaption></figure>

<table><thead><tr><th width="205">Field</th><th>Description</th></tr></thead><tbody><tr><td>Mapping</td><td>The desired display in the URL, beginning at the <code>root</code>.</td></tr><tr><td>Path</td><td>The file that must be called with the mapping, beginning at the <code>root</code>.</td></tr><tr><td>Users</td><td>If this flag is set, <em>users</em> and every following user can access this page.</td></tr><tr><td>Only Super Admins</td><td>If this flag is set, <em>Super Admins</em> and <em>Sys Admins</em> can access this page.</td></tr><tr><td>Only Sys Admins</td><td>If this flag is set, only <em>Sys Admins</em> can access this page.</td></tr></tbody></table>

## System Mappings

The system mappings are used by developers of the saaster project. Please never change these values, as these mappings are used directly in the code. If you change the system mappings, saaster may no longer run properly.&#x20;
