Skip to content

Commit fcdf3ad

Browse files
authored
docs(project): add page actions content (#77)
1 parent e5d1bf1 commit fcdf3ad

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

docs/end-user/interact-with-pages.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,25 @@ If are not logged in, or the project does not have login enabled, an optional **
2222

2323
After you click **Send**, your feedback is submitted.
2424

25+
## Use page actions
26+
27+
Project pages may contain a page actions button.
28+
This button can have a single action or more page actions in a drop-down list, depending on your project.
29+
30+
The possible page actions are:
31+
32+
- **Copy** or **Copy for LLM**: copies the page content as Markdown to the clipboard.
33+
You can use this content as context when working with Large Language Models (LLMs).
34+
- **View** or **View as Markdown**: - opens the page's content as Markdown in a new tab.
35+
- **ChatGPT** or **Open in ChatGPT**: - opens the ChatGPT website in a new tab with the page's URL in the prompt.
36+
You can use this initial prompt to provide context for the conversation.
37+
This action is available on publicly accessible pages only.
38+
Requires a ChatGPT account.
39+
- **Claude**: - opens the Claude website in a new tab with the page's URL in the prompt.
40+
You can use this initial prompt to provide context for the conversation.
41+
This action is available on publicly accessible pages only.
42+
Requires a Claude account.
43+
2544
## Copy code sample
2645

2746
You can one-click copy code samples from the project page to use in your work.

0 commit comments

Comments
 (0)