> 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.md).

# Welcome to Coworker.ai

- [Welcome to Coworker](https://village-labs.gitbook.io/coworker-product-and-developer-docs/welcome-to-coworker/welcome-to-coworker.md): Explore our guides & examples to get started.
- [Self Service Onboarding](https://village-labs.gitbook.io/coworker-product-and-developer-docs/welcome-to-coworker/self-service-onboarding.md)
- [Help Pages](https://village-labs.gitbook.io/coworker-product-and-developer-docs/welcome-to-coworker/help-pages.md)
- [Adding and Deleting Users](https://village-labs.gitbook.io/coworker-product-and-developer-docs/welcome-to-coworker/help-pages/adding-and-deleting-users.md)
- [Mapping Users to Source tool IDs](https://village-labs.gitbook.io/coworker-product-and-developer-docs/welcome-to-coworker/help-pages/mapping-users-to-source-tool-ids.md)
- [How to follow or unfollow other users](https://village-labs.gitbook.io/coworker-product-and-developer-docs/welcome-to-coworker/help-pages/how-to-follow-or-unfollow-other-users.md)
- [Configuring & Removing Daily Slack Notification Whitelist](https://village-labs.gitbook.io/coworker-product-and-developer-docs/welcome-to-coworker/help-pages/configuring-and-removing-daily-slack-notification-whitelist.md): How to add or remove users from the Slack Notifications Whitelist (or remove the Whitelist altogether) so more users can receive Atlas Slack notifications and login to the tool.
- [Changing the Reporting Lines & Teams](https://village-labs.gitbook.io/coworker-product-and-developer-docs/welcome-to-coworker/help-pages/changing-the-reporting-lines-and-teams.md)
- [Following Custom Reports](https://village-labs.gitbook.io/coworker-product-and-developer-docs/welcome-to-coworker/help-pages/following-custom-reports.md)
- [Google Drive Privacy: When will my documents appear in Village Reports?](https://village-labs.gitbook.io/coworker-product-and-developer-docs/welcome-to-coworker/help-pages/google-drive-privacy-when-will-my-documents-appear-in-village-reports.md)
- [Custom Reports](https://village-labs.gitbook.io/coworker-product-and-developer-docs/welcome-to-coworker/custom-reports.md)
- [Creating Team Reports](https://village-labs.gitbook.io/coworker-product-and-developer-docs/welcome-to-coworker/custom-reports/creating-team-reports.md): Creating Team Reports allows you to group users together and summarize overall Progress, Problems and Plans at the team level.
- [Creating Custom Reports & Custom Prompt Library](https://village-labs.gitbook.io/coworker-product-and-developer-docs/welcome-to-coworker/custom-reports/creating-custom-reports-and-custom-prompt-library.md): Custom Reports means you can make the most of your company's connected data.
- [Meetings](https://village-labs.gitbook.io/coworker-product-and-developer-docs/welcome-to-coworker/meetings.md)
- [Connecting your Calendar](https://village-labs.gitbook.io/coworker-product-and-developer-docs/welcome-to-coworker/meetings/connecting-your-calendar.md): Connecting your Google Calendar allows you to view all of your meetings from Village and configure your join and share settings, view transcripts, see summary reports and use the Ask Village feature.
- [Configuring your Meetings](https://village-labs.gitbook.io/coworker-product-and-developer-docs/welcome-to-coworker/meetings/configuring-your-meetings.md): The Village Notetaker will generate Transcripts and Summary Reports across Google Meet, Zoom and Teams. With auto-join and share settings, you're in control.
- [Meeting Summary Reports](https://village-labs.gitbook.io/coworker-product-and-developer-docs/welcome-to-coworker/meetings/meeting-summary-reports.md): The Village Notetaker will generate transcripts, summary reports across Google Meet, Zoom and Teams. Your meeting notes feed is home to your past transcripts, summary reports and Ask Village feature.
- [Village Assistant](https://village-labs.gitbook.io/coworker-product-and-developer-docs/welcome-to-coworker/village-assistant.md)
- [Github PR Review Tool](https://village-labs.gitbook.io/coworker-product-and-developer-docs/welcome-to-coworker/village-assistant/github-pr-review-tool.md): Our Github Pull Request Review tool allows you to automatically generate an Analysis Report as a comment on your Pull Requests plus use the Ask Village feature for instant feedback.
- [Security & Compliance](https://village-labs.gitbook.io/coworker-product-and-developer-docs/welcome-to-coworker/security-and-compliance.md): Coworker Security & Compliance Practices
- [Data Privacy & Permissions](https://village-labs.gitbook.io/coworker-product-and-developer-docs/welcome-to-coworker/data-privacy-and-permissions.md): How Coworker ensures data is handled and shared appropriately.


---

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