# Canvas Actions

- [Triggers](https://docs.lleverage.ai/canvas-actions/triggers.md): Triggers are the starting points of any workflow in Lleverage. They determine how your workflow is initiated and what form it will take when published. Triggers define the entry point for your automat
- [Chat](https://docs.lleverage.ai/canvas-actions/chat.md)
- [Form](https://docs.lleverage.ai/canvas-actions/form.md)
- [Output](https://docs.lleverage.ai/canvas-actions/output.md)
- [Agent](https://docs.lleverage.ai/canvas-actions/agent.md)
- [AI](https://docs.lleverage.ai/canvas-actions/ai.md)
- [Prompt](https://docs.lleverage.ai/canvas-actions/ai/prompt.md)
- [AI Web Search](https://docs.lleverage.ai/canvas-actions/ai/ai-web-search.md)
- [Generate Image](https://docs.lleverage.ai/canvas-actions/ai/generate-image.md)
- [Evaluate](https://docs.lleverage.ai/canvas-actions/ai/evaluate.md)
- [Categorise](https://docs.lleverage.ai/canvas-actions/ai/categorise.md)
- [Browser Agent](https://docs.lleverage.ai/canvas-actions/ai/browser-agent.md)
- [Human-in-the-loop](https://docs.lleverage.ai/canvas-actions/human-in-the-loop.md)
- [Request Approval](https://docs.lleverage.ai/canvas-actions/human-in-the-loop/request-approval.md)
- [Request Input Page](https://docs.lleverage.ai/canvas-actions/human-in-the-loop/request-input-page.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.lleverage.ai/canvas-actions.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.
