> For the complete documentation index, see [llms.txt](https://docs.scholarrx.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.scholarrx.com/docs/updates-and-changes/production-releases/2024-05-22.md).

# 2024-05-22

## New Features

New items represent new features/functionality that have been added to ScholarRx applications.

### Embed image feature

Editorial **(internal ScholarRx team**) can now directly embed images into a Qmax question’s Abstract, Stem and Distractor explanation sections by positioning the image in the exact location where it should display.

{% hint style="warning" %}
**Important to know**: This replaces the work-around our Editorial team has been using, which is now disabled.
{% endhint %}

**Page URL**: <https://editorial.scholarrx.com/qmax/search>

**Required roles**:

* Editorial Admin
* Managing Editor

To embed an image into a section, perform the following steps:

1\.   Place your cursor in the box where you want the image to be placed and click the ‘Insert image’ icon.

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

The ‘File Search’ modal is displayed, and the file type defaults to ‘image’.

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

2\.   Search for and select an image. The image is centered in the section and on the line where the cursor was placed.  To resize the image, click on it and drag one of the corners to the desired size. It will automatically resize proportionally.

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

3\.   To move the image to a different place in the section, click and hold down on the image, and drag it to the desired location. Images may also be copied and pasted into different sections by clicking on the image, then clicking ‘Ctrl-C’ and then ‘Ctrl-V’.

{% hint style="warning" %}
**Important to know**: Right-mouse clicking on the image and then selecting ‘Copy image’ is currently disabled.
{% endhint %}

4\.   To add a paragraph before or after an image, click on the image, and then click on either of the arrows indicated below.

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

5\.   To review the image before publishing the question, click ‘Save,’ then click ‘Preview’ to open the question in the USMLE-Rx application.

<figure><img src="/files/1AXAWkRHY0rD8iRE5Qsl" alt=""><figcaption></figcaption></figure>

**\[Question preview]**\
Audio and video files can still be added using the existing ‘Attach file’ option, which works the same as before.

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


---

# 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://docs.scholarrx.com/docs/updates-and-changes/production-releases/2024-05-22.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.
