About DocumentQA
What is DocumentQA?
DocumentQA is a powerful tool that allows you to upload documents and create AI-powered chat interfaces that can answer questions about your documents. It uses advanced language models to understand and extract information from your documents, making it easy for users to find the information they need.
Getting Started
Add API Key
Choose between OpenRouter for powerful cloud models or create a free Ollama API key for local models.
Upload Document
Upload your PDF, DOCX, or TXT document to the system. Your document will be processed and made available for embedding.
Create Embed
Generate an embed code for your document, specifying allowed domains and model preferences.
Creating & Using Embeds
Creating Embed Codes
- Go to the Embed tab
- Click Create Embed Code
- Enter a name for your embed
- Select your document
- Optionally specify allowed domains
- Select your preferred model
- Click Create
Using on Your Website
Copy the generated iframe code and paste it into your website's HTML:
<iframe
src="https://documentqa-iframe.underwood-ai.com/?userId=user123&embedCode=YOUR_EMBED_CODE&dark=true"
title="Document QA Embed"
width="100%"
height="500px"
frameborder="0">
</iframe>
Tip: You can adjust the width, height, and dark parameters to fit your website's design.
Models & Options
OpenRouter Models
- Access to powerful cloud-based models
- Google Gemini 2.0 Flash (default)
- Many other models available
- Requires API key from OpenRouter
Ollama Models
- Self hosted and 100 percent private
- Google Gemma 3 (default)
- Great for testing and personal projects
- No external API key required