# View your items

{% stepper %}
{% step %}

### Open the Items overview

To get an overview of the items you imported to the Channable platform, click the "Items" tab located on the left-hand side of the screen. The Items tab contains a full overview of all the items that are on your datafeed file.

<figure><img src="/files/e87ptuAKHQIJx5S8erTu" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Viewing one item

Click any item to see an overview of that item's attributes (title, description, brand, color, size, etc.). If you're looking for a specific item, use the search bar in the Items tab — you can search by product ID, title, or other attribute. After finding the item, click it to display the full attribute overview.

{% endstep %}
{% endstepper %}


---

# 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://helpcenter.channable.com/import-data/import-how-to/view-your-items.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.
