# Collaboration

We understand how crucial collaboration is for our customers. Loadmill allows distributed teams, located all over the world, to be in constant sync with each other through several features.

The first and the most important functionality is called [**Teams**](https://docs.loadmill.com/collaboration/teams). Creating a team allows you to gather all team members under one roof, meaning to share the account credit, test on the same domains and view each other's tests.

Once you've created a team and run [API tests](https://docs.loadmill.com/api-testing/getting-started), you might prefer to manage access to your Test Suites so that specific team members would be able to have full access to one Test Suite but read-only access to another one. To fulfill this need, we've developed the [**Test Suite Collaborators**](https://docs.loadmill.com/collaboration/test-suite-collaborators-1) feature that allows you to make sure each team member has the right access level.

The next feature covers use cases when you have a "prerequisite" test flow that should run before the Test Suite's test flows. You can easily do that by using the [**Shared Flows**](https://docs.loadmill.com/collaboration/shared-flows) feature.

After all, every team would like to organize their tests and navigate through them. We've got this covered as well, via the [**Labels**](https://docs.loadmill.com/collaboration/labels-and-filters) feature.

Stay tuned for more great features coming soon! :tada:


---

# 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.loadmill.com/collaboration/collaboration.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.
