# Creation

To create a weapon do the following:

1. Open the creation tool <mark style="color:orange;">**(Tools -> USK -> Create -> Weapon)**</mark>
2. Set there a weapon model and press the <mark style="color:orange;">**Create**</mark> button
3. Add all required animations to the <mark style="color:green;">**WeaponController**</mark> component
4. Adjust the <mark style="color:red;">**Attack Point**</mark>
5. Adjust the weapon collider
6. Customize other parameters you need

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

#### The next step is to adjust the weapon to match your characters.

{% content-ref url="/pages/-LfFUwj67py39OfIQfKl" %}
[Adjustment](/characters/character-adjustment.md)
{% endcontent-ref %}


---

# 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.gercstudio.com/weapons/creation.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.
