# 03. Content

You will find all the information related to the Content included in the Add-On in this area, together with an explanation of each variable, to explain how the scripts included in the package operate.

Please note that the information for each variable can be found within the Unity Editor as well ( hover any FPS Engine/Add-On variable and wait until you can see a message pop up ). In this section, you won´t only find these, but also methods & APIs that you can use from each script to expand FPS Engine.

Remember all the code is well documented with comments.

All these scripts belong to the namespace ***cowsins*** & ***cowsins.Inventory*** , so if you are trying to access them externally, please make sure you are using the cowsins library.

```csharp
using cowsins; // Base Cowsins Library
```

```csharp
using cowsins.Inventory; // Cowsins library for Inventory Pro
```

### DOCUMENTATION LEGEND <a href="#documentation-legend" id="documentation-legend"></a>

<mark style="color:purple;">Inspector Variable:</mark> A variable that can be edited through the Unity inspector.

<mark style="color:green;">Public Function:</mark> A function that can be accessed through code.

<mark style="color:orange;">Accessors ( Variable Type )</mark>

The scripts will be arranged similarly to how they are here, within the appropriate directories.

Explore the content organization:

[03.1 CRAFTING](https://cowsinss-organization.gitbook.io/inventory-pro-add-on-documentation/content/03.-content/03.1-crafting)

[03.2 FAV MENU](https://cowsinss-organization.gitbook.io/inventory-pro-add-on-documentation/content/03.-content/03.2-fav-menu)

[03.3 INTERACTABLES](https://cowsinss-organization.gitbook.io/inventory-pro-add-on-documentation/content/03.-content/03.3-interactables)

[03.4 INVENTORY](https://cowsinss-organization.gitbook.io/inventory-pro-add-on-documentation/content/03.-content/03.4-inventory)

[03.5 ITEMS](https://cowsinss-organization.gitbook.io/inventory-pro-add-on-documentation/content/03.-content/03.5-items)

[03.6 OTHERS](https://cowsinss-organization.gitbook.io/inventory-pro-add-on-documentation/content/03.-content/03.6-others)

[03.7 SHOP](https://cowsinss-organization.gitbook.io/inventory-pro-add-on-documentation/content/03.-content/03.7-shop)

[03.8 UI TOOLKIT](https://cowsinss-organization.gitbook.io/inventory-pro-add-on-documentation/content/03.-content/03.8-ui-toolkit)

<figure><img src="https://82980203-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FXr4tnFxEQlPvYDitAgDT%2Fuploads%2FLivd8n0X5x2YKXHX5cjf%2Fimage.png?alt=media&#x26;token=2c1a1b0f-0ec9-41e7-ab07-e65382fe8350" alt=""><figcaption></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://cowsinss-organization.gitbook.io/inventory-pro-add-on-documentation/content/03.-content.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.
