# Grundfunktioner

- [Debug och gizmos](https://unity.progdocs.se/grundfunktioner/debug-och-gizmos.md)
- [Datatyper och synlighet](https://unity.progdocs.se/grundfunktioner/datatyper-och-synlighet.md)
- [Input](https://unity.progdocs.se/grundfunktioner/input.md)
- [Unity Input System](https://unity.progdocs.se/grundfunktioner/input/unity-input-system.md)
- [Flytta och rotera](https://unity.progdocs.se/grundfunktioner/flytta-och-rotera.md)
- [Kollisioner](https://unity.progdocs.se/grundfunktioner/kollisioner.md)
- [Skapa och förstör](https://unity.progdocs.se/grundfunktioner/skapa-och-foerstoer.md)
- [Hitta spelobjekt](https://unity.progdocs.se/grundfunktioner/hitta-spelobjekt.md)
- [Beständig data](https://unity.progdocs.se/grundfunktioner/bestandig-data.md)
- [Slump](https://unity.progdocs.se/grundfunktioner/slump.md)
- [Fysik (2D och 3D)](https://unity.progdocs.se/grundfunktioner/fysik-2d-och-3d.md)
- [Raycasting\*](https://unity.progdocs.se/grundfunktioner/fysik-2d-och-3d/raycasting.md)
- [UI och Canvas\*](https://unity.progdocs.se/grundfunktioner/ui-och-canvas.md)
- [Importera grafik\*](https://unity.progdocs.se/grundfunktioner/importera-grafik.md)
- [Sprite editor\*](https://unity.progdocs.se/grundfunktioner/importera-grafik/sprite-editor.md)
- [Unity Events](https://unity.progdocs.se/grundfunktioner/unity-events.md)
- [Invoke, Couroutines](https://unity.progdocs.se/grundfunktioner/invoke-couroutines.md)
- [Animationer\*](https://unity.progdocs.se/grundfunktioner/animationer.md)
- [AnimationClip\*](https://unity.progdocs.se/grundfunktioner/animationer/animationclip.md)
- [Animator Controller\*](https://unity.progdocs.se/grundfunktioner/animationer/animator-controller.md)


---

# 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/grundfunktioner.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.
