Web search solves a core technical limitation of AI models. Large Language Models go through two phases: training (when they’re “built”) and then deployment (when you use them). Once training is complete, the model’s knowledge is frozen at that cutoff date and can’t be updated. This means even the newest models become outdated the moment they’re released. The web search tool bridges this gap in two steps:Documentation Index
Fetch the complete documentation index at: https://docs.langdock.com/llms.txt
Use this file to discover all available pages before exploring further.
- Search: A query is generated and searches the internet for relevant results
- Context: Those results get sent to the AI along with your prompt to generate an informed answer
- Gathering current information on any topic
- Getting real-time data and recent developments
- Searching specific websites (just include the URL in your prompt)
Selecting web search
To use Web search, open a new chat and select a model that supports web search. You’ll see web search availability indicated by the icon in the model selector if the web search icon is greyed out, that model doesn’t support web search.

Using web search
Web search automatically triggers when the AI detects that your prompt requires information beyond its training cutoff date. Your then prompt gets reformatted into an optimized search query, then our search model finds relevant results across the web. Once the search is complete, the model analyzes findings from multiple websites and synthesizes them into a comprehensive answer for you. The whole process happens seamlessly in the background, so you get current information without any extra steps on your end.Inspecting sources
When you want to see what websites the AI used to write the response, click on Searched for “your search query” to view the complete list of websites that were analyzed.

Opening specific URLs
While web search finds relevant pages across the internet, sometimes you need to access a specific URL directly. The open_url tool retrieves and renders the content of a webpage you specify.When to use open_url vs web search
| Use case | Tool |
|---|---|
| Research a topic with unknown sources | Web search |
| Access a specific page you already know | open_url |
| Get current news or recent developments | Web search |
| Read an article someone shared with you | open_url |
| Compare information across multiple sites | Web search |
How it works
When you share a URL with the AI, the open_url tool fetches the page content and converts it to text that the model can analyze. This is useful for:- Summarizing articles or documentation
- Extracting specific information from a known page
- Analyzing content from links shared in conversations
Usage limits
Best practices
- Be specific about what you need: Instead of just pasting a URL, tell the AI what you’re looking for. For example: “Summarize the key points from this article: [URL]”
- Use web search for discovery: If you’re not sure which page has the information you need, start with web search to find relevant sources
- Batch related URLs: If you need content from multiple pages, include up to 3 URLs in a single message to stay within the limit