> ## Documentation Index
> Fetch the complete documentation index at: https://docs.foenix.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Sessions

> How sessions work in Foenix: starting, attaching context, AI Modes, stopping safely, history, and rollback.

A session is a conversation thread between you and your WordPress site. Each session has a title, a history of messages, and a record of all actions taken.

## Starting a session

1. Open your Foenix dashboard and click a connected site
2. Click **New Session** in the left sidebar
3. Type your first message Each session is tied to a single site. Sessions are kept separate per site.

## What you can attach

In any session you can attach additional context to your message:

* **Images** - screenshots, mockups, reference photos
* **PDF files** - documents, briefs, specifications
* **Text files** - any plain text content
* **YouTube links** - Foenix can read and use video content
* **Any URL** - paste a link and Foenix will read the page

## Session duration

Depending on the task complexity and the selected AI Mode, a session can complete in seconds or run for several minutes. Simple queries respond instantly. Complex tasks - like building a plugin or a theme - may take longer. You can close the browser tab while a session is running - it will continue working in the background.

## Stopping a session

You can stop a session mid-run, but be careful:

<Warning>
  Stopping a session while it is running will waste the credits already spent and may leave your site in an incomplete state - for example a plugin half-installed or a file partially modified.
</Warning>

## One task per session

We recommend creating a new session for each separate task. This keeps the context clean, reduces credit usage, and makes it easier to track what was done.

## Session history

All past sessions appear in the **Recent Sessions** list in the left sidebar, sorted by most recent. Click any session to reopen it - continue the conversation or review what was done.

## Context within a session

Foenix maintains context throughout a session. If you say "change the title of that post" after previously discussing a specific post, Foenix understands what you mean. Context does **not** carry over between sessions. Each new session starts fresh.

## AI Modes

Every message runs in one of three modes - **Lite** (0.3×), **Standard** (1×, recommended), or **Ultra** (3×). The mode sets the credit multiplier and the strength of the models behind it. Switch it per message right in the session composer: a quick fix can run on Lite while a page build in the same session runs on Ultra. [How modes affect cost →](/core-concepts/credits)

Behind every message, Foenix runs a pipeline of AI agents - Orchestrator, Architect, Coder, and Verifier - regardless of the mode you pick. The mode changes the horsepower, not the process. [How the pipeline works →](/core-concepts/architecture)

## SERP settings

If your task involves web search - for example writing an SEO article or researching competitors - Foenix uses the **SERP location and language** configured in **Settings - Personality**. Make sure these match your target market for best results.

## Rollback

After actions that modify your site, a **Rollback** button may appear in the session. This feature is currently in active development - it may not always be available. [Learn more →](/security/rollback)

## If something goes wrong

If you encounter errors or unexpected behaviour, reach out in our Discord community - the team responds quickly. [Join Discord →](https://discord.gg/Rammm3ts5u)
