> For the complete documentation index, see [llms.txt](https://cyberpassion.gitbook.io/internal-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cyberpassion.gitbook.io/internal-docs/employee-onboarding-and-work/introduction.md).

# Introduction

Welcome to Cyberpassion. The Employee Onboarding process is designed to help new team members understand the company's work culture, policies, responsibilities, and operational procedures. A smooth onboarding process ensures that employees can quickly adapt to their roles and contribute effectively to organizational goals.

### Employee Joining Process

All newly hired employees are required to complete the onboarding process before starting their assigned work.

#### Required Documents

Employees must submit the following documents:

* Updated Resume
* Aadhaar Card Copy
* PAN Card Copy
* Passport Size Photograph
* Educational Certificates
* Bank Account Details

The HR department will verify all submitted documents before confirming employment.

***

### Work Assignment

After successful onboarding, employees will receive:

* Department Assignment
* Reporting Manager Details
* Project or Task Allocation
* Access to Required Software and Tools

Employees are expected to complete assigned tasks within the given timelines and maintain work quality standards.

***

### Working Hours

#### Office Schedule

* Office Timing: 10:00 AM to 6:00 PM
* Lunch Break: 1:30 PM to 2:00 PM
* Weekly Off: Sunday

Employees are expected to maintain punctuality and follow the official working schedule.

***

### Attendance Policy

Regular attendance is mandatory for all employees.

#### Attendance Guidelines

* Mark attendance upon arrival.
* Maintain punctuality.
* Inform the reporting manager in case of absence.
* Work From Home (WFH) is permitted only with prior approval from management.

Unauthorized absence may affect performance evaluation.

***

### Daily Work Reporting

Employees are required to provide regular updates regarding their assigned tasks.

#### Reporting Requirements

* Submit daily work updates.
* Share task progress with the reporting manager.
* Complete assigned responsibilities within deadlines.
* Participate in team meetings when required.

Regular reporting helps improve project management and team coordination.

***

### Communication Standards

Professional communication is essential within the organization.

#### Communication Guidelines

* Maintain respectful behavior with colleagues and clients.
* Use official communication channels for work-related discussions.
* Respond to emails and messages in a timely manner.
* Protect confidential company and client information.

***

### Performance Expectations

Every employee is expected to:

* Deliver quality work.
* Meet assigned deadlines.
* Follow company policies and procedures.
* Work collaboratively with team members.
* Continuously improve professional skills and knowledge.

***

### Information Security & Confidentiality

Employees are responsible for maintaining the security of company resources and client data.

#### Security Guidelines

* Do not share passwords with anyone.
* Do not install unauthorized software.
* Keep company and client information confidential.
* Use company resources responsibly and professionally.

Any violation of security policies may result in disciplinary action.

***

### Leave Policy

Employees must follow the official leave process.

#### Leave Procedure

* Submit leave requests in advance whenever possible.
* Inform the reporting manager before taking leave.
* Notify HR in case of emergency leave.
* Obtain approval before proceeding on planned leave.

***

### Employee Responsibilities

All employees are expected to:

* Follow organizational policies.
* Maintain professionalism.
* Respect workplace ethics.
* Support team objectives.
* Contribute positively to the company's growth and success.

***

### Conclusion

Cyberpassion is committed to creating a professional, productive, and growth-oriented work environment. Every employee plays an important role in achieving organizational success through dedication, teamwork, and continuous improvement.

**Together We Learn, Work, and Grow.**

####


---

# 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://cyberpassion.gitbook.io/internal-docs/employee-onboarding-and-work/introduction.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.
