The base context menu offers a selection of swift actions that can be executed on a base. To access this menu, click on the ellipsis symbol (`...`) located adjacent to the base name within the left sidebar.
![image](/img/v2/base/base-context-menu.png)
## Rename base
To modify the name of a base, you can easily do so by following these steps:
@ -82,6 +83,37 @@ To delete a base:
![image](/img/v2/base/base-delete-1.png)
![image](/img/v2/base/base-delete-2.png)
## Developer features
### Base settings
Some general configurations are available for you to modify within the base settings.
1. **Show M2M tables**: Toggle this option to display/hide M2M tables within the left sidebar. Many-to-many relation is supported via a junction table & is hidden by default.
2. **Show NULL in cells**: Toggle this option to display/hide NULL values within the cells of the table. This helps differentiate against cells holding EMPTY string.
3. **Show NULL & Empty in Filters**: Enable 'additional' filters to differentiate fields containing NULL & Empty Strings. Default support for Blank treats both NULL & Empty strings alike.
To configure base settings, you can follow these steps:
1. Initiate the base context menu by clicking on the ellipses `...` located next to the base name within the left sidebar.
2. In the dropdown menu that appears, choose the `Rename` option.
![image](/img/v2/base/base-settings-1.png)
![image](/img/v2/base/base-settings-2.png)
### REST APIs
NocoDB provides a Swagger UI for each base. To access the Swagger UI, follow these steps:
1. Initiate the base context menu by clicking on the ellipses `...` located next to the base name within the left sidebar.
2. In the dropdown menu that appears, choose the `REST APIs` option.
![image](/img/v2/base/base-rest-apis-1.png)
![image](/img/v2/base/base-rest-apis-2.png)
### Relations
NocoDB provides a visual representation of the relations between tables within a base. To access the relations diagram, follow these steps:
1. Initiate the base context menu by clicking on the ellipses `...` located next to the base name within the left sidebar.
2. In the dropdown menu that appears, choose the `Relations` option.