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

# Troubleshooting

> Fix common CMS issues with missing tables, fields, entries, filters, relations, and API output.

<img src="https://mintcdn.com/platoae/qNwZzvSrzTHhpM3n/images/cms/schema-fields.png?fit=max&auto=format&n=qNwZzvSrzTHhpM3n&q=85&s=1023fc2d2c034a83fc3ab466f2869100" alt="CMS schema and entries" width="1280" height="720" data-path="images/cms/schema-fields.png" />

Use this page when CMS content or schema behavior does not look right.

## A Table Is Missing From The Sidebar

Check these items:

1. Open `Databases`.
2. Confirm the database exists.
3. Edit the database and confirm `Hidden` is off.
4. If the database is inside a folder, edit the folder and confirm `Hidden` is off.
5. Refresh CMS.

## The Entry Form Has No Fields

Open the database row menu and click `Edit Schema`.

Add fields before creating entries.

## A Field Does Not Appear In The Entry Form

Check the field settings:

* The field key exists.
* The field is not hidden.
* Conditional visibility rules are not hiding it.
* The field belongs to the correct database.

## A Field Does Not Appear In Filters

Open the field's `Display` tab and confirm `Filterable` is on.

Hidden fields and fields without keys are not available as normal filters.

## Relation Options Are Empty

Check these items:

1. Confirm the relation field has a related table selected.
2. Confirm the related table has entries.
3. Set a `Display Field` or `Display Template` so options have useful labels.
4. Refresh the entry form.

## Developer Output Looks Wrong

Review the CMS schema.

Generated code uses database identifiers and field keys. If names are unclear or missing, update the schema before sharing the generated API client or API examples.
