ragflow/docs/guides/chat/implement_deep_research.md
writinwaters 7eb25e0de6
UI updates (#9836)
### What problem does this PR solve?

### Type of change


- [x] Documentation Update
2025-08-30 21:44:58 +08:00

932 B

sidebar_position slug
3 /implement_deep_research

Implement deep research

Implements deep research for agentic reasoning.


From v0.17.0 onward, RAGFlow supports integrating agentic reasoning in an AI chat. The following diagram illustrates the workflow of RAGFlow's deep research:

Image

To activate this feature:

  1. Enable the Reasoning toggle in Chat setting.

chat_reasoning

  1. Enter the correct Tavily API key to leverage Tavily-based web search:

chat_tavily

The following is a screenshot of a conversation that integrates Deep Research:

Image