# Quick Start

{% embed url="<https://youtu.be/Fmuaupsn0To>" %}

## Create Character&#x20;

To access the "Create Character" window, follow these steps:

1. Navigate to the Tools menu.
2. Select the Grappling Hook submenu.
3. Click on the Create Character menu item.

<div align="left"><figure><img src="/files/aLDdVAT7lXjLDbGpeYCY" alt=""><figcaption></figcaption></figure></div>

<div align="left"><figure><img src="/files/Bs93qtp1FmwsgljbwkiC" alt=""><figcaption></figcaption></figure></div>

Next, you should assign the model to the "Character Model" field then click the “Create Character” button

## Configure Grappable Ledges

In the EnvironmentScanner script, set the Grappling Ledge layer by assigning your desired layers. The default layer of the grappling ledge layer is "Default." This allows the player to grapple with any valid point.

<div align="left"><figure><img src="/files/wXXuDv8aXvN5Iv3T9CdG" alt=""><figcaption></figcaption></figure></div>

If you want to limit the grapple to specific ledges, create a separate layer for those ledges and assign it to the EnvironmentScanner script.

<div align="left"><figure><img src="/files/ildJXxtyyIHUQFBeBNb0" alt=""><figcaption></figcaption></figure></div>


---

# 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://fantacode.gitbook.io/grappling-hook-system/quick-start.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.
