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

# Editing Artifacts

> Modify and refine your artifacts through conversation.

Once an artifact exists, you can edit it through natural conversation. Describe what you want to change and Flast updates the artifact.

## Making Changes

Simply describe the edit you want:

```
Change the header color to dark blue
```

```
Add a testimonials section below the features
```

```
Make the buttons larger and add hover effects
```

```
Fix the bug where the form doesn't validate email addresses
```

## Types of Edits

### Visual Changes

```
Make the font larger and use a sans-serif typeface
```

```
Add more padding around the content sections
```

### Content Updates

```
Update the pricing to show annual billing options
```

```
Replace the placeholder text with real content about our product
```

### Structural Changes

```
Reorganize the page to put testimonials before the pricing section
```

```
Split the single-column layout into a two-column grid
```

### Functionality

```
Make the navigation sticky when scrolling
```

```
Add form validation that shows error messages
```

## Version History

Artifacts keep track of changes:

* **View previous versions**: See how the artifact evolved
* **Restore old versions**: Go back to an earlier state
* **Compare changes**: Understand what changed between versions

## Editing Tips

### Reference Specific Parts

```
In the hero section, change the background image to something
with mountains
```

### Explain the Problem

```
The mobile layout is broken. The columns should stack on small
screens instead of overlapping
```

### Provide Context

```
This is for a tech startup, so make the language more
professional and less casual
```

## Bulk Edits

Request multiple changes at once:

```
Update the artifact:
1. Change the primary color to green
2. Add a footer with social links
3. Make the hero text larger
4. Remove the newsletter signup section
```

## Starting Fresh

If edits aren't working, you can request a fresh version:

```
Start over with a new version that takes a completely different
approach to the layout
```

<Card title="Next: Publishing Artifacts" icon="arrow-right" href="/features/artifacts/publishing">
  Learn how to share your artifacts with others.
</Card>
