πŸ› οΈ How-to guide

<aside> πŸ§ͺ

WHAT IT DOES

Before you connect a RAG project to an agent, the test page lets you ask real questions and see exactly how it answers β€” the answer, the sources and passages it used, the tokens it spent, and a step-by-step trace of the pipeline. It's how you tune a project with confidence, without touching a live agent.

</aside>

Opening the test page

From RAG Projects, select a project to open its test page. If the project isn't bound to a knowledge base, you'll see a warning β€” runs will fail until you select Edit and pick one on the General tab.

Asking a question

Type a question in the ask bar at the top β€” "Ask something the knowledge base could answer…" β€” and press Enter. The project runs its full pipeline against the bound knowledge base and the result appears below.

The RAG project test page after a run β€” the settings used, a pipeline trace of each step with timings, the answer with a citation, and token usage.

The RAG project test page after a run β€” the settings used, a pipeline trace of each step with timings, the answer with a citation, and token usage.

Reading the result

The result is laid out top to bottom:

The pipeline trace

Above the answer, a timeline shows every step the project ran β€” typically Classify intent, Generate direct answer, Refine query, Search, Clean search results, Generate answer, and Groundedness check β€” with how long each took. Expand any step to see its Request and Response. Use the trace to see where time goes and to understand how a step (like the groundedness check) shaped the final answer.

Using the results to tune the project

The test page is a feedback loop: spot a problem, change the matching setting in Edit, and re-run.