Skip to content

Crawling Settings Reference

This page documents every crawling and indexing setting available when adding or configuring a website source. For practical recipes by site type, see Configure Crawling for Your Site.

Where these settings live: Settings appear when you choose Manual configuration mode in the Add Source wizard (the default is AI-assisted, which picks settings for you). Open Advanced Options to reveal the Performance, Content Extraction, and Discovery Tuning sections. Page limit and Include Images are shown in both AI-assisted and Manual modes.


In the wizard, “Discovery Mode” selects how pages are found.

UI labelDiscovery methodWhen to use
Sitemap Discovery (Recommended)Reads your sitemap.xmlMost websites. Fast discovery, separate crawl step.
Link CrawlingFollows links from the starting URLSites without a sitemap, SPAs, or when the sitemap is missing pages. Single-pass: content is captured during discovery.

In Manual mode, Advanced Options opens with a Site Preset picker that fills in all settings for a common site type. You can still adjust any value afterward (which switches the preset to Custom).

Preset (UI label)Best forWhat it sets
Standard WebsiteMost websitesBrowser rendering, Reader Mode on, Concurrency 10, no wait delay
SPA / JavaScript AppReact, Vue, AngularAdvanced Link Detection on, Reader Mode off, Concurrency 5, 3-second content wait
Confluence / WikiConfluence, wikisReader Mode on, Concurrency 2 (avoids rate limits), 3-second content wait
Static Site / BlogPlain HTML, blogsSimple Mode on (no browser), Concurrency 20, fast HTTP crawling
CustomManual controlWhatever you set by hand

These settings live under Advanced Options → Performance.

Setting (UI label)Available inTypeDefaultDescription
Max DepthLink Crawling onlyNumber (1-100)10How many links deep to follow from the starting URL. Depth 1 = only links on the starting page. Increase for deeply nested documentation.
Max PagesBothNumber (1-10,000)Your remaining plan budgetMaximum pages to discover. Discovery stops at this limit. Start with 100 for your first crawl, then increase. (Also shown as the Page limit field in both modes.)
ConcurrencyBothNumber (1-50)5Pages processed simultaneously. Higher = faster but may trigger rate limiting. Use 2-3 for Confluence and rate-sensitive sites.
Simple ModeBothToggleOffUses direct HTTP requests instead of a browser. ~30x faster for static HTML sites. Disables all JavaScript-dependent settings.

These settings live under Advanced Options → Content Extraction.

Setting (UI label)Available inTypeDefaultDescription
Reader ModeBothToggleOnStrips navigation, sidebars, footers, and other UI chrome. Extracts only the main article content, similar to your browser’s Reader View. Essential for CMS platforms, wikis, and sites with heavy page layout.
Content Area SelectorBoth (Reader Mode only)Text(empty)Narrows extraction to a specific part of the page. Only content inside that section is indexed. Available when Reader Mode is on. Your developer can help you find the right value for your site (common examples: #main-content for Confluence, article for blogs).
Wait for Page Element (Optional)Both (browser only)Text(empty)Wait until a specific page element appears before extracting content. Useful for pages that show a loading spinner first. Your developer can provide the right value (e.g., #main-content). Not available when Simple Mode is on.
Wait Time for Page Content (seconds)Both (browser only)Number (0-10 seconds, 0.5 steps)0Extra seconds to wait before capturing the page. The crawler already waits for content to stabilize, but slow sites may need more time. Not available when Simple Mode is on.

These settings live under Advanced Options → Discovery Tuning and only appear in Link Crawling mode.

Setting (UI label)TypeDefaultDescription
Keep URL ParametersToggleOffWhen off, example.com/page and example.com/page?v=2 are treated as the same page. Enable only when different URL parameters lead to different content (e.g., versioned docs).
Advanced Link DetectionToggleOffFinds hidden navigation links in modern web apps (React, Vue, Angular) that normal link discovery misses. Essential for single-page applications. Not available when Simple Mode is on.
Add Specific Pages (Optional)Text (one URL per line)(empty)Additional starting URLs for the crawler. Useful when your docs have multiple unlinked sections.
Skip Menu and Footer LinksToggleOffIgnores links in navigation areas (header, footer, sidebar menus). Only follows links in the main content. Available when Add Specific Pages is configured.

Setting (UI label)TypeDefaultDescription
Page limitNumber (1-10,000)Your remaining plan budgetMaximum pages to discover. Same as Max Pages, but shown at the top level in both AI-assisted and Manual modes.
Include ImagesToggleOffPreserve image references in extracted content. When enabled, your bot can include relevant images in responses.

Website sources are automatically re-crawled on a schedule to keep your knowledge base up to date.

SettingTypeDefaultDescription
Auto-Recrawl EnabledToggleOnAutomatically re-crawl this source on a schedule. Disable to only crawl manually.

The recrawl frequency depends on your plan:

PlanFrequency
FreeNot available
PersonalNot available
StandardWeekly (every 7 days)
BusinessDaily (every 24 hours)

Auto-recrawl only applies to website sources. PDF, QA, and file sources are not recrawled. The source must have completed its initial discovery before scheduled recrawls begin.


ConfigurationApproximate speedBest for
Sitemap Discovery + Simple Mode~100+ pages/minStatic HTML with sitemap
Sitemap Discovery + Browser (default)~20-30 pages/minCMS/WordPress with sitemap
Link Crawling + Browser~10-20 pages/minSPAs, no-sitemap sites
Link Crawling + Reader Mode~5-15 pages/minJS-heavy sites, clean extraction
Link Crawling + Reader Mode + Low Concurrency~2-5 pages/minConfluence, rate-limited sites