Quickstart
Gomus AI is a cloud-based RAG (Retrieval-Augmented Generation) platform built on deep document understanding. Upload your documents, connect an AI model, and get truthful, citation-backed answers in minutes — no infrastructure required.
This quickstart walks you through:
- Creating your free account,
- Choosing an AI model,
- Uploading documents to a dataset,
- Starting your first AI chat.
1. Create your account
- Go to app.gomus.org and click Sign up.
- Register with your email address.
- Confirm your email — you are taken to the dashboard.
Every new account starts on the Free plan with 1,000 credits/month. No credit card required.
| Plan | Monthly credits | Knowledge bases | Docs per KB | Max file size | Models |
|---|---|---|---|---|---|
| Free | 1,000 | 2 | 50 | 10 MB | 20 Groq |
| Base $19.90/mo | 100,000 | 10 | 500 | 50 MB | 20 Groq + 22 Bedrock |
| Premium $49.90/mo | 250,000 | 20 | Unlimited | 200 MB | 20 Groq + 22 Bedrock |
| Business $149.90/mo | 750,000 | Unlimited | Unlimited | 500 MB | 20 Groq + 22 Bedrock |
See AI Models in Gomus AI for full details on what each tier includes.
2. Choose your AI model
Gomus AI needs two types of models to work: a chat model (generates answers) and an embedding model (understands your documents).
On the Free plan, you get access to 20 Groq models — fast and high-quality, included in your credit allowance. Paid plans (Base and above) unlock all 22 AWS Bedrock models as well.
To configure your models:
- Click your avatar on the top right > Model providers.
- The available models for your plan are already listed — no API keys needed.
- Click System Model Settings to select your default models:
- Chat model — we recommend starting with
llama-3.3-70b-versatile(1 credit per 1K tokens). - Embedding model — select an embedding model for document processing.
- Chat model — we recommend starting with
See Model pricing reference for the complete list of all 42 models with credit costs.
3. Create your first dataset
A dataset (knowledge base) is a collection of documents that Gomus AI parses into searchable chunks. Your AI chat answers will be grounded in these documents.
Supported file formats include PDF, DOC/DOCX, TXT, MD, CSV, XLSX, PPT/PPTX, JPEG, PNG, and more.
To create a dataset:
-
Click the Dataset tab at the top of the page > Create dataset.
-
Enter a name for your dataset and click OK.
You are taken to the Configuration page.

-
Select your embedding model and chunking method (template) for this dataset.
IMPORTANTOnce you select an embedding model and parse a file with it, you cannot change it. All files in a dataset must use the same embedding model to ensure consistent results.
-
Click + Add file > Local files to upload a document.
-
In the uploaded file entry, click the play button to start parsing:

4. Review your chunks
Gomus AI gives you full visibility into how your documents are chunked, and lets you intervene where needed.
-
Click on a parsed file to view its chunks:

-
Hover over each snapshot for a quick preview.
-
Double-click any chunk to edit it — add keywords or questions to improve retrieval:
NOTEAdding keywords or questions to a chunk increases its keyword weight and improves its position in search results for matching queries.
-
Use Retrieval testing to verify your setup — type a question in Test text and confirm the results are accurate:

5. Start your first AI chat
Once your dataset is ready, you can create an AI chat assistant grounded in your documents.
-
Click the Chat tab at the top of the page > Create chat.
-
Click the new chat to open its configuration page.
-
Configure Chat settings on the right side:
- Name your assistant and select the datasets it should use.
- Empty response — set a fallback message for when no relevant answer is found in your documents. Leave blank to let the model improvise (may produce hallucinations).
-
Optionally customise the System prompt.
-
Select a Chat model from the dropdown (defaults to your system model).
-
Start chatting:

Gomus AI responds with grounded answers and citations from your documents.
What's next?
You now have a working AI chat assistant backed by your own documents. Here are some next steps to explore:
- AI Models in Gomus AI — understand the credit system, model tiers, and available models.
- Model pricing reference — full list of 42 models with per-token credit costs.
- Configure your dataset — fine-tune chunking strategies, PDF parsers, and more.
- Build an AI agent — create multi-step reasoning agents with tools and workflows.
- HTTP API reference — integrate Gomus AI into your own applications.