# Create new Network

This section describes how to create a new network.

{% hint style="info" %}
Make sure at least APN and security profile are defined.
{% endhint %}

To add a new customer network, do these steps:

1. Click **Network** from the sidebar menu.&#x20;
2. Click **Add New Network**.
3. **Enter a Name** for the Network.
4. **Enter a Description** for the Network (optional).
5. Select an **APN** for the Network.
6. Select a **Security Profile** for the Network.
7. Click **Create** to define the Network in the system database.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.monogoto.io/advanced-console/network-management/create-new-network.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
