> 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/interns-onboarding-and-work/introduction.md).

# Introduction

### Internship Nature

* The internship program is currently conducted as an Unpaid Internship Program for skill development and practical learning purposes.
* Interns will receive real work exposure, task handling experience, and professional office environment training.

### Learning & Work Environment

* Interns will be trained through practical office work and live project activities.
* The internship is designed to improve technical skills, communication, discipline, and professional work culture.

#### Task Assignment&#xD;

* Interns will be assigned small and manageable office tasks in the beginning.
* Tasks may include:
* Data entry work
* Content updates
* Documentation work
* Research tasks
* Basic website updates
* Report preparation
* Testing & checking tasks
* Office coordination work

#### **Gradual Work Responsibility**

* Work responsibility will increase gradually based on intern performance, learning capability, and discipline.
* Good-performing interns may get opportunities to work on live projects.

### Office Timing & Discipline

* Interns must follow office timing and office rules properly.
* Professional behavior and discipline are mandatory during internship.

#### **Daily Reporting**

* Interns may be required to submit daily task updates and progress reports.
* Proper communication with reporting seniors is compulsory.

### Attendance Requirement

* Regular attendance is important during the internship period.
* Continuous absence without information may lead to internship termination.

#### **Professional Communication**

* Interns must respond properly on office groups, chats, and official communication channels.
* Delayed response or negligence in communication is not acceptable.

#### **Work Quality & Responsibility**

* Assigned work should be completed seriously and within the given deadline.
* Interns are expected to maintain work quality and learning attitude.

#### **Confidentiality & Office Data**

* Interns must maintain confidentiality of office data, client details, and project information.
* Sharing internal office information outside the organization is strictly prohibited.

#### **Performance Evaluation**

* Internship performance will be evaluated based on:
* Discipline
* Attendance
* Task completion
* Communication
* Learning ability
* Professional behavior

#### **Internship Certificate**

* Internship completion certificate may be provided based on performance, discipline, attendance, and successful completion of assigned work.


---

# 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/interns-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.
