> ## 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.

# Chat

> The conversational, read-only mode of Foenix: ask anything about your WordPress site's content, structure, and code.

Chat (also known as Live Chat) is the conversational mode of Foenix. Ask anything about your WordPress site and get instant answers - no changes are made to your site in this mode, and read-only questions cost very few credits.

## What you can ask

**About content**

```text theme={null}
How many published posts do I have?
Show me all posts in the "News" category.
Which posts are missing a featured image?
Which posts have no meta description?
```

**About structure and code**

```text theme={null}
Where is the contact form submission handled?
What plugins do I have installed and active?
How is my main menu structured?
What custom post types are registered on my site?
What hooks does my theme use?
```

**Site audit**

```text theme={null}
Which plugins haven't been updated in over 6 months?
Are there any posts with duplicate titles?
Show me all pages that have no content.
Which images in the media library are not used anywhere?
```

## Tips for better results

**Be specific about what you need:**

```text theme={null}
// Less effective
Tell me about my posts
// More effective
Show me the 5 most recent published posts 
with their titles, dates, and word counts
```

**Use it to plan before you build:**

```text theme={null}
I want to add a "Team Members" section with name, role, and photo. 
What files would need to be created or modified?
```

**Ask follow-up questions:**

```text theme={null}
You mentioned the contact form is in contact.php - 
can you show me the validation logic?
```

## From chat to action

When you're ready to make changes, just say so in the same session:

* *"Do it"* or *"Apply this"* - Foenix switches to [Build](/working-modes/direct-edits) and applies the change
* Switch to [Click-to-edit](/working-modes/vibe-coding) to click and edit any element visually
* Say *"Set this up as a weekly agent"* to automate the task on a schedule - see [Scheduled Agents](/working-modes/agents)
