> For the complete documentation index, see [llms.txt](https://help.ezbiolink.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.ezbiolink.com/link-types/image-grid.md).

# Image Grid

The image grid option allows you to add clickable 2x1 blocks of images onto your biolink page. These images look as follows.

![Clickable Image Grid](/files/-MR-7ooDox0YlAy8Q7Eg)

These images can be stacked on top of each other and though there can be 2 images horizontally, you can create many vertical columns of 2x1 pictures.

To create an Image Grid follow these staps:

1. **Log in** to your [dashboard](https://ezbiolink.com/dashboard)
2. Navigate to your biolink builder **Project > Biolink**
3. Select the **Image Grid** option
4. Im the pop-up box:
   1. **Name** the block (this will show up at the bottom of the block)
   2. Add an **Image URL** (where your picture is located on the internet)
   3. Add a **Destination URL** (where you want to direct your users when they click on the image)

The final result can be seen on the following page: <https://ezbiolink.com/ezbiolinkdemo>

### Stacking Image Blocks

If you create multiple image blocks, you can stack them on top of each other in the builder (see below) and they will know their order in the builder preview.&#x20;

![](/files/-MR-9W4r5lnLgX-yeuvj)

The image block placed at the top will always be on the left of the 2x1 grid. The one below will be on the right. The rest will alternate (left>right) again.

* Notice that the lion is also called the **Art**. It is located at the top of the **Image Grid**.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://help.ezbiolink.com/link-types/image-grid.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
