Quickstart
This guide will help you set up Page Assist and have your first AI conversation in just a few minutes.Prerequisites
Before you begin, make sure you have:- Page Assist installed on your browser (Installation guide)
- A local AI provider (we’ll use Ollama in this guide)
Setup guide
Install Ollama
Ollama is a free, open-source tool that lets you run AI models locally on your computer.Alternative providers:
- Visit ollama.com and download Ollama for your operating system
- Install and launch Ollama
- Open a terminal and pull a model:
Ollama runs on
localhost:11434 by default. Page Assist will automatically detect it - no configuration needed!Open Page Assist
You can access Page Assist in two ways:Sidebar mode (recommended for quick access):
- Press
Ctrl+Shift+Y(orCmd+Shift+Yon Mac) - Or right-click on any webpage and select Page Assist from the context menu
- Press
Ctrl+Shift+L(orCmd+Shift+Lon Mac) - Or click the Page Assist icon in your browser toolbar
You can customize these keyboard shortcuts from your browser’s extension management page.
Configure settings (optional)
If you’re using Ollama with default settings, Page Assist will automatically detect it. If you need to configure a different provider:
- Click the Settings icon in Page Assist
- Go to the OpenAI Compatible API tab
- Click Add Provider
- Select your provider type (Ollama, LM Studio, etc.)
- Enter the API URL:
- Ollama:
http://localhost:11434 - LM Studio:
http://localhost:1234/v1
- Ollama:
- Click Save
Start your first chat
Now you’re ready to chat with your AI!
- In the Page Assist interface, you’ll see a model selector at the top
- Select your preferred model (e.g.,
llama3.2) - Type a message in the input box at the bottom
- Press Enter or click the send button
- “Explain quantum computing in simple terms”
- “Write a Python function to calculate fibonacci numbers”
- “What are the key differences between React and Vue?”
Keyboard shortcuts
Page Assist includes several keyboard shortcuts to boost your productivity:Extension shortcuts
| Shortcut | Action | Description |
|---|---|---|
Ctrl+Shift+Y | Open sidebar | Opens the sidebar on any webpage |
Ctrl+Shift+L | Open Web UI | Opens the Web UI in a new tab |
Application shortcuts
| Shortcut | Action | Description |
|---|---|---|
Ctrl+Shift+O | New chat | Starts a new chat conversation |
Ctrl+B | Toggle sidebar | Opens/closes the chat history sidebar |
Shift+Esc | Focus input | Focuses the message input field |
Ctrl+E | Toggle chat mode | Toggles between normal chat and chat with current page |
Extension shortcuts can be customized from your browser’s extension management page. Application shortcuts work within the Page Assist interface.
Advanced features
Chat with webpage
One of Page Assist’s most powerful features is the ability to chat with the content of any webpage:- Open the sidebar on any webpage (
Ctrl+Shift+Y) - Toggle the Chat with Website option (or press
Ctrl+E) - Ask questions about the page content
- “Summarize this article”
- “What are the main points discussed on this page?”
- “Explain this code in simpler terms”
Knowledge base
Upload your own documents and chat with them:- Open Page Assist settings
- Configure an embedding model in RAG Settings (recommended:
nomic-embed-text) - Go to Manage Knowledge
- Click Add New Knowledge and upload your files
- In the chat input, click the knowledge base icon to select which documents to reference
Troubleshooting
Can’t connect to Ollama?
If Page Assist can’t connect to Ollama:- Make sure Ollama is running (check your system tray/menu bar)
- Verify Ollama is accessible by visiting
http://localhost:11434in your browser - Check that at least one model is installed:
ollama list - See the connection issues guide for more help
Model not appearing?
- Ensure the model is loaded in your AI provider
- Refresh the model list by reopening Page Assist
- For LM Studio, make sure a model is actively loaded before opening Page Assist
Next steps
Explore features
Learn about custom prompts, internet search, and more
Configure providers
Set up multiple AI providers and models
Browser support
Check browser-specific features and limitations
Keyboard shortcuts
Master all available keyboard shortcuts