You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12345678910111213141516171819202122232425262728
  1. ---
  2. sidebar_position: 3
  3. slug: /implement_deep_research
  4. ---
  5. # Implement deep research
  6. Implements deep research for agentic reasoning.
  7. ---
  8. 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:
  9. ![Image](https://github.com/user-attachments/assets/f65d4759-4f09-4d9d-9549-c0e1fe907525)
  10. To activate this feature:
  11. 1. Enable the **Reasoning** toggle under the **Prompt engine** tab of your chat assistant dialogue.
  12. ![Image](https://github.com/user-attachments/assets/4a1968d0-0128-4371-879f-77f3a70197f5)
  13. 2. Enter the correct Tavily API key under the **Assistant settings** tab of your chat assistant dialogue to leverage Tavily-based web search
  14. ![Image](https://github.com/user-attachments/assets/e8787532-7e72-49ef-8951-169ae544512f)
  15. *The following is a screenshot of a conversation that integrates Deep Research:*
  16. ![Image](https://github.com/user-attachments/assets/165b88ff-1f5d-4fb8-90e2-c836b25e32e9)