> For the complete documentation index, see [llms.txt](https://docs.nimbalyst.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.nimbalyst.com/team-collaboration.md).

# TEAM COLLABORATION

- [Nimbalyst Teams: Step by Step](https://docs.nimbalyst.com/team-collaboration/teams-tutorial.md): A step-by-step walkthrough of Nimbalyst Teams: sign in, invite your team, and work together in shared trackers and documents with your coding agents.
- [Team Collaboration Overview](https://docs.nimbalyst.com/team-collaboration/overview.md): How Nimbalyst Teams adds shared documents and trackers on top of each teammate’s local workspace and their own locally running coding agents.
- [Collaborative Documents](https://docs.nimbalyst.com/team-collaboration/documents.md): Share markdown docs, mockups, and diagrams with your team. Teammates and their local coding agents edit the same files in real time.
- [Collaborative Trackers](https://docs.nimbalyst.com/team-collaboration/trackers.md): Share one tracker board across your team. Teammates and their locally running AI agents keep the same bugs, features, and plans current.
- [Web Console (console.nimbalyst.com)](https://docs.nimbalyst.com/team-collaboration/web-console.md): Open your team's shared documents in a browser at console.nimbalyst.com, edit them live with teammates, leave comments, and manage your organization.
- [Set Up Nimbalyst Teams](https://docs.nimbalyst.com/team-collaboration/setup-teams-and-orgs.md): Create a Nimbalyst organization, attach a project to it, invite teammates, and manage members, projects, messaging, and encryption from the organization management dialog.


---

# 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://docs.nimbalyst.com/team-collaboration.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.
