# About

Oktopus is an open-source USP Controller and CWMP-compatible multi-vendor management platform for CPEs and IoTs. Any device that follows the TR-369 or TR-069 protocol can be managed. Our main objective is to unify device management into a single software solution with rich insights and configuration capabilities, improving the quality of experience and services provided by a CSP or ISP while reducing the costs of technical support, operations, and maintenance.

Learn about the [architecture](/getting-started/community-edition/architecture.md) first, get familiar with the [installation prerequisites](/getting-started/community-edition/installation.md), and then finally, step through how to [install the software](/getting-started/community-edition/installation.md) in your environment.

### Community vs Enterprise

This table compares the features available in Oktopus Community Edition versus Enterprise Edition.

| Feature                                       | Community | Enterprise         |
| --------------------------------------------- | --------- | ------------------ |
| **Core Device Management**                    |           |                    |
| USP (TR-369) & CWMP (TR-069) Protocols        | ✅         | ✅                  |
| Multiple Transports (MQTT, STOMP, WebSockets) | ✅         | ✅                  |
| Device Discovery & Configuration              | ✅         | ✅                  |
| Custom Message Templates                      | ✅         | ✅                  |
| Overview Dashboard                            | ✅         | ✅ (with more data) |
| Basic User Management                         | ✅         | ✅                  |
| REST API                                      | ✅         | ✅                  |
| **Enterprise Features**                       |           |                    |
| Audit Trail                                   | ❌         | ✅                  |
| Granular Permissions (RBAC)                   | ❌         | ✅                  |
| Multi-Tenancy                                 | ❌         | ✅                  |
| Abstracted Device Management UI               | ❌         | ✅                  |
| Zero Touch Provisioning                       | ❌         | ✅                  |
| Network Automation                            | ❌         | ✅                  |
| Mass Actions                                  | ❌         | ✅                  |
| Devices Geolocation                           | ❌         | ✅                  |
| QoE Analysis                                  | ❌         | ✅                  |
| AI Assistant                                  | ❌         | ✅                  |
| **Support & Services**                        |           |                    |
| Community Support (Slack)                     | ✅         | ✅                  |
| Email Support                                 | ❌         | ✅                  |
| Device Homologation                           | ❌         | ✅                  |
| Professional Services                         | ❌         | ✅                  |
| **License**                                   |           |                    |
| Open Source                                   | ✅         | ❌                  |
| Cost                                          | Free      | Paid               |


---

# 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.oktopus.app.br/getting-started/about.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.
