> ## Documentation Index
> Fetch the complete documentation index at: https://langwatch.ai/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# View images in datasets

> View image datasets in LangWatch to support multimodal evaluations and agent testing scenarios.

With the your images column type set to type set to `image (URL)`, you will be able to view images in your dataset. This is useful to analyze the images at a glance.

Below is an example of on how to set the column type to `image (URL)` in the screenshot below, you can also set this type when creating a new dataset.

<div style={{ display: "flex", justifyContent: "center" }}>
  <Frame caption="Image column type" style={{ maxWidth: "300px" }}>
    <img className="block" src="https://mintcdn.com/langwatch/F8rBPtctBv5Fz-my/images/dataset-image-select.png?fit=max&auto=format&n=F8rBPtctBv5Fz-my&q=85&s=ef172925f11dc72a066e06118fb02d05" alt="LangWatch" width="1660" height="740" data-path="images/dataset-image-select.png" />
  </Frame>
</div>

Once you select the image type, the dataset will be updated to show the image column. You will be able to edit the column value by clicking on the image cell. Keep in mind the column value will be the URL of the image.

<Frame caption="Dataset image preview">
  <img className="block" src="https://mintcdn.com/langwatch/F8rBPtctBv5Fz-my/images/dataset-image-preview.png?fit=max&auto=format&n=F8rBPtctBv5Fz-my&q=85&s=9487bc80c52c3ab86718ca0ddba993f4" alt="LangWatch" width="2844" height="1406" data-path="images/dataset-image-preview.png" />
</Frame>
