Supported Content Types
itellicoAI supports four types of knowledge items, each designed for different content sources and use cases. Understanding how each type works will help you choose the right format for your information. For guidance on organizing these items, see knowledge base architecture.Text Items
File Uploads
URL Scraping
Website Crawl
Text Items
What Are Text Items?
Text items are content you enter directly into the itellicoAI knowledge base editor. They are the most straightforward and reliable content type —immediately available with no processing delay.How to Add a Text Item
Navigate to folder
Click 'Add Item'
Select 'Text Content'
Enter title
Write content
- Headings for sections
- Bullet points for lists
- Numbers for steps
- Bold for emphasis
Click 'Create'
Best Practices
Structure for retrieval
Use descriptive titles
When to Use Text Items
Writing FAQs
Writing FAQs
Creating policy summaries
Creating policy summaries
Documenting procedures
Documenting procedures
Quick reference information
Quick reference information
Limitations
- No file attachment support —content must be typed or pasted
- Large volumes of content are better managed as file uploads
File Upload Items
What Are File Upload Items?
File upload items allow you to upload existing documents in various formats. The system extracts the text content and makes it available to your agents.How to Add a File Item
Navigate to folder
Click 'Add Item'
Select 'Upload File'
Enter title
Upload file
Click 'Create'
Processing Details
The system uses advanced document parsing to extract text from uploaded files:- Text extraction —text-based PDFs and Word documents have their content extracted directly
- OCR (Optical Character Recognition) processing — technology that reads text from scanned images —the platform processes scanned documents and images within PDFs with OCR
- Chunking —extracted content is split into chunks for vector indexing (preparing content for semantic search), enabling retrieval
- Formats: PDF, Word (.doc, .docx), Excel (.xlsx), Text (.txt, .log), Markdown (.md), CSV/TSV (data formats), JSON (data formats), YAML (.yaml, .yml) (data formats), XML (data formats)
- Size limit: 10MB maximum
- Content: Text-based documents and scanned images (advanced parsing handles most scans)
- Protection: No password protection
Best Practices
Optimize before upload
- Compress large files
- Remove unnecessary images
- Use text-based documents when possible
- Keep under 5MB for faster processing
Test extraction
- Review extracted content after processing
- Check for formatting issues
- Verify critical information is accurate
- Re-upload if extraction is poor
Limitations
- Maximum file size of 10MB
- Password-protected files cannot be processed
- Very poor quality scans may produce incomplete or inaccurate text
- Complex layouts (multi-column, heavy tables) may not extract perfectly —review extracted content and consider converting to text items if needed
Troubleshooting
Processing failed
Processing failed
- File exceeds 10MB
- File is password-protected
- File is corrupted
- Very poor quality scanned images
- Compress file or split into smaller files
- Remove password protection
- Re-export file from source
- For very poor quality scans, copy content into a text item instead
Content extracted incorrectly
Content extracted incorrectly
- Complex layouts (multi-column, tables)
- Very poor quality scanned images
- Special fonts or encoding
- Form fields and interactive elements
- Check extracted content in edit mode
- Re-create as text item with proper formatting
- Simplify document layout before uploading
- Export as plain text document
Processing takes too long
Processing takes too long
- Wait 5-10 minutes before assuming failure
- Check file size and page count
- For large files, consider splitting into multiple files
- Convert to text and upload as TEXT items instead
URL Items
What Are URL Items?
URL items scrape content from a single web page and store it in your knowledge base. This is useful for referencing a specific online documentation page, help article, or blog post.How to Add a URL Item
Navigate to folder
Click 'Add Item'
Select 'Web Page'
Enter title
Enter source URL
https://Example:Click 'Create'
Processing Details
When you add a URL item, the system:- Fetches the page at the provided URL
- Extracts the main text content, stripping navigation, ads, and boilerplate
- Stores the extracted text as the knowledge item content
- Indexes the content for vector search, just like text and file items
Best Practices
Test accessibility
- Open URL in incognito window first
- Verify no login is required
- Check content is visible without JavaScript
- Ensure page loads quickly
Review scraped content
- Check content after scraping completes
- Verify correct content was captured
- Look for formatting issues
- Confirm no extra content (ads, sidebars) was included
Limitations
- Authentication —pages requiring login cannot be scraped
- JavaScript-heavy pages —single-page applications and dynamically loaded content may not be captured
- Paywalled content —content behind paywalls is inaccessible
- No automatic refresh —content is scraped once; you must re-create the item to update
- robots.txt (a file websites use to control automated access) —sites that block scraping will fail
Troubleshooting
Scraping failed
Scraping failed
- Page requires login/authentication
- URL is incorrect or broken
- Content loads via JavaScript
- Website blocks scraping (robots.txt)
- Page doesn’t exist (404)
- Verify URL is publicly accessible
- Test URL in incognito browser window
- Check URL is complete and correct
- Copy content manually into text item
- Use PDF export of page instead
Content incomplete or wrong
Content incomplete or wrong
- JavaScript-rendered content not captured
- Dynamic content loading
- Multiple tabs/sections on page
- Comments or sidebar scraped instead of main content
- Inspect scraped content in edit mode
- Use direct URL to specific content section
- Copy desired content into text item
- Export page as PDF and upload instead
Content becomes outdated
Content becomes outdated
- Delete and re-create the URL item
- Or copy current content into a text item for manual updates
- Manual text items you update regularly
- PDF exports you refresh periodically
Website Crawl Items
What Are Website Crawl Items?
Website crawl items discover multiple public pages from one website and import the pages you select. Use this when one knowledge source spans several URLs, such as a help center or documentation site.How to Add a Website Crawl
Navigate to folder
Click 'Add Item'
Select 'Website Crawl'
Enter website URL
Choose pages
Crawl Settings
Open Advanced options before discovery to control the crawl scope and refresh behavior.Limitations
- Public pages work best; authenticated pages are not supported
- JavaScript-heavy pages may not extract cleanly
- Crawls count toward the knowledge base URL/website item limit
- Imported pages still need successful content processing and vector indexing before RAG can retrieve them
Processing Status Flow
Knowledge items go through two separate processing pipelines:- Content Processing —extracting text from files, URLs, and website pages
- Vector Indexing —preparing content for RAG (semantic search)