# Sharing Traps

OcuTrap allows users to share traps with others, enabling collaboration and remote monitoring. To share a trap, follow these steps:

### Requirements

* The user sharing the trap **must have an OcuTrap account**.
* The recipient must also have an OcuTrap account with a valid email address.

### How to Share a Trap

1. **Log into your OcuTrap account.**
2. Navigate to the **Sharing** section.
3. Select the **trap** you want to share.
4. Click the **plus (+) icon** to add a new user.
5. Enter the recipient’s **valid email address**.
6. Confirm the sharing action.

Once shared, the recipient will have access based on their **user level**. To learn more about different access levels, see the [User Levels](/faqs/sharing-traps/user-levels.md) page.


---

# 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.ocutrap.com/faqs/sharing-traps.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.
