<a id="c3-add-topics"></a>

# Create Topics Using Control Center for Confluent Platform

Add topics to a cluster. You can add a topic with default settings, or add a
topic with customized settings.

<a id="c3-add-topic-defaults"></a>

## Add a topic with default settings

1. Select a cluster from the navigation bar and click the **Topics** menu.
   The [Manage Topics Using Control Center for Confluent Platform](overview.md#c3-all-topics) opens.
2. Click **Add a Topic**.
   ![New topic form in Control Center](images/c3-topics-new-topic.png)
3. Enter a unique topic name.
   <!-- note:  The name cannot be edited after the topic has been saved. -->
4. Select or type a custom number of partitions.
5. Click **Create with defaults**. The topic is created and the overview page
   opens for the topic.

<a id="c3-add-topic-custom"></a>

## Add a topic with custom settings

On the customize settings form, a variety of other settings are
available. This is not an exhaustive list,
but the most commonly modified settings are available. After a topic has been
created, further modification of topic settings can be
done using the [Edit Settings](edit.md#c3-edit-topic) form.

1. Select a cluster from the navigation bar and click the **Topics** menu.
   The [Manage Topics Using Control Center for Confluent Platform](overview.md#c3-all-topics) opens.
2. Click **Add a Topic**.
3. Enter a unique topic name.

   #### NOTE
   The topic name and the number of partitions cannot be edited after
   the topic has been saved. To learn more about topic configuration
   overrides, creating and deleting topics on the
   command line, and changing the replication factor,
   see
   [Topic-level configs](https://kafka.apache.org/documentation/#topicconfigs)
   and
   [Kafka Operations Post-Deployment](/platform/current/kafka/post-deployment.html#kafka-logging).
4. Select or type a custom number of partitions.
5. Click **Customize Settings**.
   ![New topic with Customized Settings in Control Center](images/c3-topics-new-topic-custom-settings.png)
6. Make your additional selections or changes to the custom settings.
7. (Optional) To edit **Expert Settings** when adding a topic, select
   **Manually configure other topic configuration options**.
   ![New topic with Expert Settings in Control Center](images/c3-topics-expert-settings.png)
8. Click **Save & create**. To return to the create with defaults form without
   customizing settings, click **Back** before saving.
