You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- The ability to control whether the Assistant has web access (powered by Kagi Search)
16
16
- Applying Kagi Search [Lenses](../features/lenses.md) and [Personalized Results](../features/website-info-personalized-results.md) to the Assistant searches
17
17
- Switch between multiple threads within a single window
18
18
- Saving Assistant threads
19
19
- Uploading files to use as context
20
20
- Altering the Assistant configuration within the thread
21
-
- For example, you can ask the initial question with web access enabled, and then disable it for subsequent questions!
22
-
- It is also possible to switch to a different LLM in the middle of a thread
21
+
- For example, you can ask the initial question with web access enabled and then disable it for subsequent questions!
22
+
- It is also possible to switch to a different LLM in the middle of a thread
23
23
- Code syntax highlighting
24
24
-[Keyboard Shortcuts](#keyboard-shortcuts)
25
25
- Export conversations to markdown format
@@ -42,9 +42,19 @@ The Assistant's web access can be toggled via the button below the prompt field.
42
42
43
43
## Which model to choose
44
44
45
-
We maintain the [Kagi LLM Benchmarking Project](./llm-benchmark.md) to measure model quality in various scenarios.
45
+
There is no definite answer to the question of what the best LLM is.
46
+
As the number of competing models increases, users may find it difficult to find the right one for their task.
47
+
To aid in this, Kagi maintains a list of recommended models at the top of the LLM list.
46
48
47
-
Another important aspect is the privacy policy of the model provider. See our [LLM Privacy Comparison](./llms-privacy.md) for a detailed overview of how each provider handles your data.
49
+

50
+
51
+
*Kagi recommended models as of July 27, 2025.*
52
+
53
+
The recommendations are based on the [Kagi LLM Benchmarking Project](./llm-benchmark.md).
54
+
The benchmark tests measure model quality in various scenarios.
55
+
56
+
Another important aspect is the privacy policy of the model provider.
57
+
See our [LLM Privacy Comparison](./llms-privacy.md) for a detailed overview of how each provider handles your data.
48
58
49
59
## Threads
50
60
@@ -58,13 +68,33 @@ If keeping threads alive permanently better fits your workflow, you can adjust t
58
68
Please note that the thread saving setting is applied **when the thread is created**.
59
69
60
70
Threads can be renamed, added to Quick Access, shared, deleted, and downloaded via the `⋮` button which is displayed when you hover over the thread.
71
+
Threads can be further organized by adding tags to them.
61
72
62
73
The Quick Access feature can be used to better organize your threads, but it will not influence the thread saving setting.
63
-
In other words, threads added to Quick Access will also be deleted after 24 hours, unless you have chosen otherwise in the settings.
74
+
In other words, threads added to Quick Access will also be deleted after 24 hours, if they have the **Temporary** tag.
75
+
76
+
## Tags
77
+
78
+
Tags allow you to keep your Assistant threads organized and easily accessible.
79
+
You can access the tag settings for the currently active thread at the top of the thread.
80
+

81
+
On mobile devices the tag settings can be found by tapping <imgsrc="./media/kagi_logo_dark.svg"alt="Kagi logo"style="display:inline; vertical-align:middle; width:24px; height:24px;" /> at the top of the page and selecting **Edit tags**.
82
+

83
+
84
+
If you have configured your threads to expire after 24 hours, each thread you create will automatically have the **Temporary** tag.
85
+
You can prevent threads from expiring by removing that tag.
86
+
Adding a tag to a thread will automatically remove the **Temporary** tag.
87
+
88
+
Each thread can have up to 100 tags.
89
+
Tags can be removed in the same menu where they were added.
64
90
65
-
You can also **preserve** threads with the star symbol, located to the left of the thread title.
66
-
Preserved threads do not expire.
91
+

67
92
93
+
Tags appear in the Assistant sidebar which allows you to quickly access tagged threads.
94
+
The sidebar can be accessed by clicking the sidebar icon <imgsrc="./media/sidebar.svg"alt="Assistant Sidebar logo"style="display:inline; vertical-align:middle; width:24px; height:24px;" />.
95
+
Selecting a tag will show all threads that have said tag, and the most recent thread with the tag will be automatically opened.
96
+
Creating a new thread when a tag is selected will automatically apply that tag to the created thread.
97
+

68
98
## Uploading Files to Assistant
69
99
70
100
The Assistant by Kagi supports file uploads, allowing you to provide additional context or information for your queries.
@@ -79,7 +109,7 @@ This can be useful for tasks like:
79
109
80
110
To upload a file:
81
111
82
-
1. Click the paperclip icon in the prompt input box.
112
+
1. Click the paperclip icon <imgsrc="./media/paperclip.svg"alt="Attachment icon"style="display:inline; vertical-align:middle; width:24px; height:24px;" /> in the prompt input box.
83
113
2. Select the file or image you wish to upload.
84
114
3. Provide a prompt with instructions to process the file or leave it blank to summarize it.
0 commit comments