# Getting Started

## Introduction

To begin we'll look at how to simply create an Ultimate Gamepad Cursor in your scene. You may need to customize the input information for the cursor to move, but after that the Ultimate Gamepad Cursor will be able to interact with the UI objects in your scene without any other changes!

## How to Create

To create an Ultimate Gamepad Cursor in your scene, simply find the Ultimate Gamepad Cursor prefab that you would like to add and drag the prefab into the scene. The Ultimate Gamepad Cursor prefab will automatically find or create a canvas in your scene for you.

{% hint style="info" %}
Prefabs can be found at: *Assets/Tank & Healer Studio/Ultimate Gamepad Cursor/Prefabs*
{% endhint %}

## And That's It!

Now you can use your gamepad to move the cursor around the screen and interact with UI objects


---

# 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.tankandhealerstudio.com/assets/ultimategamepadcursor/introduction/getting-started.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.
