Skip to content

docs: add new licensing visibility to documentation #16362

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Feb 3, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
add license seat consumption to (new) faq
  • Loading branch information
EdwardAngert committed Jan 31, 2025
commit 4fdfddded8fa95d7b4bc935a46f77f14d03797e6
11 changes: 10 additions & 1 deletion docs/admin/licensing/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,20 @@ There are two ways to add a license to a Coder deployment:

</div>

## Find your deployment ID
## FAQ

### Find your deployment ID

You'll need your deployment ID to request a trial or license key.

From your Coder dashboard, select your user avatar, then select the **Copy to
clipboard** icon at the bottom:

![Copy the deployment ID from the bottom of the user avatar dropdown](../../images/admin/deployment-id-copy-clipboard.png)

### How we calculate license seat consumption

Licenses are consumed based on the status of user accounts.
Only users who have been active in the last 90 days consume license seats.

Consult the [user status documentation](../users/index.md#user-status) for more information about active, dormant, and suspended user statuses.
Loading