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.

📄
Upload PDF, DOCX, and TXT documents
🤖
Use OpenRouter or free Ollama models
💬
Create embeddable chat interfaces

Getting Started

1

Add API Key

Choose between OpenRouter for powerful cloud models or create a free Ollama API key for local models.

2

Upload Document

Upload your PDF, DOCX, or TXT document to the system. Your document will be processed and made available for embedding.

3

Create Embed

Generate an embed code for your document, specifying allowed domains and model preferences.

Creating & Using Embeds

Creating Embed Codes

  1. Go to the Embed tab
  2. Click Create Embed Code
  3. Enter a name for your embed
  4. Select your document
  5. Optionally specify allowed domains
  6. Select your preferred model
  7. 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