> For the complete documentation index, see [llms.txt](https://docs.zerve.ai/guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.zerve.ai/guide/canvas-view/layers-overview/development.md).

# 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 %}
