# Collaborating with the team

The platform supports team collaboration through shared [Runbooks](/runbooks/concepts/runbook-format.md) and coordinated execution.

## Adding Collaborators

Collaborators receive same access as the primary user. You can add the collaborator from the chat interface of the Runbook. Simply navigate to the "Share" button, search for a team member and Invite. The invited member will receive an email with the link to the Runbook. You can also copy the link and share with your team member directly after adding them as a collaborator.

<figure><img src="/files/1xsb0hePtO6ltSC19Isw" alt=""><figcaption></figcaption></figure>

### Collaborator's access

All collaborators see the same Runbook version. All the changes are immediately visible to all team members. The collaborators can also view the execution history, edit the Runbook or execute any step.

## Best Practices for Teams

* Establish clear ownership for Runbooks
* Use descriptive names and documentation
* Regular reviews of generated changes
* Coordinate execution timing
* Share learnings through global context


---

# 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.aviator.co/runbooks/concepts/collaborating-with-the-team.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.
