> For the complete documentation index, see [llms.txt](https://docs.oktopus.app.br/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.oktopus.app.br/getting-started/community-edition.md).

# Community Edition

## Dashboard

Check the overall performance of the system, and get insights about the devices as their type, total quantity and status.

<figure><img src="/files/R42DzZwq9u6MsQkmURfr" alt=""><figcaption><p>Overview Section</p></figcaption></figure>

## Devices

Table list with all the devices connected to Oktopus, independent of the protocol used for management, all of them will appear in this list, with options to filter for specific devices characteristics, and remove or add table fields to view.

<figure><img src="/files/itWpA92wU0A3gVmcrDOZ" alt=""><figcaption><p>Devices Section</p></figcaption></figure>

### Parameters Discovery

Access the device you wish and discover the data model dinamically.

<figure><img src="/files/zYwuFmfovnsMuVCPBbbe" alt=""><figcaption><p>Data Model Discovery</p></figcaption></figure>

### Custom Messages

Send custom USP or CWMP native packets, It is possible to create and save messages templates to be used later, according to each protocol specification.

<figure><img src="/files/BdAuXFZCNSk6PmdRDQWn" alt=""><figcaption><p>Message Template Saved</p></figcaption></figure>

<figure><img src="/files/rCbUs2YHvIAFZTPVYvKs" alt=""><figcaption><p>Create Message Template</p></figcaption></figure>

### Credentials

This section defines credentials to be used by the devices to connect to Oktopus Controller, those credentials are going to be attached to the ACS, MQTT, STOMP and Websockets instances that will now check if the device has the correct keys.

For this to work you need to enable this feature through environment variables in each server/broker protocol you want to have authentication enabled.&#x20;

<figure><img src="/files/7puHzjbyLpAaYe2WAesD" alt=""><figcaption><p>Credentials Section</p></figcaption></figure>

## Users

There are two levels of users availables in the Community Edition:

* *Admin*: Have access to the whole software platform, including the rights to remove/add users and devices credentials.
* *User*: Can access devices and configure the same, view users, dashboard information and credentials, but is not allowed to remove/add other users and devices credentials.

<figure><img src="/files/QjV9qtux2LQKROtuk4DF" alt=""><figcaption><p>Users Management Page</p></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.oktopus.app.br/getting-started/community-edition.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
