> ## Documentation Index
> Fetch the complete documentation index at: https://veryfront.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Debug with logs and traces

> Use runtime evidence to investigate project issues in Studio.

Use Logs to inspect runtime failures. Use Traces to inspect agent runs.

## Runtime issues

1. Open [Logs](/studio/panels/logs).
2. Find the error or time window that matches the issue.
3. Check the active deployment, server, or route involved.
4. Use [Code](/studio/panels/code) to inspect the source linked to the failure.

## Agent issues

1. Open [Traces](/studio/panels/traces).
2. Select the agent run that produced the unexpected result.
3. Review messages, tool calls, and timing.
4. Use [Tools](/studio/panels/tools) or [Agents](/studio/panels/agents) to adjust the capability that failed.
