Can assistants go to a website for information queries?

Hello, I have a question, I am working with the assistants, there is a possibility that instead of searching for the information in a document, I can go to a website and extract the requested information.

This is because I have chat development with chatgpt.

There is a possibility.

You must code and provide those tools yourself.

The assistants framework supports specification of external tools which the AI can call upon. One such external tool you code can be one that calls an internet search API.

Going to arbitrary web sites is significantly harder, as many do not simply have fixed content files to retrieve. You might get “this site requires javascript”.

Assistants has no internet communication method that you don’t provide yourself.