# What is ID?

## What is ID

ID is a unique identifier of any entity (product, category, attribute, option, etc.) in nopCommerce.

IDs are usually hidden from users and admins, as they are used only in databases and code. Import Manager allows users to use these IDs to import different entities. Having control over IDs would give you a more scalable and structurized approach to managing your products.

## Where do I find my ID

Let's look at an example of finding an ID for existing product.

<figure><img src="/files/DaD5aW7RDZnOoskxiNWT" alt=""><figcaption><p>List of products in nopCommerce</p></figcaption></figure>

Here we have list of products in our Admin Panel. Let's find an ID of the first item.

**Click on Edit**

<figure><img src="/files/86XCRWwMdpffyXwQCsBr" alt=""><figcaption></figcaption></figure>

You would find ID in the address of the website, as shown on the screenshot.


---

# 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://importmanager.docs.foxnetsoft.com/what-is-id.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.
