# Gen AI

### Zerve Canvas: Interact with Latest LLMs

Zerve Canvas provides a platform for users to seamlessly interact with the latest LLM models, such as those from Bedrock and OpenAI. By using Jinja templates, users can efficiently pass variables from other blocks to any LLM, enhancing functionality and flexibility in their workflows.

<figure><img src="/files/jCwIFV3AAPp4pMlnc9s6" alt=""><figcaption></figcaption></figure>

You can also configure Max tokens and Temperature by following the process in the video

{% embed url="<https://files.gitbook.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FIQKNeqjEeOp9UwUcB9R9%2Fuploads%2FzwQfbTQAwletepiwLIVo%2FScreen%20Recording%202025-11-28%20at%203.48.51%E2%80%AFPM.mp4?alt=media&token=ec1e0067-554b-4f46-8935-233204999770>" %}


---

# 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.zerve.ai/guide/notebook-view/blocks/block-types/gen-ai.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.
