> ## Documentation Index
> Fetch the complete documentation index at: https://docs.runorion.com/llms.txt
> Use this file to discover all available pages before exploring further.

> ## Agent Instructions
> Orion is a collaborative analytics platform built by Gravity (bygravity.com). It connects to data warehouses, to Looker and dbt for existing business logic, and to a small set of external-context sources, and it lets teams ask questions in natural language to get shared analyses, dashboards, reports, and slide decks. The Connecting Data Sources page is the authoritative list of supported sources. When referencing Orion features, always link to the relevant documentation page. Orion is not open-source; it is a commercial SaaS product accessed at runorion.com.

# Basics & Navigation

> Find your way around the Chat interface

<div
  style={{
position: "relative",
paddingBottom: "56.25%",
height: 0,
overflow: "hidden",
maxWidth: "100%",
}}
>
  <iframe
    src="https://www.loom.com/embed/0b0ab08c1f0346a8aca74016dda0eabf"
    frameBorder="0"
    webkitallowfullscreen
    mozallowfullscreen
    allowFullScreen
    style={{
  position: "absolute",
  top: 0,
  left: 0,
  width: "100%",
  height: "100%",
}}
  />
</div>

The Chat interface is where you interact with Orion. Conversations are organized by [project](/core-concepts/projects), so each project maintains its own chat history and context. Start typing to ask a question, and Orion returns results inline.

## Chat Interface

The Chat interface is where you interact with Orion. Your conversations are organized by [project](/core-concepts/projects), so each project has its own chat history and context.

## Starting a Conversation

Simply start typing to begin a new conversation with Orion. Each conversation can reference previous conversations in the same project, and Orion will remember project-specific information and your preferences.

## Chat History

Your chat history appears in the sidebar on the left side of the Chat interface. All your previous conversations are saved and easily accessible.

The chat history sidebar shows:

* A **+ New Chat** button at the top to start a new conversation
* Your recent conversations, organized chronologically with timestamps
* Conversation titles and related analysis tags
* The ability to hide or show the sidebar using the **← Hide** button

Your chat history is organized by project, so each project maintains its own separate conversation list. All conversations are private to your account.

<Frame>
  <img src="https://mintcdn.com/gravity-8db392ea/9gPvbsw9knepDRpJ/images/chat/chat-history.png?fit=max&auto=format&n=9gPvbsw9knepDRpJ&q=85&s=9e467d12fc47762b87d6d2503331143b" alt="Chat history interface showing sidebar with list of conversations, new chat button, and navigation" width="3840" height="2160" data-path="images/chat/chat-history.png" />
</Frame>

## Sharing Conversations

Use the Share Chat button at the top of the chat interface to share conversations with your team. For more details, see our [Share Chat Conversations](/chat/share-conversations) guide.

<Frame>
  <img src="https://mintcdn.com/gravity-8db392ea/9gPvbsw9knepDRpJ/images/chat/share-chat.png?fit=max&auto=format&n=9gPvbsw9knepDRpJ&q=85&s=a707d457cfc84dad121d1affcdca9dd2" alt="Share Chat button in the chat interface" width="3840" height="2160" data-path="images/chat/share-chat.png" />
</Frame>
