# Create catalog

The `catalog.create()` method in the Cataloglake library of Groclake is used to create a new catalog entry in the system.

**Usage Example**

```python
catalog_create = catalog.create()
print("catalog_create----", catalog_create)
```

**Example App Code**

```python
catalog_create = catalog.create()
print("catalog_create----", catalog_create)

```

Example Response&#x20;

<pre class="language-python"><code class="lang-python"><strong>catalog_create---- {'api_action_status': 'success', 'cataloglake_id': '1327161115'}
</strong></code></pre>
