diff --git a/docs/integrations/source-code-mgmt/gitlab/index.mdx b/docs/integrations/source-code-mgmt/gitlab/index.mdx
index b8a9d1bdbc48b..8f1cd28df59fa 100644
--- a/docs/integrations/source-code-mgmt/gitlab/index.mdx
+++ b/docs/integrations/source-code-mgmt/gitlab/index.mdx
@@ -208,7 +208,7 @@ With the GitLab integration connected, you can use Seer's AI features, including
**Code Review** reviews your merge requests for potential errors. Trigger it by commenting `@sentry review` on any MR. Automatic reviews also run when a merge request is opened or updated.
-GitLab does not support the GitHub Checks API. Code Review results appear as MR comments, not as a pipeline status check. You cannot use Seer as a required GitLab CI/CD check.
+GitLab does not support external status checks. Code Review results appear as MR comments, not as a pipeline status check. You cannot use Seer as a required GitLab CI/CD check.
To set up Seer with GitLab, go to [Seer settings](https://sentry.io/orgredirect/organizations/:orgslug/settings/seer/) and connect your GitLab repositories. Only GitLab.com (cloud) is supported.
diff --git a/docs/pricing/index.mdx b/docs/pricing/index.mdx
index 6379d191a4a9f..a93940fdae589 100644
--- a/docs/pricing/index.mdx
+++ b/docs/pricing/index.mdx
@@ -167,7 +167,9 @@ Access Seer by adding it to your existing subscription for $40 per active contri
| $40/active contributor | $40/active contributor |
-All members of your repositories, *except* GitHub bots marked as `[bot]`, are counted as active contributors.
+For Github, all members of your repositories, *except* GitHub bots marked as `[bot]`, are counted as active contributors.
+
+For Gitlab, all accounts (group members) are counted as active contributors, even when using Autofix or bots for fixes.
#### Legacy Seer Pricing
diff --git a/docs/pricing/quotas/manage-seer-budget.mdx b/docs/pricing/quotas/manage-seer-budget.mdx
index eee246a579cd4..afee9c37e5a68 100644
--- a/docs/pricing/quotas/manage-seer-budget.mdx
+++ b/docs/pricing/quotas/manage-seer-budget.mdx
@@ -20,6 +20,8 @@ og_image: /og-images/pricing-quotas-manage-seer-budget.png
All members of your repositories, *except* GitHub bots marked as `[bot]`, are counted as active contributors.
+
+For Gitlab, all accounts (group members) are counted as active contributors, even when using Autofix or bots for fixes.
## Tips for Managing Spend
diff --git a/docs/product/ai-in-sentry/seer/index.mdx b/docs/product/ai-in-sentry/seer/index.mdx
index f1323214f0055..d99479d881bad 100644
--- a/docs/product/ai-in-sentry/seer/index.mdx
+++ b/docs/product/ai-in-sentry/seer/index.mdx
@@ -34,7 +34,7 @@ To start using Seer's capabilities follow these steps:
-Seer is an add-on to your Sentry subscription. By enabling it, you are signing up for active contributor pricing for this feature. Any person who creates 2 or more PRs in a month in a Seer-Enabled project will be billed. A repo is considered Seer-Enabled when it is connected to Sentry and has one or more Seer features turned on. You can learn more about Seer pricing [here](/pricing/#seer-pricing).
+Seer is an add-on to your Sentry subscription. By enabling it, you are signing up for active contributor pricing for this feature. Any person who creates 2 or more PRs/MRs in a month in a Seer-Enabled repo/project will be billed. A repo/project is considered Seer-Enabled when it is connected to Sentry and has one or more Seer features turned on. You can learn more about Seer pricing [here](/pricing/#seer-pricing).