# Glossary of Terms

Below is a list of the terminology we use in our platform, you will recognise most but there are a few unique ones which are specific to our products, for anything you are unsure of please feel free to [email support@sphere.co.uk.](mailto:support@sphere.co.uk)

### Space:

<table><thead><tr><th width="224">Term</th><th>Description</th></tr></thead><tbody><tr><td>Logo</td><td>Image asset which will be displayed in the top left of the browser viewport in published Spheres</td></tr><tr><td>Favicon</td><td>Image asset which will be displayed in the browser tab</td></tr><tr><td>Background Image</td><td>The image you have uploaded to be used as your Sphere background</td></tr><tr><td>Overlays</td><td>A UI container element which presents data in HTML/CSS. Typically achieved by applying an overlay action to an object in Curator</td></tr><tr><td>Navigation buttons</td><td>UI elements in the bottom of the browser viewport in published Spheres used to navigate within and outside the Sphere.</td></tr><tr><td>Navigation arrows</td><td>UI elements in the bottom of the browser viewport in published Spheres used to guide user through a specific journey.</td></tr><tr><td>Curate</td><td>The design process for Sphere. You will see this button when you access one of your Spheres in Pubtools. It launches Curator</td></tr><tr><td>Generated</td><td>The state of a Sphere which can be accessed via private url. You would generate a Sphere from Curator in order to see how the final version would look and to test interactive elements</td></tr><tr><td>Published</td><td>The final state of a Sphere which is now accessible publicly via the connected domain and url</td></tr><tr><td>Moderator</td><td>A profile type with limited functionality</td></tr><tr><td>Admin</td><td>A profile type with extended functionality</td></tr></tbody></table>

### Curator:

<table><thead><tr><th width="225">Term</th><th>Description</th></tr></thead><tbody><tr><td>Control Bar</td><td>The top navigation bar in Curator. Allows you to switch between various functions or modes</td></tr><tr><td>Canvas</td><td>The work area in Curator</td></tr><tr><td>Horizon line</td><td>The cameras vertical position in Sphere. Adjusting this will affect the viewers perspective. It can be previewed in Curator by using the 3D preview function</td></tr><tr><td>Start Point</td><td>The horizontal position of the Sphere which is shown when a generated or published Sphere is loaded</td></tr><tr><td>3D Preview</td><td>Non-interactive preview of a generated/published Sphere.</td></tr><tr><td>Layers</td><td>The object order of assets in Curator. Use the layers panel to move objects in front of or behind each other</td></tr><tr><td>Cluster</td><td>A 'group' of objects in Curator. Clusters allow you to automatically layout data and set Cluster specific SEO</td></tr><tr><td>Actions</td><td>Mode where you can drag and drop interaction on to canvas objects</td></tr><tr><td>Animation Path</td><td>A sequence of animations for your Sphere to follow. </td></tr><tr><td>Journey</td><td>Animation path to guide customers through a series of overlays in a defined order.</td></tr></tbody></table>


---

# 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://learn.cozmos.com/help/glossary-of-terms.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.
