> For the complete documentation index, see [llms.txt](https://sdk.zello.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sdk.zello.com/core-concepts/user-+-channel-provisioning.md).

# User + Channel Provisioning

### Network Credentials <a href="#network-credentials" id="network-credentials"></a>

Each SDK user must have a unique set of Zello Work credentials, which includes a username, password, and network name. For more information, please visit the [Network Credentials](https://sdk.zello.com/core-concepts/network-credentials) page.

### User Provisioning <a href="#user-provisioning" id="user-provisioning"></a>

User credentials can only be used on one device at a time. If two users try to access Zello Work simultaneously with the same credentials, one user will be automatically disconnected. For this reason—and because all communications are tied to a specific user— it’s best to assign each individual their own set of credentials.

Network admins can create individual user accounts from the management console—either [manually](https://paidsupport.zello.com/hc/en-us/articles/26981814818061-Adding-users-to-the-network) or via [CSV import](https://paidsupport.zello.com/hc/en-us/articles/26983665414413-Importing-new-users-and-exporting-user-data)—or by using the [Zello Work API](https://zellowork.com/api.htm).

<figure><img src="/files/rl4joRCw8XyCFvYwhzQM" alt=""><figcaption></figcaption></figure>

### Channel Provisioning <a href="#channel-provisioning" id="channel-provisioning"></a>

Channels facilitate quick communication among subsets of assigned network users. Like users, channels can be created from the management console—either [manually](https://paidsupport.zello.com/hc/en-us/articles/26989198616845-Adding-and-setting-up-network-channels) or via [CSV import](https://paidsupport.zello.com/hc/en-us/articles/26989479686925-Channel-Import)—or by using the [Zello Work API](https://zellowork.com/api.htm). This ensures communications remain targeted, secure, and unified.

[Learn more about channels.](https://paidsupport.zello.com/hc/en-us/articles/26949957675405-Zello-Work-Channels-Quick-Guide)


---

# 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://sdk.zello.com/core-concepts/user-+-channel-provisioning.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.
