# Adaptation (Stash)

You have to organize these adaptation parts yourself. We do not provide support for these parts. Because there are hundreds of scripts on fivem, such as many inventory, clothing shop and garage scripts, and it is not possible to access and support all of them. So you have to edit this part yourself. Do not open a support ticket for this!

### How do I edit it?

First open the shared.lua file and find the following section.

```lua
    -- This function triggers after enter open stash 
    Housing.StashFunction = function(house, identifier)
        -- house.id = gives house id
        -- house.friends == gives table for house friends
        -- house.owner == gives house owner identifier
        -- identifier == gives who trying open stash
    end
```


---

# 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.0resmon.org/0resmon/s4-resources/s4-housing/adaptationstash.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.
