# General

- [Get Sub Version](https://docs.sonoransoftware.com/cms/developer-api-documentation/api-integration/api-endpoints/general/get-sub-version.md): This endpoint allows you to check your Sonoran CMS subscription version.
- [Check Com API ID](https://docs.sonoransoftware.com/cms/developer-api-documentation/api-integration/api-endpoints/general/check-com-api-id.md): This endpoint allows you to check a community API ID.
- [Get Com Account](https://docs.sonoransoftware.com/cms/developer-api-documentation/api-integration/api-endpoints/general/get-com-account.md): This endpoint allows you to get a community account by account ID, API ID, or username.
- [Get Current Clock In](https://docs.sonoransoftware.com/cms/developer-api-documentation/api-integration/api-endpoints/general/get-current-clock-in.md): This endpoint allows you to get the current clock in for a community account by account ID, API ID, Discord ID, Unique ID, or username.
- [Get Accounts](https://docs.sonoransoftware.com/cms/developer-api-documentation/api-integration/api-endpoints/general/get-accounts.md): This endpoint allows you to get community accounts paginated by sysStatus, comStatus, banned and archived.
- [Get Departments](https://docs.sonoransoftware.com/cms/developer-api-documentation/api-integration/api-endpoints/general/get-departments.md): Provides all departments and their ranks (and their associated IDs)
- [Get Profile Fields](https://docs.sonoransoftware.com/cms/developer-api-documentation/api-integration/api-endpoints/general/get-departments-1.md): Provides all profile fields associated and configured by the community.
- [Get Account Ranks](https://docs.sonoransoftware.com/cms/developer-api-documentation/api-integration/api-endpoints/general/get-account-ranks.md): This endpoint allows you to get a community account ranks.
- [Set Account Ranks](https://docs.sonoransoftware.com/cms/developer-api-documentation/api-integration/api-endpoints/general/set-account-ranks.md)
- [Clock In Out](https://docs.sonoransoftware.com/cms/developer-api-documentation/api-integration/api-endpoints/general/clock-in-out.md): This endpoint allows you to clock in/out a community account.
- [Kick Account](https://docs.sonoransoftware.com/cms/developer-api-documentation/api-integration/api-endpoints/general/kick-account.md): This endpoint allows you to kick an account from your community.
- [Ban Account](https://docs.sonoransoftware.com/cms/developer-api-documentation/api-integration/api-endpoints/general/ban-account.md): This endpoint allows you to ban an account from your community.
- [Edit Account Profile Fields](https://docs.sonoransoftware.com/cms/developer-api-documentation/api-integration/api-endpoints/general/ban-account-1.md): This endpoint allows you to edit an account's profile field within your community.


---

# 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.sonoransoftware.com/cms/developer-api-documentation/api-integration/api-endpoints/general.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.
