# Three Notebooks Completion Checklist

#### Notebook 1: Tenant & Common Masters

* \[ ] Authentication successful
* \[ ] Tenant(s) created
* \[ ] Branding uploaded
* \[ ] Departments created
* \[ ] Designations created
* \[ ] Complaint types created

#### Notebook 2: Boundary Setup

* \[ ] Authentication successful
* \[ ] Hierarchy created/selected
* \[ ] Template generated
* \[ ] Boundaries filled
* \[ ] Boundaries processed successfully

#### Notebook 3: Employee Onboarding

* \[ ] Authentication successful
* \[ ] Dynamic template generated
* \[ ] Employees filled
* \[ ] Employees uploaded
* \[ ] All employees SUCCESS or corrected

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

#### When to Use Which Approach?

<table><thead><tr><th width="292.55859375">Scenario</th><th>Recommended Approach</th></tr></thead><tbody><tr><td>First-time complete setup</td><td>Single DataLoader.ipynb OR all 3 notebooks</td></tr><tr><td>Only adding new employees</td><td>Notebook 3 only</td></tr><tr><td>Only adding new boundaries</td><td>Notebook 2 only</td></tr><tr><td>Different teams for different phases</td><td>3 separate notebooks</td></tr><tr><td>Re-running failed phase</td><td>Specific notebook only</td></tr><tr><td>Learning/Training</td><td>3 separate notebooks (easier to understand)</td></tr></tbody></table>


---

# 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://docs.digit.org/complaints-management/complaints-resolution-v2.10/deploy/setup/production-setup/deploy-complaints-management/alternative-approach/three-notebooks-completion-checklist.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.
