# Asset Store

[Unity Asset Store](https://assetstore.unity.com/) är en onlinebutik där man kan köpa och ladda ner olika assets, till exempel 3D-modeller, animationer, bibliotek av färdigskriven kod och mycket annat.

I nyare versioner av Unity ser flödet för Asset Store oftast ut såhär:

* Logga in på Asset Store
* Leta rätt på den asset du vill köpa. En del är gratis!
* Klicka på "Add to my assets". Nu finns denna asset kopplad till ditt konto, och tillgänglig att läggas till i alla dina projekt.

![](/files/St5jytx2IKtf982wf9ox)

* Starta Unity och gå till projektet där du vill använda det du valt.
* Öppna [Package manager](/andra-funktioner/package-manager.md) och gå till My assets.

![](/files/WFpqzhiizf8xBjoBpk1h)

* Markera den asset du vill använda i listan till vänster.
* Klicka på "Download" i nedre högra hörnet.
* När paketet är nedladdat, tryck på "Import".

När du nästa gång vill använda samma paket behöver du varken gå till Asset store eller ladda ner – då går du bara till Package manager och importerar paketet.


---

# 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://unity.progdocs.se/andra-funktioner/asset-store.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.
