[DOCS-XXXXX] Add Permissions section to Bits Assistant page#35423
Open
[DOCS-XXXXX] Add Permissions section to Bits Assistant page#35423
Conversation
…shed content Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…screenshots Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
git-thuerk-done
requested changes
Mar 20, 2026
Contributor
git-thuerk-done
left a comment
There was a problem hiding this comment.
Hi @vignesh thanks for the updates ! Just some small suggestions for punctuation consistency and also there is a merge conflict that needs addressed, let me know when this is ready for re-review!
| ## Overview | ||
|
|
||
| Bits Assistant brings conversational AI to Datadog, enabling you to explore and act on your observability data using natural language. Query logs, metrics, traces, dashboards, monitors, infrastructure, and more—all from a single intelligent interface. | ||
| Bits Assistant is an AI-powered companion in Datadog that helps you search and act across Datadog using natural language. Bits Assistant is available across the web application, mobile app, and Slack. |
Contributor
There was a problem hiding this comment.
Suggested change
| Bits Assistant is an AI-powered companion in Datadog that helps you search and act across Datadog using natural language. Bits Assistant is available across the web application, mobile app, and Slack. | |
| Bits Assistant is an AI-powered companion that helps you search and act across your Datadog environment using natural language. Bits Assistant is available across the web application, mobile app, and Slack. |
| - `Are there any issues with example-service's dependencies?` | ||
| Ask Bits Assistant questions like: | ||
| - `Summarize high severity incidents that have occurred in the last day` | ||
| - `Which services have the most errors right now?` |
Contributor
There was a problem hiding this comment.
Suggested change
| - `Which services have the most errors right now?` | |
| - `Which services have the most errors right now` |
| Ask Bits Assistant questions like: | ||
| - `Summarize high severity incidents that have occurred in the last day` | ||
| - `Which services have the most errors right now?` | ||
| - `Show me what changed in alerts for the checkout service in the last 24 hours.` |
Contributor
There was a problem hiding this comment.
Suggested change
| - `Show me what changed in alerts for the checkout service in the last 24 hours.` | |
| - `Show me what changed in alerts for the checkout service in the last 24 hours` |
| - `Summarize high severity incidents that have occurred in the last day` | ||
| - `Which services have the most errors right now?` | ||
| - `Show me what changed in alerts for the checkout service in the last 24 hours.` | ||
| - `What's causing 400 errors on the checkout endpoint in the last hour?` |
Contributor
There was a problem hiding this comment.
Suggested change
| - `What's causing 400 errors on the checkout endpoint in the last hour?` | |
| - `What's causing 400 errors on the checkout endpoint in the last hour` |
| - `Which services have the most errors right now?` | ||
| - `Show me what changed in alerts for the checkout service in the last 24 hours.` | ||
| - `What's causing 400 errors on the checkout endpoint in the last hour?` | ||
| - `How do I configure log collection for the Datadog Agent?` |
Contributor
There was a problem hiding this comment.
Suggested change
| - `How do I configure log collection for the Datadog Agent?` | |
| - `How do I configure log collection for the Datadog Agent` |
| - `Show me what changed in alerts for the checkout service in the last 24 hours.` | ||
| - `What's causing 400 errors on the checkout endpoint in the last hour?` | ||
| - `How do I configure log collection for the Datadog Agent?` | ||
| - `Do we already have monitors for high latency on the payments service?` |
Contributor
There was a problem hiding this comment.
Suggested change
| - `Do we already have monitors for high latency on the payments service?` | |
| - `Do we already have monitors for high latency on the payments service` |
| - `What's causing 400 errors on the checkout endpoint in the last hour?` | ||
| - `How do I configure log collection for the Datadog Agent?` | ||
| - `Do we already have monitors for high latency on the payments service?` | ||
| - `Summarize the key findings from Kubernetes overview dashboard.` |
Contributor
There was a problem hiding this comment.
Suggested change
| - `Summarize the key findings from Kubernetes overview dashboard.` | |
| - `Summarize the key findings from the Kubernetes overview dashboard` |
|
|
||
| ### Skills | ||
|
|
||
| Bits Assistant also includes skills that help with specialized tasks. |
Contributor
There was a problem hiding this comment.
Suggested change
| Bits Assistant also includes skills that help with specialized tasks. | |
| Bits Assistant includes skills for specialized tasks. |
|
|
||
| Example prompts: | ||
| - `Investigate why EC2 costs changed between January and February` | ||
| - `Which teams are responsible for the highest S3 storage costs this month?` |
Contributor
There was a problem hiding this comment.
Suggested change
| - `Which teams are responsible for the highest S3 storage costs this month?` | |
| - `Which teams are responsible for the highest S3 storage costs this month` |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What does this PR do? What is the motivation?
Fixes DOCS-XXXXX
Moves the Bits Assistant Access permission requirement out of the Overview paragraph and into a dedicated
### Permissionssection. Expands it to explain that Bits Assistant respects the user's existing Datadog role-based access controls, with a concrete dashboard example.Merge instructions
Merge readiness:
Additional notes