# AttachmentPickeable

A generic Attachment Pickeable Prefab can be found under the following path: Assets/Cowsins/Prefabs/DragAndDropExtras/AttachmentPickeableGeneric

{% hint style="info" %}
Drag and drop the prefab and assign the attachment identifier you want to pick up. You will then be able to interact with the pickeable and collect your new weapon.
{% endhint %}

* <mark style="color:purple;">attachmentIdentifier</mark>: AttachmentIdentifier\_SO of the Attachment to pick up.&#x20;


---

# 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/fps-engine-documentation/content/03.-content/03.5-pick-up-system/pickeable/attachmentpickeable.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.
