> 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/introduction/using-persona-template.md).

# Using a Persona Template

Learn how to create a persona out of a template to get started ASAP with your application. Templates work for both [Oris Portrait](/models/oris-portrait.md) and [Oris Presence](/models/oris-presence.md).

## Prerequisites

* An Ojin account with an active API key

## Creating a Persona through the Dashboard

The simplest way to create a persona is through the Ojin Dashboard:

1. Log in to the [Ojin Dashboard](https://ojin.ai)
2. Navigate to the [**Oris Portrait**](https://ojin.ai/models/ojin/oris-portrait) or [**Oris Presence**](https://ojin.ai/models/ojin/oris-presence) section
3. Navigate to the **Configs** sub-section
4. Select a persona template and press **Copy Template**
5. Open the newly created model configuration and save the **Model Config ID** parameter which will be used by your application
6. You can now integrate it through the [model API endpoints](/models/introduction/api.md)

## Next Steps

Once your persona is ready, you can:

### Integration Guide

Learn how to integrate your persona using Pipecat or WebSocket

[View Integration Guide →](/models/introduction/integrations.md)

### API Reference

Explore the complete API documentation

[View API Reference →](/models/introduction/api.md)


---

# 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/introduction/using-persona-template.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.
