# Development

This is the layer where all the coding - data prep, model development, model evaluation etc. happens. Currently supports Python, R, SQL, GraphQL, Markdown, RMarkdown, GenAI Prompts

{% embed url="<https://files.gitbook.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FIQKNeqjEeOp9UwUcB9R9%2Fuploads%2FGPo0ZMC2MOnxKw7I08bl%2FScreen%20Recording%202025-03-27%20at%203.36.10%E2%80%AFPM.mp4?alt=media&token=8976eb43-e89b-4966-9160-22425a2010bd>" %}
Development Layer
{% endembed %}

## **Grouping Blocks:**

Development layer has an inbuilt grouping option to group cells based on code functionality. This can be done by renaming the block to groupName.blockName. This will group all the blocks with same group name together. In the below example we can see data as a group name.

{% embed url="<https://files.gitbook.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FIQKNeqjEeOp9UwUcB9R9%2Fuploads%2FihBjGisfvXqJRozjJqLO%2FScreen%20Recording%202025-03-27%20at%203.48.09%E2%80%AFPM.mp4?alt=media&token=1c687bd1-6372-4a36-af6f-cbb4b6efcb02>" %}
Grouping blocks
{% endembed %}

## **Passing Functions:**

Along with variables one can also pass functions between blocks as shown below.

{% embed url="<https://files.gitbook.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FIQKNeqjEeOp9UwUcB9R9%2Fuploads%2FoB6Yy0gl0UbiEoarPhQ3%2FMy%20Movie%201.mp4?alt=media&token=69a480e8-61e1-4c03-aed3-2aa971ee7826>" %}
Passing Functions
{% endembed %}


---

# 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/canvas-view/layers-overview/development.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.
