# How to build your project website?

## Favicons and App Manifest

If you want to generate the [favicons and app manifest](favicons) at built time, you need to add it in the build script.

Example:

```json
{
  "scripts": {
    "build": "interact favicon && interact build"
  }
}
```

## Static Server Generation

On static server generation, an alternate markdown version is also generated for [AI agent consumption](ai#markdown-format-for-all-pages).
