> For the complete documentation index, see [llms.txt](https://docs.aiflo.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.aiflo.app/onboarding/onboarding-process/start-onboarding-process.md).

# Start Onboarding Process

Once you configure onboarding task you can start onboarding process

Go to Offered candidate and Click on **Start Onboarding** button

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

Once you click on **Start onboarding** button, Onboarding process will start and task assign to assigned user or team

User login with his login id & password and go to Onboarding app who has assigned onboarding task

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

Go to Offered candidate menu and click on **Candidate Name** whose onboarding process is started

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

Complete assigned task and click on **Save** button

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

Once all onboarding task are completed you need to go to **Completion**

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

Before completing onboarding process shows **In progress** status

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

Once you click on Complete button onboarding process is completed and candidate is added in employees

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

Last updated 23 December 2025


---

# 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://docs.aiflo.app/onboarding/onboarding-process/start-onboarding-process.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.
