> For the complete documentation index, see [llms.txt](https://docs.anehud.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.anehud.com/plugins/ovum-exchanger.md).

# Ovum Exchanger

<figure><img src="/files/wFeurK7E3bRgpRCgMGRL" alt=""><figcaption><p>AnE Ovum Exchanger</p></figcaption></figure>

**Requirements:**

* You must have the AnE HUD attached to use this device.

#### **Access**

Upon attachment, a menu should appear for operation. If it does not, or if you close the menu, you can reopen it by:

* Clicking the device directly.
* Selecting the plug icon in the AnE menu and choosing the plug-in.

#### **Operation**

* Ampoules function as a **one-time use**. They either **extract all** or **implant all** ovum at once—no partial transfers.

#### **Requirements for Extraction/Implantation**

* You must be **within 2m** of your target.
* The target must have an **active character** that is **female** or another gender with a vagina.
* The target's **vagina/uterus must be unoccupied** (not obstructed by attachments or intercourse).

#### **Usage**

**If an empty ampoule is attached to the gun:**

* Select **Extract** and choose a target. Extraction happens immediately.

**If a filled ampoule is attached to the gun:**

* Select **Implant** and choose a target. Implantation happens immediately.

**If no ampoule is attached to the gun:**

* An ampoule must be attached, either by wearing it or rezzing it on the ground before use.

#### **Analyzing an Ampoule**

* Ampoules can be inspected like any other item.
* Viewing an ampoule will whisper in chat, detailing the **species** and **origin of ovulation** for each stored ovum.
* If an ampoule is attached to the gun, the gun itself can provide the same analysis.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.anehud.com/plugins/ovum-exchanger.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
