# Organization

- [Creating & managing teams](https://help.swarmia.com/settings/organization/managing-teams.md)
- [Contributors](https://help.swarmia.com/settings/organization/contributors.md)
- [Roles and permissions](https://help.swarmia.com/settings/organization/managing-users-and-roles.md): Overview of Swarmia access control.
- [Inviting team members](https://help.swarmia.com/settings/organization/inviting-team-members.md): Invite members with by sharing a link or via Slack.
- [Investment categories](https://help.swarmia.com/settings/organization/investment-balance.md): Everything you need to know about setting up your Investment Balance and configuring your organization's categories.
- [Automatic categorization](https://help.swarmia.com/settings/organization/investment-balance/automatic-categorization.md): Automatic investment balance categorization works to catch issues that slip your rules or to categorize entire breakdowns without rules.
- [Deployments](https://help.swarmia.com/settings/organization/configuring-deployments-in-swarmia.md): Set up deployments by creating an application and selecting your source.
- [Generate deployments from merged pull requests](https://help.swarmia.com/settings/organization/configuring-deployments-in-swarmia/generate-deployments-from-merged-pull-requests.md): The simplest proxy for deployments is to assume a merged pull request is immediately deployed.
- [Generate deployments from GitHub deployments](https://help.swarmia.com/settings/organization/configuring-deployments-in-swarmia/generate-deployments-from-github-deployments.md): If your release workflow already makes use of GitHub deployments, Swarmia can automatically track those deployments.
- [Generate deployments from GitHub checks](https://help.swarmia.com/settings/organization/configuring-deployments-in-swarmia/generate-deployments-from-github-checks.md): Swarmia can generate deployments automatically from your CI/CD pipeline, using GitHub checks.
- [Generate deployments via the API](https://help.swarmia.com/settings/organization/configuring-deployments-in-swarmia/generate-deployments-via-the-deployment-api.md): Deployment API gives you flexibility and a full control of deployment data, including tracking multiple environments.
- [Generate deployments for monorepos via the API](https://help.swarmia.com/settings/organization/configuring-deployments-in-swarmia/generate-deployments-via-the-deployment-api/generate-deployments-for-monorepos.md): How to setup the Swarmia deployments API to track deployments from monorepos
- [Pull requests](https://help.swarmia.com/settings/organization/pull-request-data-quality.md): Create filters to automatically exclude specific pull requests from all Swarmia metrics
- [Linking pull requests to issues](https://help.swarmia.com/settings/organization/linking-pull-requests-to-issues.md): Linking pull requests to issues allows you to group work by issues. This article describes the ways Swarmia can detect which issue a pull request is related to.


---

# 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://help.swarmia.com/settings/organization.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.
