Atlas answers questions about our codebases. Ask in plain English — it reads the actual code and explains what you need, for both technical and non-technical people.
Atlas only answers questions about the enrolled codebases. Off-topic questions are politely declined.
At the top of a chat, the Repo selector picks one codebase to search (currently
engine, device_app, and julia_commons). Pick the repo your
question is about before asking — the chat stays pinned to it until you change the selection.
The Answer selector controls the style:
path:line code references. Best for engineers.You can switch the style per chat at any time.
Keep asking in the same chat — Atlas remembers the conversation, so you can drill in (“which file has the PID constants?”) without repeating context. Start a fresh topic with + New chat.
Atlas actually searches and reads the code, so a full answer usually takes 1–3 minutes. You’ll see live progress (“Searching…”, “Reading…”) while it works. You can switch to another chat and even ask something there in the meantime — the first answer keeps running and is saved to its own chat.
Technical answers cite code as path:line (e.g.
engine/src/.../PidPowerController.h:76). Under each answer, a small footer shows which
repo · branch · commit Atlas read, the model, and how long it took — handy for confirming
exactly which version of the code the answer is based on.