> For the complete documentation index, see [llms.txt](https://archai.gitbook.io/archai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://archai.gitbook.io/archai/create-your-own-ai/markdown-components-in-arch-ai-chats/images.md).

# Images

### Images

You can embed images in chat messages using standard markdown image syntax:

```markdown
![image](https://example.com/image.jpg)
```

**Usage:**

* Replace the URL with the actual image URL
* The alt text "image" is required
* Images will be displayed inline within the chat message
