# Tutorials

<details>

<summary>Using icons without ox_inventory</summary>

When using ox\_invenotry, the icons are set automatically. However if your server doesn't use ox\_inventory you'll have to upload the icons manually. Here's how to do it:

1. Prepare your images (in a .png format)
2. Open `pc_collections/html/img`
3. Drop your images into this folder
4. Use `refresh` and `restart pc_collections` in your server console
5. Verify that icons show up in the UI

Youtube tutorial: (soon!)

</details>


---

# 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.poisoncode.com/scripts/pc_collections/tutorials.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.
