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

# Create a schema in a Trino catalog

> Create a schema in a Trino catalog to organize and manage your data.

You can create a schema in a Trino catalog without having to enter a SQL command. This helps you organize
and manage your data stored in tables within your selected Trino catalog.

## Create a schema in a Trino catalog

<Tabs>
  <Tab title="Web portal" icon="browser">
    Perform these steps to create a schema in a Trino catalog.

    1. Log in to NexusOne.

    2. On the top navigation bar, hover your mouse over **Catalog & Models** and then select **Catalogs**.

    3. Click a catalog to view its schemas.

    4. Click **Add Schema**.

    5. Enter a schema name.

       <Warning>Schema name must start with a letter or underscore and contain only alphanumeric characters or underscores.</Warning>

    6. Click **Create**.
  </Tab>

  <Tab title="REST API" icon="code">
    Use the following API endpoint to:

    * [Create schema](/api-reference/endpoints/metastore/create-schema).

    To get the catalog name, use the following API endpoint to:

    * [Get catalogs](/api-reference/endpoints/metastore/get-catalogs).
  </Tab>
</Tabs>

## Additional resources

For an overview of the Govern feature, refer to [Govern Overview](/documentation/govern/overview).
