# Getting Started

## What is 360 Review Club?

an application designed for conducting comprehensive review cycles within an organization. This manual explains how to use the application for both Admins and Staff members.

* **Unlimited Review Cycles and Assignments**

  Say goodbye to limits! Enjoy endless review cycles and assignments without any restrictions.
* **Customizable Forms for Everyone**

  Create as many forms as you need—manager reviews, peer reviews, and self-reviews. Because one size doesn’t fit all!
* **Assign Multiple Reviewers Effortlessly**

  Why do things one by one? Assign multiple reviewers in one go and save time for more important things—like coffee breaks.
* **Flexible Review Scheduling**

  Set it and forget it! Easily schedule when reviews start and end, so you can focus on more important things.

## Key Concepts

* **Admin**: The sole user type with management capabilities over staff data, review cycles, and assignments.
* **Review Cycle**: A structured period during which staff complete reviews of themselves, their peers, and subordinates.
* **Assignments**: Tasks under each review cycle, categorized into Self Review, Peer Review, and Manager Review.
* **Passwordless Authentication**: Staff members receive login links via their email to access the application without a password.

## <mark style="background-color:yellow;">Quick Start</mark>

1. <mark style="background-color:yellow;">Admin signs up and verifies email</mark>
2. <mark style="background-color:yellow;">Imports staff data</mark>
3. <mark style="background-color:yellow;">Creates review cycle and forms</mark>
4. <mark style="background-color:yellow;">Activates cycle</mark>
5. <mark style="background-color:yellow;">Staff receives access and completes reviews</mark>

## Admin Account Management

Read more detail in [For Administrators](/360-review-club-users-manual/for-administrators.md)

## For Staff Members

Read more detail in [For Staff Members](/360-review-club-users-manual/for-staff-members.md)


---

# 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://360-review-club.gitbook.io/360-review-club-users-manual/getting-started.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.
