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

# autogen.tools.experimental.DeepResearchTool

<h2 id="autogen.tools.experimental.DeepResearchTool" class="doc doc-heading">
  <code class="doc-symbol doc-symbol-heading doc-symbol-class" />

  <span class="doc doc-object-name doc-class-name">DeepResearchTool</span>
</h2>

```python theme={null}
DeepResearchTool(llm_config: LLMConfig | dict[str, Any], max_web_steps: int = 30)
```

A tool that delegates a web research task to the subteams of agents.<br />Initialize the DeepResearchTool.<br />

<b>Parameters:</b>

| Name            | Description                                                                                       |
| --------------- | ------------------------------------------------------------------------------------------------- |
| `llm_config`    | **Type:** [LLMConfig](/docs/api-reference/autogen/llm_config/LLMConfig) \| dict\[str, typing.Any] |
| `max_web_steps` | **Type:** int<br /><br />**Default:** 30                                                          |

### Class Attributes

<code class="doc-symbol doc-symbol-heading doc-symbol-attribute" />

#### ANSWER\_CONFIRMED\_PREFIX

<br />

<br />

<code class="doc-symbol doc-symbol-heading doc-symbol-attribute" />

#### SUBQUESTIONS\_ANSWER\_PREFIX

<br />

<br />
