# General

- [Note Block](https://docs.goless.com/blocks/general/note-block.md): Description of the Note Block work
- [Trigger Block](https://docs.goless.com/blocks/general/trigger.md): Description of Trigger Block work
- [Execute Workflow Block](https://docs.goless.com/blocks/general/execute-workflow.md): Description of the Execute Workflow Block work
- [Delay Block](https://docs.goless.com/blocks/general/delay.md): Description of Delay Block work
- [Export Data Block](https://docs.goless.com/blocks/general/export-data.md): Description of the Export Data Block work
- [HTTP Request Block](https://docs.goless.com/blocks/general/http-request-block.md): Description of the HTTP Request Block work
- [Blocks Group](https://docs.goless.com/blocks/general/blocks-group.md): Description of Blocks Group work
- [Clipboard Block](https://docs.goless.com/blocks/general/clipboard.md): Description of the Clipboard Block work
- [Wait Connections Block](https://docs.goless.com/blocks/general/wait-connections.md): Description of Wait Connections Block work
- [Notification Block](https://docs.goless.com/blocks/general/notification.md): Description of Notification Block work
- [Workflow State](https://docs.goless.com/blocks/general/workflow-state.md): Description of the Workflow State work
- [Parameter Prompt Block](https://docs.goless.com/blocks/general/parameter-prompt.md): Description of Parameter Prompt block work


---

# 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.goless.com/blocks/general.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.
