# What are the Start and End Nodes?

Each flow contains a Start Node and an End Node by default.<br>

### The Start Node

* &#x20; is designed to initiate your workflow.
* &#x20; store all your input data for easy management.
* &#x20; receives all user queries by default when using the flow through an API.
* &#x20; routes these queries to the corresponding nodes based on the workflow scenario.

### The End Node

* &#x20;  captures the results after the workflow has been executed.
* &#x20;  returns the final output of your workflow.

\
With the Start and End Nodes in place, you can easily get code snippets for API integration.


---

# 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://scade.gitbook.io/scade-knowledge-base/build-a-flow/what-are-the-start-and-end-nodes.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.
