Tools
A tool is a function the model can call while it writes a reply. Settings → Tools has one card per tool with a switch. A persona or a conversation can override the switches. The call and its result appear in a box above the reply.
| Tool | Needs | What it does |
|---|---|---|
| Knowledge | An embedding model | Looks up facts in memory. |
| Fetch URL | Nothing | Downloads a public web page you mention and reads its text. |
| Web Search | The address of a SearXNG instance | Searches the web and reads the top results. |
| Basics | Nothing | The current date and time in your time zone, and your home location. |
| Weather | An OpenWeatherMap key (free) | Current weather, the next hours and a 5-day outlook for any place, your home location by default. |
| Crypto Market | Nothing | The price of a coin against USDT with 1 h, 24 h and 7 d changes and common indicators. |
Enter the address or key on the card while the tool is on. Keys stay in the local database. Your time zone and home location are set under Basics.
Fetch URL and Web Search send the page address or your search words to the site or the SearXNG instance. Weather sends the place name to OpenWeatherMap. Crypto Market asks the public Binance API. See Data and privacy.