> For the complete documentation index, see [llms.txt](https://story.groupthought.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://story.groupthought.com/sections/story-sections/image-with-text.md).

# Image with text

Story's original and favorite section that's quick and easy to set up. There are no blocks, simply choose an image, add the text and call-to-action information, and it's done.&#x20;

<figure><img src="/files/3eEFMRGZ1O5bX8CBUUTS" alt=""><figcaption></figcaption></figure>

### Section settings

All options are included in the section settings. To swap the image location, use the Image placement option to switch sides:

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

### Further customization

This section is designed to be very simple to use and quick to set up. If you require more customization options, use the ***Custom Content*** section which comes with many flexible blocks and configuration options:

{% content-ref url="/pages/cKNlfVLsi2eGn0ZBpxMl" %}
[Custom content](/sections/story-sections/custom-content.md)
{% endcontent-ref %}

### Custom CSS

The Custom CSS feature can also be used for customization within sections. Here's an example of centering the text content area for this section only:

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

CSS snippet from example:

```
.overlap__content__wrapper {
  display: grid;
  place-items: center;
}
p {
  text-align: center;
}
```


---

# 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://story.groupthought.com/sections/story-sections/image-with-text.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.
