> For the complete documentation index, see [llms.txt](https://shoppa.gitbook.io/knowledge-hub/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://shoppa.gitbook.io/knowledge-hub/produktdatabasen/produkter-och-sokning.md).

# Produkter och sökning

Till höger i programmet har du produkter, kampanjer, produktgrupper och en sökfält. Dessa är hämtade från produktdatabasen.

#### Skillnader från Shoppa Plus

Du kan se och testa kampanjer som ännu inte är synliga för butikerna.\
Beroende på hur din kontostruktur är inställd på din kedja, kan du kanske se priser på produkterna om butikerna har lokala prislistor, eller om du administrerar mallar för flera länder.

#### Källor för produktdata

De produkter, kampanjer och grupper som visas i Shoppa kan komma från olika källor:

* Automatisk integration från dina system.
* Mediablob – Vår produktdatabasapplikation där data kan anges eller importeras.
* Excel-filer eller liknande som mailas till oss och importeras.
* Inga produkter, utan information som manuellt klistras in eller skrivs i Shoppa och sparas som mallar eller kampanjinspelningar.

Dessa fyra metoder kan kombineras på valfritt sätt. Vanligtvis rekommenderar vi en automatisk integration, ibland med ytterligare data från Mediablob, till exempel kampanjer. De två senare metoderna passar bäst för enstaka butiker och mycket små kedjor.

#### Anpassning av produktplatta

Som standard visas varje produkt i listan med produktbild, namn, märke, text, kod och pris. Koden är den första tillgängliga av dessa: Leverantörskod, kod1, ean13, kod2, 3, 4 osv.

Vi kan anpassa det för att passa dina behov bättre genom att visa de data som du vill att butikerna ska se för bästa arbetsflöde. Vilka fält av produktdata som helst kan visas, inklusive texter och bilder.

Vänligen kontakta oss för mer information och rekommendationer.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://shoppa.gitbook.io/knowledge-hub/produktdatabasen/produkter-och-sokning.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
