> For the complete documentation index, see [llms.txt](https://witfy.gitbook.io/clowrk/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://witfy.gitbook.io/clowrk/readme.md).

# Welcome to the Clowrk Help Center

**Clowrk** is a comprehensive service management platform that helps your team manage tasks, events, and availability efficiently.

## Key Features

Explore our documentation to learn about all features:

* [**Company**](/clowrk/company.md) - Settings and company data
* [**Kanban View (Teams)**](/clowrk/kanban.md) - Manage your tasks visually with Kanban boards
* [**Card Modules**](/clowrk/card-modules.md) - Configure card modules and components
* [**Notifications**](/clowrk/notifications.md) - Configure notification channels and integrations
* [**Service Catalog**](/clowrk/catalog.md) - Configure forms and catalog structure
* [**Connectors**](/clowrk/connectors.md) - Integrate Clowrk with external systems
* [**Clients**](/clowrk/clients.md) - Client registration and management
* [**Playbooks**](/clowrk/playbooks.md) - Automate workflows and processes with playbooks
* [**Products**](/clowrk/products.md) - Product and service catalog

## Kanban (Teams)

* [**Overview**](/clowrk/kanban.md)
* [**Board**](https://gitlab.com/witfylabs/clowrk-backend/-/blob/master/docs/kanban/kanban_board.md)
* [**Board Members**](/clowrk/kanban/board/kanban_board_members.md)
* [**List**](/clowrk/kanban/list.md)
* [**List Automations**](/clowrk/kanban/list/kanban_list_automation.md)
* [**Card**](/clowrk/kanban/card.md)

## Card Modules

* [**Overview**](/clowrk/card-modules.md)
* **Core Modules**
  * [Clients](/clowrk/card-modules/clients.md)
  * [Command Line](/clowrk/card-modules/command-line.md)
  * [Playbook](/clowrk/card-modules/playbook.md)
  * [Products](/clowrk/card-modules/products.md)
  * [Service Request](/clowrk/card-modules/service-request.md)
* **Standard Modules**
  * [Attachments](/clowrk/card-modules/attachments.md)
  * [Comments](/clowrk/card-modules/comments.md)
  * [Conclusion Dates](/clowrk/card-modules/conclusion-dates.md)
  * [Description](/clowrk/card-modules/description.md)
  * [Followers](/clowrk/card-modules/followers.md)
  * [Location in Board](/clowrk/card-modules/location-in-board.md)
  * [Responsible](/clowrk/card-modules/responsible.md)
  * [Start Date](/clowrk/card-modules/start-date.md)
  * [Title](/clowrk/card-modules/title-container.md)
  * [Activity Tracking](/clowrk/card-modules/track-activities.md)
  * [Work Progress](/clowrk/card-modules/work-progress.md)

## Catalog

* [**Overview**](/clowrk/catalog.md)
* [**Getting Started**](/clowrk/catalog.md)
* [**Form Groups**](/clowrk/catalog/form-groups.md)
* [**Form Fields**](/clowrk/catalog/form-fields.md)

## Company

* [**Overview**](/clowrk/company.md)
* [**Company Data**](/clowrk/company/company-data.md)
* [**Team and User Management**](/clowrk/company/team-management.md)
* [**Service Account**](/clowrk/company/service-account.md)
* [**Connector Management**](/clowrk/company/connectors-management.md)

## Connectors

* [**Overview**](/clowrk/connectors.md)
* [**Priax Connector**](/clowrk/connectors/priax.md)
* [**BMC Helix Connector**](/clowrk/connectors/bmc-helix.md)
* [**Zabbix Connector**](/clowrk/connectors/zabbix.md)
* [**Microsoft Connector**](/clowrk/connectors/microsoft.md)

## Products

* [**Overview**](/clowrk/products.md)
* [**Categories**](/clowrk/products/products_categories.md)
* [**Attributes**](/clowrk/products/products_attributes.md)

## Notifications

* [**Overview**](/clowrk/notifications.md)
* [**Integrations**](/clowrk/notifications/integrations.md)
* [**Emails**](/clowrk/notifications/integrations/notifications_itegrations_emails.md)
* [**GreenAPI**](/clowrk/notifications/integrations/notifications_itegrations_greenapi.md)
* [**Microsoft Teams**](/clowrk/notifications/integrations/notifications_itegrations_microsoft-teams.md)

## Need Help?

If you can't find what you're looking for in this documentation, contact us:

* Email: <atendimento@witfy.io>
* Phone: +55 (48) 98830-6211


---

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

```
GET https://witfy.gitbook.io/clowrk/readme.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.
