> For the complete documentation index, see [llms.txt](https://docs.scenery.graphics/sciview/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.scenery.graphics/sciview/basics/first-scene.md).

# First Scene

When you start sciview you have an empty scene:

![](/files/-MMz_GqEQPBwPuStLcvy)

You can now add a primitive object, like a sphere:

![](/files/-MMz_GqFbb5wRy3b4c0A)

If you choose to add a sphere, then you will get a dialog where you can set the radius and color of the sphere:

![](/files/-MMz_GqGuQkPEu_H9LBk)

Your sphere will be added to the scene:

![](/files/-MMz_GqHdqTvXsTLe5ZZ)

You can then use the inspector to adjust properties of your new node. In this case,

* the color was set to magenta
* the position of the object was moved to 10 along the Y-xis
* the scale of the sphere was changed by a factor of 2, stretching it into an ellipse

![](/files/-MMz_GqILMHMiBv8EoCC)

Now let's add some more primitive shapes to make something fun:

![](/files/-MMz_GqJRB6x9nQjLaE-)

Note that we can also interact with the scenegraph panel to do things like hiding nodes:

![](/files/-MMz_GqKSdk2U2FqeNMl)

Now take a screenshot so you can distribute your beautiful work:

![](/files/-MMzo4PzFQfuYvTZoBHd)

Great, you've got new material for your desktop wallpaper!


---

# 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://docs.scenery.graphics/sciview/basics/first-scene.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.
