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

# Web Search Tool

The Web Search tool allows your agents to search for fresh results on the web.

To enable it, pass it through the `tools` option:

```json theme={null}
{
  ...
  "tools": [
    ...
    {
      "type": "web_search"
    }
  ]
}
```
