# 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="/files/rc1dG0vKE6mXpxZ2eicW" 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;


---

# Agent Instructions: 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:

```
GET https://docs.saaster.io/fundementals/administration/system/mappings.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
