> For the complete documentation index, see [llms.txt](https://october-studio.gitbook.io/monster-survivors-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://october-studio.gitbook.io/monster-survivors-documentation/character/starting-ability.md).

# Starting Ability

Version 1.0 introduced Weapon Abilities. Any ability can be marked as a weapon, and it would appear in the Weapon Select window at the start of each stage.

Version 1.0.2 expands this system with a new feature - Starting Ability. Now you can assign an ability to a character, and it will automatically start with it.

<figure><img src="/files/xlD4MsN6IQMHQ9DTLwRR" alt="" width="295"><figcaption><p>Regular Character vs Character with Starting Ability</p></figcaption></figure>

{% hint style="info" %}
Starting Abilities can be used along with the Weapon Abilities. However, for gameplay clarity, its recommended to stick to one method.
{% endhint %}

## How enable Starting Abilities

Assigning this ability is very simple:&#x20;

1. Head to your Characters Database. \
   Its typically located here ![](/files/1Wk1DLbWXKzksHat8n3K).
2. Open the Database. In should look something like this in the Inspector:

<figure><img src="/files/LLjGvuGzsvHQeMBopKlp" alt="" width="375"><figcaption><p>Typical Characters Database</p></figcaption></figure>

There you will see new options:

<figure><img src="/files/0G197wUptVEHrmQtxYkw" alt="" width="375"><figcaption><p>Starting Ability Options</p></figcaption></figure>

3. The first one enables the Starting Ability for this specific character. The second determines the ability itself. The ability list is determined by the Abilities Database. \
   Tune them to your liking.

{% hint style="info" %}
If you want an ability to be exclusive to one character, assign it as a starting ability, and mark it as a weapon at the same time - this way it won't appear while playing as another character.
{% endhint %}

{% hint style="info" %}
If the ability you expected to appear in the dropdown is not there, make sure its properly registered. To know more, visit [Add Abilities](/monster-survivors-documentation/abilities/add-abilities.md).
{% endhint %}

4. Now, if you enabled the options, your character should display its ability in the Character Selector.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://october-studio.gitbook.io/monster-survivors-documentation/character/starting-ability.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
