Skip to content

Commit 46c99f8

Browse files
wip
1 parent 09c5a00 commit 46c99f8

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

docs/quickstart.mdx

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,9 @@ the following question:
5555
Which enterprise deals are at risk of slipping this quarter based on engagement patterns?
5656
```
5757

58+
If you're using your own project, ask a question. Otherwise, [click here](#) to be dropped into the playground directly
59+
with the question pre-loaded!
60+
5861
<details>
5962
<summary>
6063
Why is this complex?
@@ -132,6 +135,14 @@ Typically, the execution of a query plan will result in an **artifact**.
132135
Artifacts are structured outputs like tables, text, or visualizations that store the processed data or analysis results,
133136
which can be referenced later in the conversation, exported, or used to start new threads for further analysis.
134137

138+
:::tip This is a conversation!
139+
140+
Talking with PromptQL is like talking to a human. This means it's an iterative process wherein you ask a question, it
141+
responds, and you build on that response by refining, clarifying, or asking follow-up questions. The more context you
142+
provide, the better the answers become.
143+
144+
:::
145+
135146
### Give it a task to automate
136147

137148
TODO: After conversation with Sooraj on Monday, 23 June

0 commit comments

Comments
 (0)