- **USE_KB** – Loads and embeds files from the `.gbkb/collection-name` folder into the vector database, making them available for semantic search in the current session. Multiple KBs can be active simultaneously.
- **CLEAR_KB** – Removes a knowledge base from the current session (files remain embedded in the vector database).
- **ADD_WEBSITE** – Crawl a website and add its pages to a collection.
The vector database retrieves relevant chunks/excerpts from active KBs and injects them into LLM prompts automatically, providing context-aware responses.