# Block Images

## Large image

<figure><img src="https://images.unsplash.com/photo-1706479552865-c24007563e39?crop=entropy&#x26;cs=srgb&#x26;fm=jpg&#x26;ixid=M3wxOTcwMjR8MHwxfHJhbmRvbXx8fHx8fHx8fDE3MDgyODcxMDZ8&#x26;ixlib=rb-4.0.3&#x26;q=85" alt=""><figcaption></figcaption></figure>

## Alignment

Image centered:

<figure><img src="/files/qeRUEsk3re2Vhx0CFyZ8" alt="" width="358"><figcaption></figcaption></figure>

An image on the left:

<div align="left"><figure><img src="/files/qeRUEsk3re2Vhx0CFyZ8" alt="" width="358"><figcaption></figcaption></figure></div>

An image on the right:

<div align="right"><figure><img src="/files/qeRUEsk3re2Vhx0CFyZ8" alt="" width="358"><figcaption></figcaption></figure></div>

## Alignment with caption

Image centered:

<figure><img src="/files/qeRUEsk3re2Vhx0CFyZ8" alt="" width="358"><figcaption><p>A caption that is longer than the image to test how the images is being positioned relative to it.</p></figcaption></figure>

An image on the left:

<div align="left"><figure><img src="/files/qeRUEsk3re2Vhx0CFyZ8" alt="" width="358"><figcaption><p>A caption that is longer than the image to test how the images is being positioned relative to it.</p></figcaption></figure></div>

An image on the right:

<div align="right"><figure><img src="/files/qeRUEsk3re2Vhx0CFyZ8" alt="" width="358"><figcaption><p>A caption that is longer than the image to test how the images is being positioned relative to it.</p></figcaption></figure></div>


---

# 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://gitbook-open-v2-preview.gitbook.workers.dev/url/gitbook.gitbook.io/test-gitbook-open/blocks/block-images.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.
