# What Modulify does not have

Source: https://modulify.ai/docs/reference/what-modulify-does-not-have

Things people reasonably expect to find, that are not there, and what to do instead.

Modulify works differently from a traditional website builder in a few places, and the differences are deliberate. This page lists the ones people look for most often, so you stop hunting.

## At a glance

| You are looking for | It does not exist | Do this instead |
| --- | --- | --- |
| A Forms feature | There is no forms builder or submissions inbox | Ask chat for the form, and have it store submissions in your database or storage |
| An SEO tab | There is no SEO tab | Attach the SEO skill to the project |
| An image library | There is no shared media library | Attach images to chat, or upload to the project's Storage |
| A new chat or a chat switcher | There is one conversation per project | Keep talking in the same chat |
| Naming a version, or a diff | Versions are automatic and unnamed | Read the version list and restore |
| A Backups tab | Site projects have no backups tab | Use Versions |
| Submitting a site to Templates | You cannot list your own site | Share or clone the project directly |

## There is no Forms feature

There is no form builder, no field designer and no submissions inbox anywhere in the product.

Forms are just part of the site the AI builds for you. Ask for one in chat and describe where the data should go. Every project can have a real database and its own file storage, and those are where submissions belong.

- [The CMS](/docs/data/cms) is where you read and edit the rows afterwards.
- [Storage](/docs/data/storage) holds uploaded files.
- [Webhooks](/docs/automations/webhooks) push events out to another service.

## There is no SEO tab

SEO is not a panel you fill in. It is a **Skill**: a named set of instructions you attach to a project, which the AI then follows on every message.

Attach the SEO skill and the metadata, structured data and crawl files are written as part of normal building. See [SEO and AI search](/docs/grow/seo).

## There is no image library

Modulify has no shared media library or asset manager for site projects. There is nowhere to browse images you used earlier and drop one into a page.

Two things replace it. Attach the image to chat and say where it goes, which handles almost every case. Or put the file in the project's Storage, which gives it a permanent CDN link the site can use.

- [Attachments and context](/docs/build/attachments) covers attaching, including pasting straight into the editor.
- [Storage](/docs/data/storage) covers permanent files.

## There is no new chat button

Chat is one continuous conversation per project. There is no chat switcher, no chat history list and no way to start a second thread on the same site.

That is the point: context you have already given carries forward, so you do not re-explain your site every time. When the conversation grows too long, Modulify compacts the older part in place and marks where it happened, rather than making you start over.

If you want a genuinely clean slate, delete the transcript from **Danger zone** in the [Settings](/docs/editor/settings) tab. That wipes the conversation for everyone in the project and leaves the site untouched. See [Site chat](/docs/build/site-chat).

## You cannot name a version, and there is no diff

Versions are taken automatically. You cannot create one by hand, you cannot give one a name, and there is no side by side view of what changed between two of them.

Each entry reads `v12 by Sam` with a badge, a timestamp and the first characters of its commit. The only action on a version is **Restore**.

If you want a marker you can find later, say what you are about to do in chat. The message before the snapshot is your label. See [Versions](/docs/editor/versions).

## There is no Backups tab

Site projects have no backups tab, no manual backup button and no restore-from-backup flow. Versions is the whole of it, and it is automatic. See [Versions](/docs/editor/versions).

## You cannot submit a site to the Templates gallery

You can browse the Templates gallery and clone anything in it into your own workspace. You cannot list your own site there. What appears in the gallery is curated.

To hand a site to somebody else, share or clone the project directly.

- [Templates](/docs/projects/templates) covers browsing and cloning.
- [Sharing and cloning](/docs/projects/sharing-and-cloning) covers handing a project to someone.

## Deleting a project is permanent

There is no trash and no undo on the dashboard. Read the confirmation before you accept it. See [Delete a project](/docs/projects/delete-and-restore).

## Next

- [Core concepts](/docs/getting-started/core-concepts) explains the model these choices follow from.
- [Tabs and visibility](/docs/editor/tabs-and-visibility) shows where the tabs you cannot see are hiding.