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
Copy file name to clipboardExpand all lines: docs/docs/features/ask/overview.mdx
+16-12Lines changed: 16 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,31 +2,35 @@
2
2
title: Overview
3
3
---
4
4
5
-
Ask Sourcebot gives you the ability to ask complex questions about your codebase in natural language.
5
+
Ask Sourcebot gives you the ability to ask complex questions about your entire codebase in natural language.
6
6
7
7
It uses Sourcebot’s existing [code search](/docs/features/search/overview) and [navigation](/docs/features/code-navigation) tools to allow reasoning models to search your code,
8
8
follow code nav references, and provide an answer that’s rich with inline citations and navigable code snippets.
9
9
10
+
Ask Sourcebot **uses an LLM provider you configure with Sourcebot**, ensuring you have full control over where your data is sent.
0 commit comments