# Civilian

- [Set Character](https://docs.sonoransoftware.com/cad/api-integration/api-endpoints/civilian/set-character.md): This endpoint allows you to set a user's currently selected character in the CAD.
- [Get Characters](https://docs.sonoransoftware.com/cad/api-integration/api-endpoints/civilian/get-characters.md): This endpoint allows you to retrieve all characters associated with a user account in the CAD.
- [New Character](https://docs.sonoransoftware.com/cad/api-integration/api-endpoints/civilian/new-character.md): This endpoint allows you to add a new character to an existing user account.
- [Edit Character](https://docs.sonoransoftware.com/cad/api-integration/api-endpoints/civilian/edit-character.md): This endpoint allows you to update an existing character associated with an account in the CAD.
- [Remove Character](https://docs.sonoransoftware.com/cad/api-integration/api-endpoints/civilian/remove-character.md): This endpoint allows you to remove a character associated with a CAD account.
- [DB Sync: Get Character Links](https://docs.sonoransoftware.com/cad/api-integration/api-endpoints/civilian/db-sync-get-character-links.md): This endpoint allows you to get a user's currently linked DB sync character IDs in the CAD.
- [DB Sync: Link Character](https://docs.sonoransoftware.com/cad/api-integration/api-endpoints/civilian/db-sync-link-character.md): This endpoint allows you to set a user's currently linked DB sync characters in the CAD.


---

# 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/cad/api-integration/api-endpoints/civilian.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.
