> For the complete documentation index, see [llms.txt](https://agent-llm.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://agent-llm.gitbook.io/docs/providers/bing.md).

# BING

## AI Provider: Bing

* [Bing](https://bing.com)
* [Agent-LLM](https://github.com/Josh-XT/Agent-LLM)

## Disclaimer

We are not responsible if Microsoft bans your account for doing this. This may not be consistent with their rules to use their services in this way. This was developed for experimental purposes and we assume no responsibility for how you use it.

## Quick Start Guide

### Get your Bing Cookies

1. Install the cookie editor extension for Chrome or Firefox
2. Go to bing.com
3. Open the extension
4. Click "Export" on the bottom right, then "Export as JSON" (This saves your cookies to clipboard)
5. Paste your cookies into a file `cookies.json` in your `Agent-LLM` directory

### Update your agent settings

Set `AI_PROVIDER` to `bing`.
