# I'm getting errors in the console!

If you're seeing errors in the server console, here's how to address them:

1. **Read the error message carefully**: The error message often contains clues about what went wrong. For example, a "YAML syntax error" points to a problem in your `.yml` file, while a "type mismatch error" suggests that a value in your configuration has the wrong data type.
2. **Use the `ucilogs` command**: This command will generate a log code that you can share with the developers in the UncomplicatedCustomServer Collective Discord server. This will help them diagnose the problem more quickly.
3. **Check for plugin updates**: Make sure you're using the latest version of UncomplicatedCustomItems. An outdated version might have bugs that have been fixed in a newer release. Use the `uciupdatecheck` command to see if an update is available.
4. **Ask for help in the Discord server**: If you're still stuck, the UncomplicatedCustomItems Discord server is the best place to get help. Be sure to provide your `.yml` file, the error message from the console, and the log code from the `ucilogs` command.


---

# 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.uci.ucserver.it/uncomplicatedcustomitems/troubleshooting/im-getting-errors-in-the-console.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.
