Skip to content

Commit 7498ce6

Browse files
github-automation-metabaseMetabase Docs bot
andauthored
[auto] adding content to master->master (#737)
Co-authored-by: Metabase Docs bot <[email protected]>
1 parent ba88f9d commit 7498ce6

File tree

24 files changed

+8964
-3872
lines changed

24 files changed

+8964
-3872
lines changed

_docs/master/actions/custom.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,6 @@ Write SQL to update records in your databases.
1919

2020
> You must be in a group with Native query editing access to create an action.
2121
22-
There are two ways to create a custom action:
23-
24-
From the command palette:
25-
26-
1. Hit command-K (mac) or ctrl-K (windows) to open the command palette.
27-
2. Search for **New Action**.
28-
29-
From a model:
30-
3122
1. First, [create a model](../data-modeling/models).
3223
2. Visit the model and click on the **info** button.
3324
3. Click the **Actions** tab.

_docs/master/ai/metabot.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,8 @@ Like with all generative AI, you'll always need to double-check results.
4040

4141
There are multiple ways to start a chat with Metabot:
4242

43-
- Type cmd+b on Mac, ctrl+b on Windows, to open up the [chat sidebar](#the-metabot-chat-sidebar).
44-
- Click the Metabot icon in the search bar.
45-
- Type cmd+k on Mac, or ctrl+k on Windows, to open the [command palette](../exploration-and-organization/exploration#command-palette). Select the Metabot option to **Ask me to do something, or ask a question**.
43+
- Type cmd+e on Mac, ctrl+e on Windows, to open up the [chat sidebar](#the-metabot-chat-sidebar).
44+
- Click the Metabot icon in top right.
4645

4746
You can chat with Metabot (though predictably, it's only interested in helping you answer questions about your data).
4847

@@ -87,7 +86,7 @@ To have Metabot generate SQL for you:
8786

8887
1. Open the [SQL editor](../questions/native-editor/writing-sql).
8988
2. Select the database you want to query.
90-
3. Type cmd+b on Mac, ctrl+b on Windows, to open up the [chat sidebar](#the-metabot-chat-sidebar).
89+
3. Type cmd+e on Mac, ctrl+e on Windows, to open up the [chat sidebar](#the-metabot-chat-sidebar).
9190
4. Ask it to "Write a SQL query that..." and type your prompt.
9291

9392
Metabot will generate the SQL for you, but it won't run the query. This gives you a chance to inspect the code before running it.

0 commit comments

Comments
 (0)