> For the complete documentation index, see [llms.txt](https://village-labs.gitbook.io/coworker-product-and-developer-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://village-labs.gitbook.io/coworker-product-and-developer-docs/welcome-to-coworker/self-service-onboarding.md).

# Self Service Onboarding

Uploading Your Org Chart

To upload your org chart, you should upload a .csv with the following columns, in order:

1. First name
2. Last name
3. Work email
4. Title
5. User role type
6. Manager email
7. Start date
8. Org
9. Teams (comma separated)

:point\_right: [**Download a template here**](https://docs.google.com/spreadsheets/d/1qa_N1-bW7xn96HIEzRhkDneATG__urO2rhos2zwwKhI/edit?gid=0#gid=0) :point\_left:

{% hint style="info" %}
TIP: Use AI to generate the .csv file for you! You can use a tool like ChatGPT to turn an org chart from your HRIS system. Just copy and paste the directions above, upload your existing org chart, and request the AI to give you a .csv with the requested columns
{% endhint %}

<figure><img src="/files/1Zh8Pt89zRwq6tlLBsFb" alt=""><figcaption></figcaption></figure>

#### Why it matters

This org chart is very important to Coworker. It determines org chart, report customization, and team composition.&#x20;

**User role types**

<table><thead><tr><th width="157.390625">role</th><th width="292.9296875">Definition</th><th width="296.83203125">When to use</th></tr></thead><tbody><tr><td>Admin</td><td>Member + full administrative access to your network</td><td>For key owners that manage connectors, configurations and teams</td></tr><tr><td>Member</td><td>Login access to Coworker. Generated reports and able to receive comms/reports</td><td>Recommended: Most common access for most users</td></tr><tr><td>Passive</td><td>No login access to your Coworker network. Generated reports and not able to receive comms</td><td>For users that you want to restrict access to Coworker but their activity is meaningful for Members and Admins</td></tr><tr><td>NonMember</td><td>No login access to your Coworker network. No generated reports. Not able to receive comms</td><td>Uncommon: Simply to identify who these users are and their activity is not meaningful or they have been offboarded</td></tr></tbody></table>


---

# 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://village-labs.gitbook.io/coworker-product-and-developer-docs/welcome-to-coworker/self-service-onboarding.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.
