> For the complete documentation index, see [llms.txt](https://lewe.gitbook.io/teamcal-neo/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://lewe.gitbook.io/teamcal-neo/quick-start-guide.md).

# Quick Start Guide

## Introduction

Ok, you’re here. Probably because someone installed TeamCal Neo and told you to use it. Don’t worry. It is not that difficult and quite intuitive. This Quick Start Guide will help you to find your way around it.

## Registration and Login

Whether you have been given a login or not, you start in the upper right corner of the menu and click on the user icon.

<figure><img src="/files/3S93Uf3VXArDpKobHH6c" alt=""><figcaption></figcaption></figure>

## **Registration**

If you don’t have a login yet, click on “Register”. In the following dialog, enter all your information.

<figure><img src="/files/qTTJKTxUBNMeCfU0B2EZ" alt=""><figcaption></figcaption></figure>

Your user account will be created and, based on the settings, activated right away or the administrator does that manually later. A message will tell you which one it is.

## **Login**

Well, you have done that before. Enter your login credentials and off you go.

<figure><img src="/files/7foTwX46zuPgNLAe7I3t" alt=""><figcaption></figcaption></figure>

## Edit your Profile

Once logged in, you can edit your profile and set several options there including the selection or upload of an avatar. In order to do so, select “Edit Profile” from the user menu in the upper right.

<figure><img src="/files/EGL2IHw1Yf6xMjEPcDgV" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/qhIlhdbVzID1vDW6K8Yu" alt=""><figcaption></figcaption></figure>

## Viewing the Calendar

Once you are logged in, you might want to look at the calendar first. Select “Calendar (Month)” from the View menu.

<figure><img src="/files/sDx53ioBgdsaU22HUznD" alt=""><figcaption></figcaption></figure>

Based on your permissions and the configuration you will see all or a subset of users and their absences.

## Editing your Calendar

If you want to add absence for yourself, select “Personal Calendar” from the Edit menu.

In the following dialog, you can check the absences you want to set for yourself in the current month.

<figure><img src="/files/SfTjLiqbjA8kBCTK8aga" alt=""><figcaption></figcaption></figure>

Based on the configuration, your absence requests will be saved right away or your manager will be informed about them. He can then approve/set them.

<figure><img src="/files/UOaoimKPTQ57A10YcZYH" alt=""><figcaption></figcaption></figure>

## Outroduction

Well, that’s basically it. All the other neat stuff you can do with TeamCal Neo can be found elsewhere in this manual. Select the topic you want to learn about from the navigation bar on the left.

I hope TeamCal Neo fits your needs.


---

# 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, and the optional `goal` query parameter:

```
GET https://lewe.gitbook.io/teamcal-neo/quick-start-guide.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
