@extends('layouts.app-sidebar') @section('content')
Back to Dashboard

Streamer Info

Configure your stream details and customize your AI assistant

@csrf

Stream Details

Tell the bot about your stream so it can respond appropriately

Leave empty if not gaming

Bot uses this to answer questions about you (max 2000 characters)

Current Configuration

Stream Type

{{ $tenant->stream_type ? ucfirst($tenant->stream_type) : 'Not Set' }}

Current Game

{{ $tenant->current_game ?: 'Not Set' }}

Cancel
@endsection