Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion docs/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ function sidebarKagi() {
{ text: 'Snaps', link: '/kagi/features/snaps' },
{ text: 'Exclude AI Images', link: '/kagi/features/exclude-ai-images' },
{ text: 'Quick Answer', link: '/kagi/ai/quick-answer' },
{ text: 'Discuss Document', link: '/kagi/ai/ask-questions' },
{ text: 'Ask Questions about a Page', link: '/kagi/ai/ask-questions' },
]
},
{
Expand Down Expand Up @@ -229,6 +229,7 @@ function sidebarKagi() {
{ text: 'Personalized Results', link: '/kagi/settings/personalized-results'},
{ text: 'AI', link: '/kagi/settings/ai' },
{ text: 'Search Widgets', link: '/kagi/settings/widgets' },
{ text: 'Privacy', link: '/kagi/settings/privacy' },
{ text: 'Advanced', link: '/kagi/settings/advanced' }
]
},
Expand Down
2 changes: 1 addition & 1 deletion docs/kagi/ai/ask-questions.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Ask Questions about a Document or a page

You can quickly ask an LLM further questions about a search result through `⋮` and selecting *Ask questions about page*.
You can quickly ask an LLM further questions about a search result through `⋮` and selecting `Continue in Assistant`.

![Ask Questions](media/ask_questions.png){data-zoomable}

Expand Down
2 changes: 1 addition & 1 deletion docs/kagi/ai/kagi-ai.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ Kagi is thrilled to introduce next-generation AI into our product offering:
1. [Kagi Assistant](./assistant.md)
2. [Quick Answer](./quick-answer.md)
3. [Summarize Page](./summarize-page.md)
4. [Ask Question about Document](./ask-questions.md)
4. [Ask Questions about a Page](./ask-questions.md)

For a longer discussion about our AI journey please read our blog ["Kagi's approach to AI in search"](https://blog.kagi.com/kagi-ai-search) by our founder Vlad.
Binary file modified docs/kagi/ai/media/ask_questions.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
25 changes: 25 additions & 0 deletions docs/kagi/settings/privacy.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Privacy Settings

Kagi's privacy model is simple: you pay, we provide the service. Our business model eliminates any need to monetise your data, so we're ad-free, tracker-free, and collect only what's necessary for your account to function, with complete transparency about what we collect and why. Full details are in our [Privacy Policy](https://kagi.com/privacy) and [LLMs & Privacy](../ai/llms-privacy.md) page.

## Privacy Pass

[Privacy Pass](../privacy/privacy-pass.md) is an optional feature that lets you search using cryptographic tokens instead of your account credentials. While logged in, you generate a set of untraceable tokens and later redeem one per search, letting Kagi verify you're authorized to search without knowing which user you are.

You can start using it through a browser extension, the Kagi app for Android, or the Orion browser. See [Kagi Privacy Pass](../privacy/privacy-pass.md) for setup instructions for each platform.

## Location

If you have enabled precise location, it's stored solely on your device and serves to provide more accurate localized search results. You can clear it at any time from this page, or from the Geolocation settings on [Kagi Maps](../maps/index.md#enabling_geolocation).

- **Update Location**: Refresh your saved location using your device's location services.
- **Set location manually**: Enter a location instead of using your device's location services.
- **Clear Location**: Remove your saved location.

### Use Location for Searches

Allow Kagi to use your location to improve the relevance of search results.

## Hide kagi.com Referrer

When clicking on search results to other websites, Kagi lets them know you found them through Kagi. This is a small way to help spread awareness about Kagi, but you may choose to disable it. No data is transmitted other than that your visit came from kagi.com.
Loading