# How to add nodes (AIs and tools) to your flow

## Find it

1. There is a sidebar on the left. Click the `+` icon in the top-left corner of the Workflow Builder to expand it if you don't see the sidebar.\ <br>

   <figure><img src="https://2793209830-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FNCrOWKpBlXYnNB9SFIzb%2Fuploads%2FaZ0QbAUSqSu2VjbCFVPL%2FScreenshot%202024-07-15%20at%2020.46.29.png?alt=media&#x26;token=5ac5836b-0f94-4f44-8625-29fa97047aa0" alt=""><figcaption></figcaption></figure>

2\. In the sidebar you’ll find simple categorizations of processors:&#x20;

* Popular — highlights tools most frequently used by our community.
* AI models — collects all generative AI models.
* Tools — gathers non-AI tools like translators, resizers, and loop processors.&#x20;
* Agents — includes AI assistants, like LamaIndex and LamaQuery, designed to supercharge your embeddings, AI support, and more.\ <br>

  <figure><img src="https://2793209830-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FNCrOWKpBlXYnNB9SFIzb%2Fuploads%2FQmkWZPCZ4zwdkJ4ovg6g%2FScreenshot%202024-07-15%20at%2020.48.44.png?alt=media&#x26;token=e8884791-072b-469f-acdc-e3a0322277bf" alt=""><figcaption></figcaption></figure>

\
3\. Or use the search bar

Hover your cursor over the search bar and start typing the name of the tool you are looking for (e.g., type “GPT” to find the ChatGPT node).

## Add it

Once you've found what you need, simply click on the model or grab and bring it to your canvas using drag and drop\ <br>

<figure><img src="https://2793209830-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FNCrOWKpBlXYnNB9SFIzb%2Fuploads%2FwkffAsqPFiubUVEysdxC%2FScreenshot%202024-07-15%20at%2020.48.44.png?alt=media&#x26;token=7b8a5aa1-f3e9-45bc-816d-241956d73352" alt=""><figcaption></figcaption></figure>


---

# 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/how-to-add-nodes-ais-and-tools-to-your-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.
