# Discover

{% hint style="info" %} <sub>Discover is where</sub> <sub></sub><sub>**market language**</sub> <sub></sub><sub>becomes</sub> <sub></sub><sub>**rows you can sort, filter, and send forward**</sub><sub>.</sub>
{% endhint %}

<h2 align="center"><sub>This page means</sub></h2>

<table><thead><tr><th width="292.18182373046875">Discover is</th><th>Discover is not</th></tr></thead><tbody><tr><td><sub>A board tied to structured research runs</sub></td><td><sub>A free-form whiteboard for unlimited random ideas</sub></td></tr><tr><td><sub>A front door for evidence</sub></td><td><sub>A guarantee that every run produces a unicorn</sub></td></tr></tbody></table>

<h3 align="center"><sub>The two rhythms (pick your lane)</sub></h3>

<table><thead><tr><th width="98.09088134765625">Rhythm</th><th width="215.3636474609375">You do</th><th>You get</th></tr></thead><tbody><tr><td><sub><strong>Generate</strong></sub></td><td><sub>Run the research pipeline</sub></td><td><sub>New or updated rows, written back to Notion on success</sub></td></tr><tr><td><sub><strong>Sync</strong></sub></td><td><sub>Bring Notion up to date first</sub></td><td><sub>Board that mirrors what you already allow the integration to read</sub></td></tr></tbody></table>

<h3 align="center"><sub>Modal contract (read once, save hours)</sub></h3>

<p align="center"><sub>When <strong>Research pipeline</strong> opens, notice three truths the product repeats on purpose:</sub></p>

{% stepper %}
{% step %} <sub>**First**</sub>

<sub>Steps have plain names so you can narrate status to a teammate on a call.</sub>
{% endstep %}

{% step %} <sub>**Second**</sub>

<sub>Closing the window does not stop idea generation. If you need calm UI, close the modal, do not assume the world paused.</sub>
{% endstep %}

{% step %} <sub>**Third**</sub>

<sub>If Notion is wrong, the board will look wrong. Fix the workspace side first.</sub>
{% endstep %}
{% endstepper %}

{% hint style="warning" %}
If Notion shows **more than one page titled Ideas**, the product picks a first match and warns you. Rename extras. Ambiguous titles become ambiguous pipelines.
{% endhint %}

<h3 align="center"><sub>Filters and sorting (verbal punctuation)</sub></h3>

<details>

<summary><strong>Expand: MVP spec filter (what the labels mean)</strong></summary>

<table><thead><tr><th width="169.3636474609375">Filter</th><th>When to use it</th></tr></thead><tbody><tr><td><sub><strong>All ideas</strong></sub></td><td><sub>Default sweep of the board</sub></td></tr><tr><td><sub><strong>With MVP spec</strong></sub></td><td><sub>You are hunting ideas that already have a build specification artifact</sub></td></tr><tr><td><sub><strong>Without MVP spec</strong></sub></td><td><sub>You are hunting ideas that still need spec work before MVP</sub></td></tr></tbody></table>

</details>

<h3 align="center"><sub>Three habits</sub></h3>

{% stepper %}
{% step %} <sub>**First**</sub>

<sub>If the board is empty, read the empty state copy slowly once. It usually points to</sub> <sub></sub><sub>**generate**</sub> <sub></sub><sub>or</sub> <sub></sub><sub>**Notion permissions**</sub><sub>, not to mystery bugs.</sub>
{% endstep %}

{% step %} <sub>**Second**</sub>

<sub>Before you click generate again, open Notion and confirm the Ideas page exists and you</sub> <sub></sub><sub>**tested in Settings.**</sub>
{% endstep %}

{% step %} <sub>**Third**</sub>

<sub>Treat duplicate page titles in Notion like duplicate file names on a desktop. Humans tolerate it,</sub> <sub></sub><sub>**ARIA does not.**</sub>
{% endstep %}
{% endstepper %}

<h3 align="center"><sub>Ask yourself</sub></h3>

<p align="center"><sub><strong>Which single idea on the board would you defend in front of a skeptical partner tomorrow, using only the excerpts and scores you see there?</strong> If none, run research or tighten filters before you spend social capital.</sub></p>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.ariaagi.com/workspace/discover.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
