# Ranked ideas

<h2 align="center"><sub>What this page means?</sub></h2>

| This flow delivers                                        | This flow does not promise                           |
| --------------------------------------------------------- | ---------------------------------------------------- |
| <sub>A board you can sort, filter, and send forward</sub> | <sub>A winner idea every time the modal closes</sub> |

<h2 align="center"><sub>What you do in ARIA</sub></h2>

{% stepper %}
{% step %} <sub>**Open Discover**</sub>

<sub>If the board is empty, read the empty state once, it usually points to</sub> <sub></sub><sub>**Generate**</sub><sub>,</sub> <sub></sub><sub>**Sync**</sub><sub>, or Notion access, not a mystery bug.</sub>
{% endstep %}

{% step %} <sub>**Confirm Notion has the Ideas page**</sub>

<sub>Your integration can read, and fix duplicate page titles if the product warned you (ambiguous titles confuse automation).</sub>
{% endstep %}

{% step %} <sub>**Run Generate**</sub>

<sub>Inside the</sub> <sub></sub><sub>**Research pipeline**</sub> <sub></sub><sub>modal when you want net-new or updated rows from a research pass.</sub>
{% endstep %}

{% step %} <sub>**Use filters**</sub>

<sub>Such as</sub> <sub></sub><sub>**With MVP spec**</sub> <sub></sub><sub>/</sub> <sub></sub><sub>**Without MVP spec**</sub> <sub></sub><sub>when your job is “what can move to Build or MVP next?”</sub>
{% endstep %}
{% endstepper %}

***

<h2 align="center"><sub>Ask a question</sub></h2>

<p align="center"><sub><strong>Which single row would you put in front of a skeptical partner using only excerpts and scores on the board?</strong></sub> <br><sub>If none, run research or tighten Notion first.</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/use-cases/ranked-ideas.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.
