> For the complete documentation index, see [llms.txt](https://docs.ojin.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ojin.ai/models/oris-presence/best-practices.md).

# Best practices

Follow the guidance below for the best results. The higher the quality and the more detail your reference image has, the richer and more lifelike the generated video.

## Reference image best practices

* **Resolution**: Use a **768 × 1280** reference image for the best results.
* **Framing**: A **medium shot** (more of the body and hands in frame — best for rich, expressive motion) through to a **close-up** (best for fine facial detail) is the recommended range for this model. Choose where you sit in that range depending on whether you want more motion or more detail.
* **Avoid full-body shots**: At full-body distance the face and hands become too small and the result loses detail — stay within the medium-shot-to-close-up range.
* **Hands and body**: Show the hands in a passive, resting state and the body in a relaxed, resting position. The model generates natural body and hand movement from there.
* **Backgrounds can animate**: A good, detailed background can come to life too — you are not limited to a plain backdrop. Try to avoid other visible faces close to your persona's face.
* **Keep the face clearly visible**: A clearly visible, reasonably centered face is the main guideline; beyond that you have freedom over styling, pose, and background.
* **Format**: JPEG, PNG, or WebP.


---

# 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.ojin.ai/models/oris-presence/best-practices.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.
