# Adding Nodes to Canvas

First of all, Let me make clear about the annotations we used here, Here nodes can denote either pipelines, tasks, or steps. To make the DAG we need to add nodes in such a way that it should be a direct graph with no directed cycles.

Click On the New Pipeline Button on the top right.\ <br>


---

# 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.ozone.one/ozone-end-user-guide/documentation/ci-cd/catalog/pipelines-templates-and-runs/adding-nodes-to-canvas.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.
