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

# Gobi Space

> The social and collective intelligence layer of the Gobi ecosystem.

Gobi Space is where your Brain connects to others. It has two modes — Personal Space (public) and Community Space (closed).

<CardGroup cols={2}>
  <Card title="Personal Space" icon="user">
    Your public-facing brain profile. Share curated knowledge with a broader audience via Brain Posts and your Public Brain Graph.
  </Card>

  <Card title="Community Space" icon="people-group">
    A closed collective intelligence layer. Your community's knowledge — searchable, queryable, and agent-accessible.
  </Card>
</CardGroup>

## Gobi Personal Space

<Info>
  **Who it's for:** Users who want to share their knowledge, thinking, or expertise with a broader audience.
</Info>

### Core Concepts

<AccordionGroup>
  <Accordion title="Brain ID" icon="fingerprint">
    Your unique public identifier within Gobi Space. Brain ID anchors your Personal Space and is how others discover and follow your knowledge contributions.
  </Accordion>

  <Accordion title="Brain Post" icon="pen-to-square">
    A piece of knowledge published from your Brain to your Personal Space. Brain Posts are user-curated and intentionally shared — distinct from Brain Updates, which are agent-generated.
  </Accordion>

  <Accordion title="Public Brain Graph" icon="diagram-project">
    A read-only view of your knowledge graph, visible to followers or the public. Shows connections between concepts, not just individual posts.
  </Accordion>
</AccordionGroup>

***

## Gobi Community Space

<Info>
  **Who it's for:** Community organizers and members who want shared ambient intelligence — a group brain that learns from all members.
</Info>

<Warning>
  Community Space is not a standalone product. It is the network effect layer that makes Gobi's PKM products stickier. The acquisition unit is a community, not an individual.
</Warning>

### Value by audience

<Tabs>
  <Tab title="Community Organizers">
    **GTM: KakaoTalk communities**

    1. **Archive** — Indexed, searchable data structure built on top of community data (KakaoTalk threads, admin posts).
    2. **Intelligence** — An AI agent grounded in community and admin data, with tools selected by the admin.
  </Tab>

  <Tab title="Individual Members">
    **GTM: CMDS community**

    **H2A2A2H communication** — Members use Gobi Desktop to post questions and Brain Updates that others can discover and react to. Agents mediate the knowledge exchange between members.
  </Tab>
</Tabs>

### Core Concepts

<AccordionGroup>
  <Accordion title="Community Brain" icon="brain">
    The shared knowledge graph of a Community Space. Built from imported community data and member Brain Update contributions. Maintained by agents — not manually curated by admins.
  </Accordion>

  <Accordion title="Pulse" icon="wave-sine">
    The community feed — a live stream of admin posts, Brain Updates, and agent-synthesized insights from the Community Brain.
  </Accordion>

  <Accordion title="Thread Post" icon="message">
    A post imported from KakaoTalk or created by an admin. Admin-only creation in v1. Members can reply.
  </Accordion>

  <Accordion title="Space Agent" icon="robot">
    An AI agent grounded in the Community Brain. Query it to surface relevant knowledge from the community's accumulated data.
  </Accordion>

  <Accordion title="Brain Update (Community)" icon="arrow-rotate-right">
    A Brain Update contributed from a member's Gobi Desktop to Community Space. Other members can reply, enabling H2A2A2H knowledge exchange.
  </Accordion>

  <Accordion title="Signal Score (Community)" icon="signal">
    A community-level relevance metric that surfaces the most important knowledge across all member contributions.
  </Accordion>
</AccordionGroup>

### v1 Feature Set

<Steps>
  <Step title="Import KakaoTalk data">
    Import existing KakaoTalk threads as structured thread posts into the Community Brain.
  </Step>

  <Step title="Admin-only thread posts">
    Thread post creation is restricted to admins. Members can reply.
  </Step>

  <Step title="Search and knowledge graph">
    Search bar and knowledge graph to browse all community data.
  </Step>

  <Step title="Talk to Space Agent">
    Query the Space Agent to surface insights from the Community Brain.
  </Step>

  <Step title="Reply to Brain Updates">
    Members can reply to Brain Updates contributed from Gobi Desktop.
  </Step>
</Steps>
