Skip to main content
This guide walks you through creating your IllumiChat account, setting up your first workspace, and sending your first message.

Create Your Account

1

Sign Up

Go to beta.illumichat.com and click Sign Up. You can create an account with your email address or sign in with Google.
2

Verify Your Email

If you signed up with email, check your inbox for a verification link from IllumiChat. Click the link to confirm your address and activate your account.
Did not receive the email? Check your spam folder or click Resend verification on the sign-in page.
3

Set Up Your Workspace

After signing in for the first time, you will be prompted to create a workspace. A workspace is a shared environment where you and your team organize conversations, assistants, and projects.Give your workspace a name (for example, your company or team name) and you are ready to go. You can always create additional workspaces later from the sidebar.
Workspaces keep everything separate — conversations, assistants, projects, and members. Use different workspaces for different teams, clients, or use cases.
4

Start Chatting

Once your workspace is set up, you will land on the chat screen. Type a message in the input field and press Enter to send it. IllumiChat will respond using the default AI model.

Your First Conversation

1

Open a new chat

Click the New Chat button in the sidebar or press Cmd/Ctrl + K to start a fresh conversation.
2

Type your message

Enter your question or prompt in the text field at the bottom of the screen. Try something like:
“Summarize the key differences between REST and GraphQL APIs.”
3

Review the response

IllumiChat streams the response in real time. You can continue the conversation by typing follow-up questions — the AI remembers the full context of your chat.
4

Try creating an artifact

Build on the response with a follow-up:
“Now create a comparison table as an artifact.”
This generates a structured artifact you can view and edit alongside the conversation.

Choosing an AI Model

IllumiChat gives you access to several AI models. Switch models at any time using the model selector above the chat input.
ModelBest For
Grok-2Real-time information, current events, fast responses
GPT-4oGeneral tasks, writing, analysis, and problem-solving
Claude SonnetLong documents, nuanced discussion, and detailed coding
AutoLet IllumiChat pick the best model for each message
Model availability may vary depending on your plan. Free accounts have access to a generous set of models, while paid plans unlock higher usage limits.
Not sure which model to choose? Start with Auto mode. IllumiChat will analyze your prompt and route it to the model best suited for the task.

Creating Artifacts

Artifacts are structured outputs — documents, code files, diagrams, and spreadsheets — that IllumiChat generates inline within your conversation. They appear in a dedicated panel where you can view, edit, copy, and export them. To create an artifact, describe what you need:
  • Document: “Write a project proposal for a mobile app redesign”
  • Code: “Create a Python script that reads a CSV file and generates a summary report”
  • Diagram: “Draw a flowchart showing the user registration process”
  • Spreadsheet: “Build a budget tracker with columns for category, planned, actual, and difference”
You can ask IllumiChat to update an existing artifact in the same conversation. For example: “Add an executive summary section to the top of that document.”

Uploading Files

Upload files directly into a conversation for IllumiChat to read and analyze.
  1. Click the attachment icon (paperclip) next to the chat input.
  2. Select one or more files from your device.
  3. Add your question or instructions, then send the message.
Supported file types include:
  • Images (PNG, JPG, GIF, WebP)
  • PDF documents
  • Text and Markdown files
  • CSV and data files
Each file must be under 10 MB in size. If an upload fails, try compressing the file or splitting it into smaller parts.
Web search gives IllumiChat access to real-time information from the internet. This is useful for questions about current events, recent data, or anything that requires up-to-date knowledge.
  1. Look for the Web Search toggle near the chat input area.
  2. Turn it on before sending your message.
  3. IllumiChat will search the web, gather relevant sources, and incorporate them into its response.
Web search results include source links so you can verify the information. When web search is off, IllumiChat relies on its training data and any knowledge base documents you have configured.

Key Concepts

Before diving deeper, here are the core concepts you will encounter throughout IllumiChat:
ConceptDescription
WorkspacesSeparate environments for organizing members, conversations, assistants, and projects
AssistantsCustom AI personas configured with specific instructions, models, and knowledge sources
ProjectsCollections of documents that power your assistants’ knowledge through RAG
Knowledge BaseThe document store that assistants search to provide accurate, context-aware answers
ArtifactsStructured outputs (documents, code, diagrams, spreadsheets) generated during conversations

Next Steps