# Build a flow

- [What is Flow?](https://scade.gitbook.io/scade-knowledge-base/build-a-flow/what-is-flow.md): Baby don't hurt me, don't hurt me no more
- [How to create a flow](https://scade.gitbook.io/scade-knowledge-base/build-a-flow/how-to-create-a-flow.md)
- [What is a Node](https://scade.gitbook.io/scade-knowledge-base/build-a-flow/what-is-a-node.md)
- [What are the Start and End Nodes?](https://scade.gitbook.io/scade-knowledge-base/build-a-flow/what-are-the-start-and-end-nodes.md)
- [How to add nodes (AIs and tools) to your flow](https://scade.gitbook.io/scade-knowledge-base/build-a-flow/how-to-add-nodes-ais-and-tools-to-your-flow.md)
- [Top Nodes settings](https://scade.gitbook.io/scade-knowledge-base/build-a-flow/top-nodes-settings.md)
- [Large language models](https://scade.gitbook.io/scade-knowledge-base/build-a-flow/top-nodes-settings/large-language-models.md)
- [Image generation](https://scade.gitbook.io/scade-knowledge-base/build-a-flow/top-nodes-settings/image-generation.md)
- [Transcribe audio to text (Whisper)](https://scade.gitbook.io/scade-knowledge-base/build-a-flow/top-nodes-settings/transcribe-audio-to-text-whisper.md)
- [Image background removal options](https://scade.gitbook.io/scade-knowledge-base/build-a-flow/top-nodes-settings/image-background-removal-options.md)
- [How to Connect Nodes](https://scade.gitbook.io/scade-knowledge-base/build-a-flow/how-to-connect-nodes.md)
- [How to Use Expression Editor](https://scade.gitbook.io/scade-knowledge-base/build-a-flow/how-to-use-expression-editor.md)
- [How to Copy Generated Images or Text](https://scade.gitbook.io/scade-knowledge-base/build-a-flow/how-to-copy-generated-images-or-text.md)
- [What is the 'View Source' of a Node](https://scade.gitbook.io/scade-knowledge-base/build-a-flow/what-is-the-view-source-of-a-node.md)
- [How to add python code](https://scade.gitbook.io/scade-knowledge-base/build-a-flow/how-to-add-python-code.md)


---

# 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.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.
