# Delegate Access

## Overview

An employee with admin access can assign assistants to employees in Skovik. An assistant will have full access to the other account, allowing them to submit reports, review reports and make changes as if they were the other person.

It is common to use this feature for personal assistants who are helping their managers with their expenses. It is also a good tool when troubleshooting Skovik, as an admin may log into an account and see the potential issue themselves.

{% hint style="info" %}
This feature has to be activated by the Skovik support. Reach out to <support@skovik.com> to request activation.&#x20;
{% endhint %}

## Delegate access to an employee

* Go to **Settings** -> **Employees** -> an individual employee.
* Add another person, or yourself, as the assistant for the chosen employee.
* The person chosen as the assistant can now change account. The user clicks on their name and chooses **Switch Person** in the tiny popup.


---

# 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/delegate-access.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.
