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

# Web Dashboard

> Chat with CORE's Agent through the web interface

## Overview

Access CORE's Agent directly through CORE dashboard. The web dashboard provides a full-featured chat interface where you can have natural conversations, search your memory, and take actions across all your connected apps.

## Getting Started

1. Visit [app.getcore.me](https://app.getcore.me)
2. Sign in with your account
3. Go to Chat section and start chatting with Butler.

## Features

<CardGroup cols={2}>
  <Card title="Natural Conversations" icon="message">
    Chat naturally with your agent about anything - ask questions, give commands, or just think out loud. Your agent remembers everything.
  </Card>

  <Card title="Memory Search" icon="magnifying-glass">
    Search through your entire memory graph to find past conversations, decisions, and context instantly.
  </Card>

  <Card title="App Actions" icon="bolt">
    Create Linear issues, send Slack messages, update Notion pages, and more - all through conversation.
  </Card>

  <Card title="Multi-Modal" icon="image">
    Share images, screenshots, and files with your agent for context-aware assistance.
  </Card>
</CardGroup>

## Use Cases

<AccordionGroup>
  <Accordion title="Daily Planning" icon="calendar-days">
    **Scenario**: Start your day by chatting with CORE

    ```
    "What did I work on yesterday? What's on my plate today?
    Create a Linear issue for the bug John mentioned in Slack."
    ```

    Your agent will search memory for yesterday's context, check your Linear tasks, and create new issues as needed.
  </Accordion>

  <Accordion title="Project Recall" icon="folder">
    **Scenario**: Remember details from past projects

    ```
    "What were the main technical decisions we made for the authentication system last month?
    Find the GitHub PRs related to it."
    ```

    Your agent searches through past conversations, code reviews, and decisions to give you complete context.
  </Accordion>

  <Accordion title="Cross-App Workflows" icon="arrows-rotate">
    **Scenario**: Automate tasks across multiple apps

    ```
    "Find all open GitHub issues assigned to me, create a Linear epic to track them,
    and send a summary to the #engineering Slack channel."
    ```

    Your agent uses multiple toolkit integrations to complete complex workflows in one conversation.
  </Accordion>

  <Accordion title="Knowledge Retrieval" icon="book">
    **Scenario**: Find information quickly

    ```
    "What was the API endpoint we used for webhooks?
    Show me the conversation where we discussed it."
    ```

    Instant access to past technical discussions and decisions without searching through multiple tools.
  </Accordion>
</AccordionGroup>

## Tips

* **Be conversational**: Talk naturally - your agent understands context and nuance
* **Reference the past**: Ask about previous conversations and decisions freely
* **Chain actions**: Combine multiple tasks in one message for complex workflows
* **Use memory search**: The search function is powerful for finding specific context

## Privacy & Security

* All conversations are encrypted
* Your data is never used for training
* You control what gets stored in memory

## Need Help?

Join our [Discord community](https://discord.gg/dVTC3BmgEq) for support in **#core-support**
