Personas

A persona represents a character or an object that can appear in a scene. Personas carry a textual description that the AI uses when generating a prompt.

Routes

Action URL
My personas /personas
Public personas /personas/public
Create /personas/create
View /personas/{slug}
Edit /personas/{slug}/edit

Creating a Persona

Go to /personas/create and fill in:

Field Required Notes
Name Yes Max 255 characters. Slug is auto-generated from the name.
Slug Yes URL-safe identifier. Auto-filled; edit manually if needed. Must be unique.
Category Yes Character or Object.
Description Yes Max 2 000 characters. This is the text the AI reads to understand the persona.
Notes No Private field, never shown publicly or shared with the AI.
Tags No Comma-separated list of tag names.
Public No Toggle on to share the persona with other users.
Unsafe No Only available when the persona is public. Marks the persona as containing mature content. Only visible to users who have enabled unsafe content in their preferences.

Adding to a Collection on Creation

Append ?collection={collection-slug} to the create URL. After saving, the persona is automatically added to that collection and you are redirected there.

Editing a Persona

Go to /personas/{slug}/edit. All fields from the creation form are editable.

Viewing a Persona

The detail page at /personas/{slug} shows the full description, category, tags, creator, and fork count.

Toggling Visibility

From the detail page you can flip a persona between public and private without going through the edit form.

Forking a Persona

Forking creates a copy of any persona (yours or someone else's public one) under your account. From the detail page click Fork, give the copy a name, choose its visibility, and confirm.

  • The description, category, and tags are copied to the new persona.
  • The fork tracks the original via original_persona_id.
  • Notes are not copied when forking another user's persona. When forking your own, notes are preserved.

Deleting a Persona

From the detail page, only the persona's creator can delete it. Deletion is permanent.

Browsing Public Personas

/personas/public lists all personas marked as public by any user. You can view their detail pages and fork them.

Reporting Content

If you encounter a persona that violates community guidelines or contains inappropriate content:

  1. Open the persona's detail page.
  2. Click the Report button (typically an icon or button in the top menu).
  3. Select a reason from the dropdown (e.g., "Inappropriate content", "Spam", "Offensive", etc.).
  4. Optionally add notes (up to 500 characters) explaining the issue.
  5. Click Submit Report.

A confirmation message appears when the report is submitted. Your report is reviewed by moderators.

Rate limit: up to 20 reports per hour per user.

Blocking the Creator

After submitting a report, you will be offered the option to block the persona's creator. Blocking a user:

  • Prevents them from seeing your public personas, locations, and scenes
  • Prevents them from following you
  • Removes them from your follower/following lists if you were already connected

You can manage your blocked users list in Settings under Blocked Users.