# remote::bing-search ## Description Bing Search tool for web search capabilities using Microsoft's search engine. ## Configuration | Field | Type | Required | Default | Description | |-------|------|----------|---------|-------------| | `api_key` | `str \| None` | No | | | | `top_k` | `` | No | 3 | | ## Sample Configuration ```yaml api_key: ${env.BING_API_KEY:} ```