# Get

## Get Properties with <mark style="color:orange;">Text</mark>&#x20;

| Name               | Description                                      |
| ------------------ | ------------------------------------------------ |
| Save Slot Metadata | Returns specified metadata from a save game slot |

## Get Properties with <mark style="color:purple;">Sprite</mark>

| Name                 | Description                                          |
| -------------------- | ---------------------------------------------------- |
| Save Slot Screenshot | Gets the screenshot sprite for a specified save slot |

## Get Properties with <mark style="color:blue;">Number</mark>

| Name                             | Description                                                                                |
| -------------------------------- | ------------------------------------------------------------------------------------------ |
| Next Save Slot                   | Gets the next available save slot                                                          |
| Loaded Save Slot                 | Gets the currently loaded save slot                                                        |
| Total Save Slot Count            | Gets the total amount of save slots                                                        |
| Current Hover Save Slot          | Gets the slot number from the current hovered save slot in the component SaveSlotLoaderUI. |
| Highest Save Slot                | Returns the highest existing save slot number.                                             |
| Save Slot From SaveSlotComponent | Extracts the slot number from a SaveSlotComponent.                                         |


---

# 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://docs.fullscreen.no/info/game-creator-2-assets/nanosave/properties/get.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.
