Can't create terrain

Godot Version

4.6.2

Question

Hello. I am not sure if this is the right category for this (I am having issues with the actual godot user UI and not creating UI for a game) but i seem unable to add new terrain set. i tried searching the tilemap, tileset, right clicking dirt and terrain set, in paint, setup, everywhere but there is nothing to add terrain.

-I already have a terrain set and terrain ("dirt") but i cannot insert a new terrain into the terrain set.

As far as I know, Godot doesn’t have a terrain by default.
If you’re using an addon for it, it’s better to ask on the forum / discussion of the addon itself, since they will know how it works.

It was in tileset, which is a default property

Edit: i found it now, i had to go to inspector > go from TileMapLayer to TileSet and change the terrain sets property. thanks for your reply.