# Workspace Management

- [Workspace](https://docs.datasaur.ai/workspace-management/workspace.md)
- [Role & Permission](https://docs.datasaur.ai/workspace-management/role-and-permission.md)
- [Analytics](https://docs.datasaur.ai/workspace-management/analytics.md)
- [Inter-Annotator Agreement (IAA)](https://docs.datasaur.ai/workspace-management/analytics/inter-annotator-agreement.md)
- [Cohen's Kappa Calculation](https://docs.datasaur.ai/workspace-management/analytics/inter-annotator-agreement/cohens-kappa-calculation.md): Explain how Datasaur implements the Cohen's Kappa algorithm.
- [Krippendorff's Alpha Calculation](https://docs.datasaur.ai/workspace-management/analytics/inter-annotator-agreement/krippendorffs-alpha-calculation.md): Explain how Datasaur implements the Krippendorff's Alpha algorithm.
- [Custom Report Builder](https://docs.datasaur.ai/workspace-management/analytics/custom-report-builder.md): Build your own report using a group table, metrics, and segments.
- [Project Report](https://docs.datasaur.ai/workspace-management/analytics/project-report.md): See the summary of the labeling work for a specific project
- [Evaluation Metrics](https://docs.datasaur.ai/workspace-management/analytics/evaluation-metrics.md): Assess labelers’ answers using reviewers’ labels as the ground truth.
- [Activity](https://docs.datasaur.ai/workspace-management/activity.md)
- [File Transformer](https://docs.datasaur.ai/workspace-management/file-transformer.md): Allows you to write a custom implementation of some features in Datasaur.
- [Import Transformer](https://docs.datasaur.ai/workspace-management/file-transformer/import-transformer.md)
- [Export Transformer](https://docs.datasaur.ai/workspace-management/file-transformer/export-transformer.md)
- [Upload File Transformer](https://docs.datasaur.ai/workspace-management/file-transformer/upload-file-transformer.md)
- [Run File Transformer](https://docs.datasaur.ai/workspace-management/file-transformer/running-file-transformer.md): This feature allows you to check whether the file transformer you built is working properly or not.
- [Label Management](https://docs.datasaur.ai/workspace-management/label-management.md)
- [Label Set Management](https://docs.datasaur.ai/workspace-management/label-management/label-set-management.md): Manage label sets in a team workspace.
- [Question Set Management](https://docs.datasaur.ai/workspace-management/label-management/question-set-management.md): Manage question sets in a team workspace.
- [Project Management](https://docs.datasaur.ai/workspace-management/project-management.md)
- [Self-Assignment](https://docs.datasaur.ai/workspace-management/project-management/self-assignment.md)
- [Self-Unassign](https://docs.datasaur.ai/workspace-management/project-management/self-assignment/self-unassign.md)
- [Transfer Assignment Ownership](https://docs.datasaur.ai/workspace-management/project-management/transfer-assignment-ownership.md)
- [Reset Labeling Work](https://docs.datasaur.ai/workspace-management/project-management/reset-labeling-work.md)
- [Mark Document as Complete](https://docs.datasaur.ai/workspace-management/project-management/mark-document-as-complete.md)
- [Project Status Workflow](https://docs.datasaur.ai/workspace-management/project-management/project-status-workflow.md)
- [Read-only Mode](https://docs.datasaur.ai/workspace-management/project-management/project-status-workflow/read-only-mode.md): Read-only mode is a state where you can view the project after it is marked as complete, but cannot make any changes.
- [Comment Feature](https://docs.datasaur.ai/workspace-management/project-management/comment-feature.md): Comment is available for both span and row-based projects with tabular view.
- [Archive Project](https://docs.datasaur.ai/workspace-management/project-management/archive-project.md): This feature allows you to archive old projects and keep your board clean.
- [Automation](https://docs.datasaur.ai/workspace-management/automation.md): Using Datasaur Action allows you to automate certain processes in the app.
- [Action: Create Projects](https://docs.datasaur.ai/workspace-management/automation/action-create-projects.md): Automate project creation using files from your external object storage.


---

# 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.datasaur.ai/workspace-management.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.
