# Workflow

- [Adaptive Analytics Workflow](https://docs.dbnl.com/workflow/adaptive-analytics-workflow.md)
- [Projects](https://docs.dbnl.com/workflow/projects.md): Creating and administering projects within DBNL
- [Dashboards](https://docs.dbnl.com/workflow/dashboards.md): Discover signals by viewing tracked Columns, Segments, and Metrics.
- [Insights](https://docs.dbnl.com/workflow/insights.md): Discover signals from automated analysis of log data
- [Logs](https://docs.dbnl.com/workflow/logs.md): Filterable subsets of all ingested data and all generated Metrics
- [Explorer](https://docs.dbnl.com/workflow/explorer.md): Investigate signals through direct graphical comparison.
- [Segments](https://docs.dbnl.com/workflow/segments.md): Saved filters on Log data for tracking
- [Metrics](https://docs.dbnl.com/workflow/metrics.md): Codify signals to track behavior that matters
- [LLM-as-Judge Metric Templates](https://docs.dbnl.com/workflow/metrics/llm-as-judge-metric-templates.md): Pre-built templates to customize LLM-as-judge Metrics
- [Status](https://docs.dbnl.com/workflow/status.md): View and manage Data Pipeline runs for your Project.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.dbnl.com/workflow.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
