# Handbooks

## Overview

Employees with the Admin or Finance role may create, update and remove handbooks within Skovik. The handbooks are visible to the employee both on the webpage and in the app.

## Edit handbooks

To add, edit or remove a handbook:

* Go to **Settings --> Handbooks.**
* If your company has multiple branches, choose the correct branch in the menu.
* You can choose to add a handbook for expenses, mileages or per diems.

## Customise handbooks

Your company handbooks can be customised using the formatting language Markdown. With Markdown, you can create headlines, lists, horizontal dividers and more.

<table><thead><tr><th width="190.33333333333331">End results</th><th>Example</th></tr></thead><tbody><tr><td>Italic text</td><td>Remember to *always* submit a receipt image</td></tr><tr><td>Bold text</td><td>A receipt **must** be included</td></tr><tr><td>Headline 1</td><td> # Overview</td></tr><tr><td>Headline 2</td><td> ## Summary</td></tr><tr><td>Insert Links</td><td>[Link](https://examle.com/page)</td></tr><tr><td>Bullet points</td><td> A list of features in Skovik:<br>- Expenses<br>- Mileages<br>- Per diems</td></tr><tr><td>Horizontal divider</td><td>Insert three dashes after a section if you want to add a horizontal divider<br>---</td></tr></tbody></table>

&#x20;There are additional formatting available with markdown. More details can be found on this [**webpage**](https://commonmark.org/help/).


---

# 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.skovik.com/for-finance-and-hr/handbooks.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.
