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

# MCP examples

> Practical examples for Ask, Research, Explore, Monitor, and Reports.

## Ask without starting Research

> Use `ask_risos` to summarize what this Project currently knows about switching objections.

This reads current intelligence only.

## Start explicit Research

> Use `start_research_job` with `analyze_competitors` for Acme, then return the ResearchJob ID.

Starting Research is explicit and requires `research:write`.

## Inspect or Explore

> Use `inspect_research_job` to check the current state and Living Deliverable.

> Use `explore_risos` to surface the strongest current intelligence without starting new Research.

## Monitor existing intelligence

> Use `manage_monitor` to list current monitors.

Creating or updating a Monitor requires `monitor:write`; reading uses `monitor:read`.

## Snapshot a result

> Use `create_report` to snapshot this Living Deliverable.

Reports preserve an existing state; they do not silently acquire new evidence.
