# Chapter 7: Moving the View: Camera

A `Camera` provides the view of the game world that is displayed to the player. It follows the player or any GameObject around the game world, showing a portion of the world at a time.

* `position`: The position of the camera in the game world. The game world seen by the player is relative to this position.
* `size`: The size of the camera viewport. This determines how much of the game world is visible to the player at any given time.


---

# 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://lados-organization.gitbook.io/goku/chapter-7-moving-the-view-camera.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.
