# Getting started in the item view

Item view is where you can focus on the content of your items. You can edit metadata, tag items, and take notes on or transcribe your item.

## Important keyboard shortcuts

| Action                                                | Shortcut                                                 |
| ----------------------------------------------------- | -------------------------------------------------------- |
| Move to next item (in order of project view sort)     | Alt+down arrow                                           |
| Move to previous item (in order of project view sort) | Alt+up arrow                                             |
| Move to next photo (within an item)                   | Alt+right arrow                                          |
| Move to previous photo (within an item)               | Alt+left arrow                                           |
| Rotate image                                          | R (rotate right) or L (rotate left) (or Ctrl/Command+] ) |
| Fill image                                            | Ctrl/Command+9                                           |
| Fit image to width                                    | Ctrl/Command+0                                           |
|                                                       |                                                          |

![](/files/-LQ-FnrjkNz3JoPQ6o-a)


---

# 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://docs.tropy.org/in-the-item-view/item-view-basics.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.
