> For the complete documentation index, see [llms.txt](https://docs.kisrec.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.kisrec.com/setup-your-account/introduction.md).

# Introduction

<figure><img src="/files/2RkrJeto1umcI0Vy4dTf" alt=""><figcaption><p>KISREC User Interface</p></figcaption></figure>

## Navigation

Use the main navigation menu to quickly access the main areas of the KISREC system.

## Notifications

You will receive notifications when important system events occur. Press the bell icon to display and read your notifications.&#x20;

## Page Layout

We provide 3 different user interface layouts. Press the layout icon to change to a preferred layout.

## User Menu

This menu provides access to to your user profile settings. You can also access the Help Docs, Video Guides and the System Status Page from this menu.

## Admin Area

Here is where you can access your KISREC system configuration settings, as well as other admin only functions.

{% hint style="warning" %}
The Admin Area is only accessible if your user account has been granted the Administrator permission.
{% endhint %}

## Context Menu's

A context menu is a pop-up menu that provides shortcuts for actions you might want to take.

Context menu's can be shown by pressing the ![](/files/W0Yw3YJukqp4BAEr6jJT) icon. This icon is called a kebab menu, also known as the three dots menu and are used throughout the KISREC application.

In the following example, the context menu has been shown for one of the items in the candidate search results.

<figure><img src="/files/3c3d90urpx6QFlCpkCaR" alt=""><figcaption><p>Search Results - Candidate Context Menu</p></figcaption></figure>

## Responsive User Interface

The KISREC user interface automatically adjusts to your device screen size.&#x20;

On smaller screens such as mobile phones, the main navigation will be hidden. You can access the main navigation by pressing the reveal navigation button as shown below.

<figure><img src="/files/0YyKobwhILzZwMCCk6QW" alt=""><figcaption><p>Responsive Mobile User Interface</p></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.kisrec.com/setup-your-account/introduction.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.
