# Utils

- [Custom API](https://docs.stackai.com/workflow-builder/utils-logic-and-others/utils/custom-api.md)
- [StackAI Project Node](https://docs.stackai.com/workflow-builder/utils-logic-and-others/utils/stackai-project-node.md)
- [Delay](https://docs.stackai.com/workflow-builder/utils-logic-and-others/utils/delay.md): Learn how to use the Delay node in StackAI workflows to pause execution for a set time.
- [Dynamic Vector Store](https://docs.stackai.com/workflow-builder/utils-logic-and-others/utils/dynamic-vector-store.md)
- [Shared Memory](https://docs.stackai.com/workflow-builder/utils-logic-and-others/utils/shared-memory.md)
- [Default Message](https://docs.stackai.com/workflow-builder/utils-logic-and-others/utils/default-message.md)
- [Sticky Note](https://docs.stackai.com/workflow-builder/utils-logic-and-others/utils/sticky-note.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://docs.stackai.com/workflow-builder/utils-logic-and-others/utils.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.
