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

# Teamwork

- [Dashboard](https://docs.decisionrules.io/doc/v1/teamwork/dashboard.md)
- [Folders](https://docs.decisionrules.io/doc/v1/teamwork/folders.md): This article helps with basic navigation of the Folders functionality of Decision Rules
- [Spaces](https://docs.decisionrules.io/doc/v1/teamwork/spaces.md): Agile software development often works in end-to-end delivery teams. To support this thesis, we plan to create project sites where each team will have its business rules under its management.
- [Manage Spaces](https://docs.decisionrules.io/doc/v1/teamwork/create-and-manage-your-spaces.md): This page walks you through new space creation
- [Share Rules Between Spaces](https://docs.decisionrules.io/doc/v1/teamwork/share-between-spaces.md)
- [Users & Roles](https://docs.decisionrules.io/doc/v1/teamwork/users-and-roles.md): Advanced Permissions allows you to specify the role of the user who cooperates with you in the Space.
- [Teamwork Indicator](https://docs.decisionrules.io/doc/v1/teamwork/teamwork-indicator.md): We added a teamwork indicator for rules, which tells you who is currently viewing the same rule as you


---

# 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://docs.decisionrules.io/doc/v1/teamwork.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.
