Skip to content

Commit 002350c

Browse files
updates
1 parent aa646d8 commit 002350c

File tree

1 file changed

+29
-5
lines changed

1 file changed

+29
-5
lines changed

src/content/docs/query-your-data/explore-query-data/notebooks/introduction-notebooks.mdx

Lines changed: 29 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ Notebooks provide a dynamic and organized way to tell a complete story with your
1919

2020
Whether you're conducting a deep-dive investigation, documenting a critical incident, or sharing analytical insights with your team, notebooks allow you to build a clear narrative around your data.
2121

22-
## Why use notebooks?
22+
## Use cases
2323

24-
Notebooks streamline your workflow and turn raw data into actionable stories:
24+
Use notebooks to streamline your workflow and turn raw data into actionable stories:
2525

2626
* **Query, analyze, and visualize data**: Seamlessly query all your observability data (logs, metrics, events) and create visualizations to gain a better understanding of your system's performance.
2727
* **Create post-mortems and incident documents**: Collaborate with your team to document investigations and create a clear, reusable record for incident post-mortems and root cause analysis.
@@ -31,7 +31,7 @@ Notebooks streamline your workflow and turn raw data into actionable stories:
3131

3232
## Get started with notebooks
3333

34-
To start using notebooks:
34+
To access notebooks:
3535

3636
1. Go to **[one.newrelic.com](https://one.newrelic.com)**.
3737
2. Open the **Query your data** console from the drawer at the bottom of the page.
@@ -47,7 +47,7 @@ To start using notebooks:
4747
Navigate to notebooks by going to **Query your data > Notebooks**
4848
</figcaption>
4949

50-
## Create a new notebook
50+
## Creating a new notebook
5151

5252
You have two simple ways to start a new notebook:
5353

@@ -88,6 +88,18 @@ Every block can be manipulated to organize your document:
8888

8989
## Manage your notebooks
9090

91+
### Search and sort notebooks
92+
93+
To find specific notebooks in your organization:
94+
95+
1. **Search by name**: Use the search bar at the top of the notebooks index to find notebooks by name or keywords.
96+
2. **Sort notebooks**: Click the sort dropdown to organize notebooks by:
97+
* Name (A-Z or Z-A)
98+
* Last modified date (newest or oldest first)
99+
* Created date (newest or oldest first)
100+
* Favorites (starred notebooks appear first)
101+
3. **Filter by favorites**: Click the star filter to show only your favorite notebooks.
102+
91103
### Duplicate a notebook
92104

93105
1. Open the notebook you want to duplicate.
@@ -119,10 +131,22 @@ To quickly find your most important notebooks, you can mark them as a favorite:
119131

120132
Every notebook is a resource that belongs to the organization in which it was created. This association is permanent. If the organization is deleted, the notebook is deleted as well.
121133

134+
### Current permissions model
135+
122136
<Callout variant="tip">
123-
Notebooks currently do not have permission settings. Anyone in the organization who has access to the feature can create new notebooks, edit and delete existing ones. We are working on introducing granular permissions allowing users to decide who within the organization sees, edits and deletes particular notebooks.
137+
Notebooks currently do not have granular permission settings. Anyone in the organization who has access to the feature can create new notebooks, edit and delete existing ones. We are working on introducing granular permissions allowing users to decide who within the organization sees, edits and deletes particular notebooks.
124138
</Callout>
125139

140+
**Current capabilities:**
141+
* All organization members with notebooks access can view all notebooks
142+
* All organization members with notebooks access can create, edit, and delete any notebook
143+
* Notebooks are automatically shared across your entire organization
144+
145+
**Coming soon:**
146+
* Owner-based permissions (only creators can edit/delete)
147+
* Read-only sharing options
148+
* Team-based access controls
149+
126150
## What's next?
127151

128152
Now that you understand the basics of notebooks, you can:

0 commit comments

Comments
 (0)