# Interactables

## Components

<table><thead><tr><th width="268.39996337890625">Class</th><th>Description</th></tr></thead><tbody><tr><td><a href="https://github.com/MeshMap/com.meshmap.sdk.xr/blob/main/Runtime/Interactables/XRInteractableCooldownFilter.cs"><code>XRInteractableCooldownFilter</code></a></td><td>Prevents rapid re-hovering or re-selecting of an <code>XRBaseInteractable</code>. Implements both <code>IXRSelectFilter</code> and <code>IXRHoverFilter</code>. Attach this component to the same <code>GameObject</code> as the interactable and add it to the Hover Filters and/or Select Filters list in the Inspector window.</td></tr></tbody></table>


---

# 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.meshmap.com/unity-sdk/xr/interactables.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.
