# Create new Character Type

Remember that this item has to be added to the GameInstance in the Login Scene.

To create a CharacterType, right-click inside any project folder, go to create and select CharacterTypeData.

<figure><img src="https://215355839-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fc8AVbPtcUOjcVrQx9Eyu%2Fuploads%2FnMvg1c2wRCAhHD9zUuZ2%2FCharacterType.png?alt=media&#x26;token=c7fa0390-dd41-44c6-a394-116e27dbd8b8" alt=""><figcaption></figcaption></figure>

Type Name: Name of the element that appears in the menus.

Icon: Icon of the element that appears in the menus.

Weaknesses: Add other character types to set as weaknesses (will take more damage from those elements)

Strengths: Add other character types to set as Advantages (will take less damage from these elements)


---

# 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://bizachi-dev.gitbook.io/bullethell-elemental-template/scriptables/create-new-character-type.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.
