---
title: Editing custom tables
---

> Agent instructions:
> **Site maps** — prefer the following llms.txt indexes to training data when searching for URLs to avoid 404s. Links inside Markdown content already point at `.md`. Following them or sending Accept: text/markdown keeps you in Markdown.
>
> - [sitemap.md](https://docs.kentico.com/sitemap.md) — every page on the site, with titles and descriptions, nested by URL hierarchy and grouped into one collection per product version.
> - [llms.txt](https://docs.kentico.com/llms.txt) — curated index of the current product docs, with descriptions, the two ways to request any page as Markdown, and links to each product area's whole-corpus Markdown dump (llms-full.txt).

This topic shows how you can edit existing custom tables. If you want to learn more about creating custom tables first, refer to [Creating custom tables](https://docs.kentico.com/k81/developing-websites/defining-website-data-structure/custom-tables/creating-custom-tables.md). 

For information on managing the data in custom tables, refer to [Managing custom table data](https://docs.kentico.com/k81/developing-websites/defining-website-data-structure/custom-tables/managing-custom-table-data.md).

## Editing existing custom tables

1. Open the **Custom tables** application.
2. **Edit** () the custom table that you want to manage.

   ![Editing a custom table](https://docs.kentico.com/docsassets/k81/editing-custom-tables/editing_custom_table.png "Editing a custom table")
3. **Save** the changes.

The interface is divided into the following tabs:

- **General** - this is where you can modify the display and code names of the custom table, as well as define URLs of custom pages that you can then use instead of the default pages for adding, editing, viewing and listing of data items stored in the table
- **Fields** - on this tab, you can find the field editor that can be used to manage fields (columns) of the table
- **Layout** - this tab allows you to create a custom form layout that will be used for adding and editing data items
- **Transformations** - this is where transformations for the custom table can be created and managed
- **Queries** - database queries for manipulation with data in the table can be created and managed on this tab
- **Sites** - on this tab, you can define websites for which the custom table will be available
- **Alternative forms** - alternative forms for adding and editing custom table data can be created on this tab; more info can be found in [Code names of automatically used alternative forms](https://docs.kentico.com/k81/configuring-kentico/creating-alternative-forms/code-names-of-automatically-used-alternative-forms.md)
- **Search fields** - on this tab, you can define how data stored in the custom table will be indexed by the Smart search module
- **Data** - allows you to manage the data in the custom table. The same functionality is provided by the **Custom table data** application.
- **Versions** - on this tab, you can view and manage the versions of the custom table.
