# Manual

- [Installing MANU](https://help.manu.co/learn/manual/installing-manu.md): Guidelines for installing MANU on Windows and MacOS
- [Welcome Screen](https://help.manu.co/learn/manual/welcome-screen.md): This is a quick overview of the Welcome Screen menu in MANU Game Maker.
- [Workspace Modes](https://help.manu.co/learn/manual/workspace-modes.md): This is an overview of workspace modes in MANU Game Maker.
- [Edit Mode](https://help.manu.co/learn/manual/workspace-modes/edit-mode.md): Edit mode is a workspace where you can add objects into your game and modify their properties.
- [Animation Mode](https://help.manu.co/learn/manual/workspace-modes/animation-mode.md): Animation mode is a workspace designed to animate the existing objects in the scene and set up triggers to launch these animations.
- [Game Mode](https://help.manu.co/learn/manual/workspace-modes/game-mode.md): The game mode allows you to play and test the game.
- [Scene Panel](https://help.manu.co/learn/manual/scene-panel.md): Scenes include the environments and menus of your game. This article describes operations you can make using the Scene Panel.
- [Main Toolbar](https://help.manu.co/learn/manual/main-toolbar.md)
- [Primitives](https://help.manu.co/learn/manual/primitives.md)
- [Collider](https://help.manu.co/learn/manual/collider.md): Collider is an empty shape of the 3D object designed for purposes of physical collision detection in video games.
- [Lights](https://help.manu.co/learn/manual/lights.md)
- [Speaker](https://help.manu.co/learn/manual/speaker.md)
- [Importing 3D Objects](https://help.manu.co/learn/manual/importing-3d-objects.md): In MANU, you can import 3D objects of three kinds of format: dae, obj and fbx. The steps described below will talk you through that process.
- [Main Character](https://help.manu.co/learn/manual/main-character.md)
- [Camera](https://help.manu.co/learn/manual/camera.md)
- [Transforms](https://help.manu.co/learn/manual/transforms.md): This article covers the Transform characteristics represented in the Properties panel in the Inspector.
- [Materials](https://help.manu.co/learn/manual/materials.md)
- [Texture Maps](https://help.manu.co/learn/manual/materials/texture-maps.md)
- [Difuse/Albedo](https://help.manu.co/learn/manual/materials/texture-maps/difuse-albedo.md)
- [Alpha](https://help.manu.co/learn/manual/materials/texture-maps/alpha.md)
- [Normal](https://help.manu.co/learn/manual/materials/texture-maps/normal.md)
- [Ambient Occlusion](https://help.manu.co/learn/manual/materials/texture-maps/ambient-occlusion.md)
- [Roughness](https://help.manu.co/learn/manual/materials/texture-maps/roughness.md)
- [Metalness](https://help.manu.co/learn/manual/materials/texture-maps/metalness.md)
- [Emissive](https://help.manu.co/learn/manual/materials/texture-maps/emissive.md)
- [Basic](https://help.manu.co/learn/manual/materials/basic.md)
- [Matcap](https://help.manu.co/learn/manual/materials/matcap.md)
- [PBR](https://help.manu.co/learn/manual/materials/pbr.md)
- [Glass](https://help.manu.co/learn/manual/materials/glass.md)
- [Glow](https://help.manu.co/learn/manual/materials/glow.md)
- [Texture Tiling](https://help.manu.co/learn/manual/materials/texture-tiling.md)
- [Texture Offset](https://help.manu.co/learn/manual/materials/texture-offset.md)
- [Cast Shadow](https://help.manu.co/learn/manual/materials/cast-shadow.md)
- [Opacity type](https://help.manu.co/learn/manual/materials/opacity-type.md)
- [Opaque](https://help.manu.co/learn/manual/materials/opacity-type/opaque.md)
- [Transparency](https://help.manu.co/learn/manual/materials/opacity-type/transparency.md)
- [Cutout](https://help.manu.co/learn/manual/materials/opacity-type/cutout.md)
- [Physics](https://help.manu.co/learn/manual/physics.md): This article discusses how physics is used in MANU. You will learn what physics is, and how to apply its settings for objects in MANU when creating a video game.
- [Static Objects](https://help.manu.co/learn/manual/physics/static-objects.md): Static objects are objects that can neither move nor be moved in a game. They participate in collisions, but they do not visually respond to collisions.
- [Dynamic Objects](https://help.manu.co/learn/manual/physics/dynamic-objects.md): Dynamic objects are objects that can move and be affected by forces. For example, react to collisions with a game character or other moving objects, and follow the gravity.
- [Kinematic Objects](https://help.manu.co/learn/manual/physics/kinematic-objects.md): Kinematic objects are objects whose movement is defined by you as a game creator via animation.
- [Ghost Objects](https://help.manu.co/learn/manual/physics/ghost-objects.md): Ghost objects are objects that have no physical parameters such as mass, friction, or bounciness.
- [Disabling Object's Rigidbody](https://help.manu.co/learn/manual/physics/disabling-objects-rigidbody.md): To implement required game mechanics, you can switch off the physical body of an object in your game.
- [Collider](https://help.manu.co/learn/manual/physics/collider-1.md): The Collider of a physical game object is used to define the object's collision bounds and to detect contact with other objects.
- [Animation Timeline](https://help.manu.co/learn/manual/timeline.md)
- [Triggers](https://help.manu.co/learn/manual/triggers.md)
- [On Launch Scene](https://help.manu.co/learn/manual/triggers/on-launch-scene.md)
- [Key](https://help.manu.co/learn/manual/triggers/key.md)
- [Collision](https://help.manu.co/learn/manual/triggers/collision.md)
- [Animation](https://help.manu.co/learn/manual/triggers/animation.md)
- [State Machine](https://help.manu.co/learn/manual/triggers/state-machine.md)
- [Comparsion](https://help.manu.co/learn/manual/triggers/comparsion.md)
- [Game Flow](https://help.manu.co/learn/manual/triggers/game-flow.md)
- [Trigger](https://help.manu.co/learn/manual/triggers/trigger.md)
- [Object Enabled](https://help.manu.co/learn/manual/triggers/object-enabled.md)
- [Network](https://help.manu.co/learn/manual/triggers/network.md)
- [State Machine](https://help.manu.co/learn/manual/state-machine.md)
- [State Machine — Example](https://help.manu.co/learn/manual/state-machine/state-machine-example.md)
- [Game Flow](https://help.manu.co/learn/manual/game-flow.md)
- [Prefabs and Assets](https://help.manu.co/learn/manual/assets.md)
- [Gravity](https://help.manu.co/learn/manual/gravity.md)
- [Sky](https://help.manu.co/learn/manual/sky.md)
- [Variables](https://help.manu.co/learn/manual/variables.md)
- [Number](https://help.manu.co/learn/manual/variables/number.md)
- [Boolean](https://help.manu.co/learn/manual/variables/boolean.md)
- [Object](https://help.manu.co/learn/manual/variables/object.md)
- [Tag](https://help.manu.co/learn/manual/variables/tag.md)
- [Tags](https://help.manu.co/learn/manual/tags.md)
- [Lightmapping](https://help.manu.co/learn/manual/lightmapping.md)
- [Paint Group](https://help.manu.co/learn/manual/paint-group.md)
- [Export Game & Assets](https://help.manu.co/learn/manual/export-game-and-assets.md)
- [Export Games to MANU Marketplace](https://help.manu.co/learn/manual/export-game-and-assets/export-games-to-manu-marketplace.md)
- [Export Assets to Marketplace](https://help.manu.co/learn/manual/export-game-and-assets/export-assets-to-marketplace.md)
- [Export Game on Mobile devices](https://help.manu.co/learn/manual/export-game-and-assets/export-game-on-mobile-devices.md)
- [Export Game on disk](https://help.manu.co/learn/manual/export-game-and-assets/game-export.md): MANU allows you to export your game into a standalone desktop application for both Windows and MacOS. This article describes the steps to complete it.
- [Lightmapping](https://help.manu.co/learn/manual/lightmapping-1.md)
- [Post Processing](https://help.manu.co/learn/manual/post-processing.md)
- [Depth of Field  (DOF)](https://help.manu.co/learn/manual/post-processing/depth-of-field-dof.md)
- [Chromatic Aberrations](https://help.manu.co/learn/manual/post-processing/chromatic-aberrations.md)
- [Bloom](https://help.manu.co/learn/manual/post-processing/bloom.md)
- [Color Correction](https://help.manu.co/learn/manual/post-processing/color-correction.md)
- [Screen Space Ambient Occlusion (SSAO)](https://help.manu.co/learn/manual/post-processing/screen-space-ambient-occlusion-ssao.md)
- [Screen Space Local Reflections (SSLR)](https://help.manu.co/learn/manual/post-processing/screen-space-local-reflections-sslr.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://help.manu.co/learn/manual.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.
