# Use WebUI

## Chat Interface Guide

> 🚀 The WebUI demo is now fully functional and live at <https://app.aios.foundation/chat>

### Quick Start

1. Pick a model
   * Choose between Gemini or GPT
   * Look for the model selector at the top
2. Add your API key
   * Click "Configure API Key" when prompted
   * Enter your key in the popup window
3. View an agent
   * Click an agent from the left sidebar
   * Each agent has special skills
4. Start chatting!
   * @ an agent to select the agent
   * Type your message
   * Press Enter to send and chat with the selected agent

### Tips & Tricks

💡 **Quick Commands**

* Use `@agent_name` to talk to specific agent
* Example: `@math_agent what is 2+2?`

🔄 **Managing Chats**

* Click "New Chat" for fresh conversation
* All chats save automatically
* Search old chats in right sidebar

### Common Issues

⚠️ **No API Key?**

* Get Gemini key from Google AI Studio
* Get GPT key from OpenAI

<figure><img src="/files/pKp7eFUmsS3zcc4DSLFM" alt=""><figcaption><p>WebUI</p></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.aios.foundation/aios-docs/getting-started/quickstart/use-webui.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
