# Initialization Warnings

<figure><img src="/files/IpkSU4stpFfEj3IEOFKA" alt="" width="418"><figcaption><p>Example warning message.</p></figcaption></figure>

## Reason

These warnings typically occur when the system fails to find target bones for IK targets. It is a common issue with skeletons, that do not use a standard naming convention for bones.

## Solution

To solve this issue, it is vital to follow these steps:

1. Locate the IK Game Objects mentioned in the log.
2. Open the **Virtual Element** component.
3. Make sure it is targeting the proper bone.

<figure><img src="/files/skbHd3uY6YfprAb7jZVj" alt="" width="383"><figcaption><p>Example for the IK Right Foot.</p></figcaption></figure>


---

# 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://kinemation.gitbook.io/scriptable-animation-system/troubleshooting/initialization-warnings.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.
