Choose Search Modes


When you connect a knowledge base to an agent, you can choose how it searches that base: in agentic or classic mode.

Classic Mode
Copy link

Classic mode runs a semantic search against the knowledge base before every query and adds only the retrieved fragments to the model's context.

For example, when a customer asks about the return policy, the model answers based on the company's policy document that's already been retrieved, without making any additional requests.

Agentic Mode
Copy link

Agentic mode gives the model tools to search the knowledge base on its own, so it can run additional searches whenever it needs more information. In this mode, the model can refine the query, run multiple searches in a row, and pull the answer together from different parts of the knowledge base.

This mode produces noticeably better answers, especially for complex queries, but searches can take more time and resources.

Changing the Search Mode
Copy link

You can change the search mode at any point in the agent settings:

  1. Go to AI ServicesAgents and click on the required agent.

  2. On the Management tab, click Modify in the knowledge base block.

  3. Select the search mode you want.

  4. Save your changes.

Ambitious Aquila 2026 08 20 12 48