# Character Compatibility

Species match is determined first.

**Same species** → **100%**\
**Different species** → **50%**\
**If either species is a hybrid** → **25%**, unless both characters share the exact same hybrid species, which stays **100%**.

***

### Species Forced

Species Forced is gained through consecutive days of receiving that species’ semen by copulation or insemination.\
The required number of days is:

**min(Growth Period, Ovulation Cycle)**

Completing that full streak results in **100% forced compatibility** with that species.

***

### Class & Form Compatibility

Class and Form modify the species match using their complexity values.\
The compatibility factor uses the lower value divided by the higher value for both Class and Form:

```
(class_low / class_high) * (form_low / form_high)
```

***

### Breeding Forests & Partners

Breeding Forests and Partners can each add up to **50% of the remaining incompatibility**.

Using the previous example:

* Remaining incompatibility: **34%**
* Partner bonus (100% partner compatibility): **17%**
* Final compatibility: **83%**

<br>

<figure><img src="/files/gt9Mpin264iCHhOHVqJg" alt=""><figcaption></figcaption></figure>


---

# 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.anehud.com/getting-started/conception/character-compatibility.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.
